Searched refs:MEM_CHUNK (Results 1 – 19 of 19) sorted by relevance
70 c->type = MEM_CHUNK; in chunk_init()112 c->type = MEM_CHUNK; in chunk_reset_file_chunk()329 return (c->type == MEM_CHUNK in chunk_remaining_length()413 if (c != NULL && c->type == MEM_CHUNK in chunkqueue_append_mem_extend_chunk()513 if (NULL != c && MEM_CHUNK == c->type) { in chunkqueue_get_memory()618 case MEM_CHUNK: in chunkqueue_steal()763 if (dst_c && dst_c->type == MEM_CHUNK in chunkqueue_append_mem_to_tempfile()1063 if (c->type == MEM_CHUNK) { in chunkqueue_steal_with_tempfiles()1102 case MEM_CHUNK: in chunkqueue_steal_with_tempfiles()1426 case MEM_CHUNK: in chunkqueue_write_chunk()[all …]
362 for (const chunk *c = cq->first; c && MEM_CHUNK == c->type; c = c->next) { in network_writev_mem_chunks()514 case MEM_CHUNK: in network_write_chunkqueue_writev()542 case MEM_CHUNK: in network_write_chunkqueue_sendfile()
19 enum { MEM_CHUNK, FILE_CHUNK } type; enumerator
234 chunk * const c = (cq->first == cq->last && cq->first->type == MEM_CHUNK) in http_range_multi()
282 if (cq->first->next && cq->first->type == MEM_CHUNK) { in connection_write_chunkqueue()284 do { c = c->next; } while (c && c->type == MEM_CHUNK); in connection_write_chunkqueue()1687 force_assert(c->type == MEM_CHUNK); in connection_handle_read_post_chunked()
929 force_assert(c->type == MEM_CHUNK); in recv_ietf_00()1116 force_assert(c->type == MEM_CHUNK); in recv_rfc_6455()
212 …(chunkqueue_is_empty(&hctx->wb) || hctx->wb.first->type == MEM_CHUNK) /* else FILE_CHUNK for temp … in fcgi_stdin_append()
235 (chunkqueue_is_empty(&hctx->wb) || hctx->wb.first->type == MEM_CHUNK) in ajp13_stdin_append()
818 (chunkqueue_is_empty(&hctx->wb) || hctx->wb.first->type == MEM_CHUNK) in proxy_stdin_append()
731 case MEM_CHUNK: in webdav_xml_log_response()3607 if (c->type == MEM_CHUNK) { in webdav_parse_chunkqueue()4655 if (c->type == MEM_CHUNK) in mod_webdav_put()
1536 if (cq->last && cq->last->type == MEM_CHUNK in mod_ssi_read_fd()
1614 case MEM_CHUNK: in deflate_compress_response()
32 #define MEM_CHUNK 1020 /* how many ALIGNs to get from sys */ macro366 DebugRegisterUsage(MEM_OBJECTS, 1, MEM_CHUNK * sizeof(ALIGN)); in GetMemory()368 next_free = (ALIGN *) calloc(MEM_CHUNK, sizeof(ALIGN)); in GetMemory()372 top_free = &next_free[MEM_CHUNK]; in GetMemory()
32 #define MEM_CHUNK 8192 macro
841 mdi->mix_buffer_size += MEM_CHUNK; in WM_GetOutput_Linear()1159 mdi->mix_buffer_size += MEM_CHUNK; in WM_GetOutput_Gauss()
559 mdi->events_size += MEM_CHUNK;1892 mdi->events_size = MEM_CHUNK;
67 #define MEM_CHUNK 8192 macro
69 #define MEM_CHUNK 8192 macro
490 * [core] TCP_CORK w/ MEM_CHUNK then FILE_CHUNK495 * [core] write all cq MEM_CHUNK if spill to tempfile