Searched refs:PHP_STREAM_OPTION_SET_CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance
379 …t_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_SET_CHUNK_SIZE, (siz…410 #define PHP_STREAM_OPTION_SET_CHUNK_SIZE 5 macro
1454 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL); in PHP_FUNCTION()
1380 case PHP_STREAM_OPTION_SET_CHUNK_SIZE: in _php_stream_set_option()
Completed in 23 milliseconds