Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dfilter.c292 if (chain->head) { in php_stream_filter_prepend_ex()
295 chain->tail = filter; in php_stream_filter_prepend_ex()
297 chain->head = filter; in php_stream_filter_prepend_ex()
298 filter->chain = chain; in php_stream_filter_prepend_ex()
314 if (chain->tail) { in php_stream_filter_append_ex()
319 chain->tail = filter; in php_stream_filter_append_ex()
320 filter->chain = chain; in php_stream_filter_append_ex()
391 chain->head = NULL; in _php_stream_filter_append()
392 chain->tail = NULL; in _php_stream_filter_append()
410 if (!filter->chain || !filter->chain->stream) { in _php_stream_filter_flush()
[all …]
H A Dphp_stream_filter_api.h114 php_stream_filter_chain *chain; member
125 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter);
126 PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
127 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
128 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
136 #define php_stream_filter_prepend(chain, filter) _php_stream_filter_prepend((chain), (filter)) argument
137 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter)) argument
/PHP-7.4/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/PHP-7.4/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-7.4/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt11 …* Description: Flushes any data in the filter's internal buffer, removes it from the chain, and fr…
H A Dstream_filter_remove_error.phpt11 …* Description: Flushes any data in the filter's internal buffer, removes it from the chain, and fr…
/PHP-7.4/ext/spl/tests/
H A Dclass_uses_basic2.phpt22 /** There is no semantics for traits in the inheritance chain.
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1844 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1846 chain = SSL_get_peer_cert_chain(sslsock->ssl_handle); in php_openssl_capture_peer_certs()
1848 if (chain && sk_X509_num(chain) > 0) { in php_openssl_capture_peer_certs()
1852 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_capture_peer_certs()
1853 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
/PHP-7.4/
H A DREADME.REDIST.BINS111 not apply all the way down a chain of software. If binary package A includes
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2195 >>88 belong & 128 \b, chain compatible driver
2197 >>88 belong & 512 \b, chain driver
17876 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
17878 2 string LILO Linux/i386 LILO boot/chain loader
21653 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
28373 >2 byte 124 (chain code)
H A Dmagic2195 >>88 belong & 128 \b, chain compatible driver
2197 >>88 belong & 512 \b, chain driver
17876 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
17878 2 string LILO Linux/i386 LILO boot/chain loader
21653 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
28373 >2 byte 124 (chain code)
/PHP-7.4/build/
H A Dlibtool.m44598 # Handle CRLF in mingw tool chain

Completed in 133 milliseconds