Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dfilter.c291 if (chain->head) { in php_stream_filter_prepend_ex()
294 chain->tail = filter; in php_stream_filter_prepend_ex()
296 chain->head = filter; in php_stream_filter_prepend_ex()
297 filter->chain = chain; in php_stream_filter_prepend_ex()
313 if (chain->tail) { in php_stream_filter_append_ex()
318 chain->tail = filter; in php_stream_filter_append_ex()
319 filter->chain = chain; in php_stream_filter_append_ex()
390 chain->head = NULL; in _php_stream_filter_append()
391 chain->tail = NULL; in _php_stream_filter_append()
409 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.3/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/PHP-7.3/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.3/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-7.3/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.3/ext/spl/tests/
H A Dclass_uses_basic2.phpt22 /** There is no semantics for traits in the inheritance chain.
/PHP-7.3/sapi/apache2handler/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c1846 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1848 chain = SSL_get_peer_cert_chain(sslsock->ssl_handle); in php_openssl_capture_peer_certs()
1850 if (chain && sk_X509_num(chain) > 0) { in php_openssl_capture_peer_certs()
1854 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_capture_peer_certs()
1855 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
/PHP-7.3/
H A DREADME.REDIST.BINS112 not apply all the way down a chain of software. If binary package A includes
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c31927 pHead = pEntry->count ? pEntry->chain : 0;
31929 pEntry->chain = pNew;
32009 elem = pEntry->chain;
32046 if( pEntry->chain==elem ){
32047 pEntry->chain = elem->next;
168283 pHead = pEntry->chain;
168297 pEntry->chain = pNew;
168343 elem = pEntry->chain;
168374 if( pEntry->chain==elem ){
168375 pEntry->chain = elem->next;
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2058 >>88 belong & 128 \b, chain compatible driver
2060 >>88 belong & 512 \b, chain driver
16527 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
16529 2 string LILO Linux/i386 LILO boot/chain loader
19905 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
26385 >2 byte 124 (chain code)
H A Dmagic私はガラスを食べられます2058 >>88 belong & 128 \b, chain compatible driver
2060 >>88 belong & 512 \b, chain driver
16527 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
16529 2 string LILO Linux/i386 LILO boot/chain loader
19905 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
26385 >2 byte 124 (chain code)
/PHP-7.3/build/
H A Dlibtool.m44598 # Handle CRLF in mingw tool chain

Completed in 728 milliseconds