Searched refs:CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance
44 #define CHUNK_SIZE 8192 macro
1493 int step = CHUNK_SIZE; in _php_stream_copy_to_mem()1494 int min_room = CHUNK_SIZE / 4; in _php_stream_copy_to_mem()1573 char buf[CHUNK_SIZE]; in _php_stream_copy_to_stream_ex()
69 #define CHUNK_SIZE (sljit_uw)0x10000u macro219 #define CHUNK_MASK (~(CHUNK_SIZE - 1))307 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
69 #define CHUNK_SIZE (sljit_uw)0x10000 macro264 #define CHUNK_MASK (~(CHUNK_SIZE - 1))356 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
939 size_t in_len, buffer_used = 0, CHUNK_SIZE = 8192; in PHP_FUNCTION() local976 out = zend_string_alloc((in_len > CHUNK_SIZE) ? in_len : CHUNK_SIZE, 0); in PHP_FUNCTION()992 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()993 ctx->Z.avail_out = CHUNK_SIZE; in PHP_FUNCTION()1004 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()1005 ctx->Z.avail_out = CHUNK_SIZE; in PHP_FUNCTION()
1707 CHUNK_SIZE, enumerator1735 case CHUNK_SIZE: in php_dechunk()1750 data->state = CHUNK_SIZE; in php_dechunk()
Completed in 35 milliseconds