Searched defs:chunk (Results 1 – 7 of 7) sorted by relevance
/unit/src/nodejs/unit-http/ |
H A D | http_server.js | 243 ServerResponse.prototype._writeBody = function(chunk, encoding, callback) { argument 315 ServerResponse.prototype.write = function write(chunk, encoding, callback) { argument 337 ServerResponse.prototype.end = function end(chunk, encoding, callback) { argument 550 function BufferedOutput(resp, offset, chunk, encoding, callback) { argument
|
/unit/src/ |
H A D | nxt_work_queue.c | 109 nxt_work_queue_chunk_t *chunk, *next; in nxt_work_queue_cache_destroy() local 124 nxt_work_queue_chunk_t *chunk; in nxt_work_queue_allocate() local
|
H A D | nxt_mp.c | 132 #define nxt_mp_chunk_is_free(map, chunk) \ argument 136 #define nxt_mp_chunk_set_busy(map, chunk) \ argument 140 #define nxt_mp_chunk_set_free(map, chunk) \ argument 865 nxt_uint_t n, size, chunk; in nxt_mp_chunk_free() local
|
H A D | nxt_mem_zone.c | 110 #define nxt_mem_zone_set_chunk_free(map, chunk) \ argument 114 #define nxt_mem_zone_chunk_is_free(map, chunk) \ argument 826 uint32_t size, offset, chunk; in nxt_mem_zone_free_chunk() local
|
H A D | nxt_work_queue.h | 58 nxt_work_queue_chunk_t *chunk; member
|
H A D | nxt_port_memory_int.h | 131 nxt_chunk_id_t chunk; in nxt_port_mmap_get_free_chunk() local
|
/unit/src/ruby/ |
H A D | nxt_ruby_stream_io.c | 128 VALUE chunk; in nxt_ruby_stream_io_each() local
|