Home
last modified time | relevance | path

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

/PHP-5.4/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-5.4/main/streams/
H A Dphp_streams_int.h49 #define CHUNK_SIZE 8192 macro
H A Dstreams.c1435 int step = CHUNK_SIZE; in _php_stream_copy_to_mem()
1436 int min_room = CHUNK_SIZE / 4; in _php_stream_copy_to_mem()
1503 char buf[CHUNK_SIZE]; in _php_stream_copy_to_stream_ex()
/PHP-5.4/ext/standard/
H A Dfilters.c1938 CHUNK_SIZE, enumerator
1966 case CHUNK_SIZE: in php_dechunk()
1981 data->state = CHUNK_SIZE; in php_dechunk()

Completed in 18 milliseconds