Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
185 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
272 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
H A DsljitProtExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
215 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
307 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
/PHP-7.3/main/streams/
H A Dphp_streams_int.h46 #define CHUNK_SIZE 8192 macro
H A Dstreams.c1406 int step = CHUNK_SIZE; in _php_stream_copy_to_mem()
1407 int min_room = CHUNK_SIZE / 4; in _php_stream_copy_to_mem()
1484 char buf[CHUNK_SIZE]; in _php_stream_copy_to_stream_ex()
/PHP-7.3/ext/zlib/
H A Dzlib.c908 size_t in_len, buffer_used = 0, CHUNK_SIZE = 8192; in PHP_FUNCTION() local
949 out = zend_string_alloc((in_len > CHUNK_SIZE) ? in_len : CHUNK_SIZE, 0); in PHP_FUNCTION()
965 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
966 ctx->avail_out = CHUNK_SIZE; in PHP_FUNCTION()
977 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
978 ctx->avail_out = CHUNK_SIZE; in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dfilters.c1832 CHUNK_SIZE, enumerator
1860 case CHUNK_SIZE: in php_dechunk()
1875 data->state = CHUNK_SIZE; in php_dechunk()

Completed in 30 milliseconds