Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Duser_filters.c40 static int le_bucket_brigade; variable
108le_bucket_brigade = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_BRIGADE_RES_NAME, mod… in PHP_MINIT_FUNCTION()
112 if (le_bucket_brigade == FAILURE) { in PHP_MINIT_FUNCTION()
202 ZEND_REGISTER_RESOURCE(zin, buckets_in, le_bucket_brigade); in userfilter_filter()
206 ZEND_REGISTER_RESOURCE(zout, buckets_out, le_bucket_brigade); in userfilter_filter()
429 …gade, php_stream_bucket_brigade *, &zbrigade, -1, PHP_STREAM_BRIGADE_RES_NAME, le_bucket_brigade); in PHP_FUNCTION()
463 …igade, php_stream_bucket_brigade *, &zbrigade, -1, PHP_STREAM_BRIGADE_RES_NAME, le_bucket_brigade); in php_stream_bucket_attach()

Completed in 5 milliseconds