Home
last modified time | relevance | path

Searched defs:chunk (Results 1 – 7 of 7) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dhttp_server.js243 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
557 function BufferedOutput(resp, offset, chunk, encoding, callback) { argument
/unit/src/
H A Dnxt_work_queue.c109 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 Dnxt_mp.c132 #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 Dnxt_mem_zone.c110 #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 Dnxt_work_queue.h58 nxt_work_queue_chunk_t *chunk; member
H A Dnxt_port_memory_int.h131 nxt_chunk_id_t chunk; in nxt_port_mmap_get_free_chunk() local
/unit/src/ruby/
H A Dnxt_ruby_stream_io.c128 VALUE chunk; in nxt_ruby_stream_io_each() local