Searched refs:php_stream_set_chunk_size (Results 1 – 2 of 2) sorted by relevance
349 chunk_size = php_stream_set_chunk_size(stream, 1); in php_stream_url_wrap_http_ex()952 php_stream_set_chunk_size(stream, (int)chunk_size); in php_stream_url_wrap_http_ex()
383 #define php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_… macro
Completed in 11 milliseconds