Home
last modified time | relevance | path

Searched refs:php_stream_filter_append_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h130 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter TS…
H A Dfilter.c337 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter TS… in php_stream_filter_append_ex() function
420 if (php_stream_filter_append_ex(chain, filter TSRMLS_CC) != SUCCESS) { in _php_stream_filter_append()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1231 ret = php_stream_filter_append_ex(&stream->readfilters, filter TSRMLS_CC); in apply_filter_to_stream()
1248 ret = php_stream_filter_append_ex(&stream->writefilters, filter TSRMLS_CC); in apply_filter_to_stream()

Completed in 11 milliseconds