Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
125 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
212 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
/PHP-7.1/main/streams/
H A Dphp_streams_int.h49 #define CHUNK_SIZE 8192 macro
H A Dstreams.c1424 int step = CHUNK_SIZE; in _php_stream_copy_to_mem()
1425 int min_room = CHUNK_SIZE / 4; in _php_stream_copy_to_mem()
1497 char buf[CHUNK_SIZE]; in _php_stream_copy_to_stream_ex()
/PHP-7.1/ext/zlib/
H A Dzlib.c909 size_t in_len, buffer_used = 0, CHUNK_SIZE = 8192; in PHP_FUNCTION() local
943 out = zend_string_alloc((in_len > CHUNK_SIZE) ? in_len : CHUNK_SIZE, 0); in PHP_FUNCTION()
957 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
958 ctx->avail_out = CHUNK_SIZE; in PHP_FUNCTION()
970 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
971 ctx->avail_out = CHUNK_SIZE; in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Dfilters.c1865 CHUNK_SIZE, enumerator
1893 case CHUNK_SIZE: in php_dechunk()
1908 data->state = CHUNK_SIZE; in php_dechunk()

Completed in 33 milliseconds