Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dfilter.c290 if (chain->head) { in php_stream_filter_prepend_ex()
293 chain->tail = filter; in php_stream_filter_prepend_ex()
295 chain->head = filter; in php_stream_filter_prepend_ex()
296 filter->chain = chain; in php_stream_filter_prepend_ex()
312 if (chain->tail) { in php_stream_filter_append_ex()
317 chain->tail = filter; in php_stream_filter_append_ex()
318 filter->chain = chain; in php_stream_filter_append_ex()
389 chain->head = NULL; in _php_stream_filter_append()
390 chain->tail = NULL; in _php_stream_filter_append()
408 if (!filter->chain || !filter->chain->stream) { in _php_stream_filter_flush()
[all …]
H A Dphp_stream_filter_api.h112 php_stream_filter_chain *chain; member
123 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter);
124 PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
125 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
126 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
134 #define php_stream_filter_prepend(chain, filter) _php_stream_filter_prepend((chain), (filter)) argument
135 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter)) argument
/PHP-8.1/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D009.phpt11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D017.phpt12 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D010.phpt11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D027.phpt2 Test nullsafe in sub-chain of function argument
H A D028.phpt2 Test nullsafe in sub-chain of return as ref
H A D020.phpt2 Test nullsafe lhs of assignment to nested property chain
H A D026.phpt2 Nullsafe chain in static property / method name
/PHP-8.1/Zend/tests/
H A Doss_fuzz_60011_1.phpt8 Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
H A Doss_fuzz_60011_2.phpt8 Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
/PHP-8.1/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-8.1/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-8.1/ext/spl/tests/
H A Dclass_uses_basic2.phpt16 /** There is no semantics for traits in the inheritance chain.
/PHP-8.1/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S86 # set back-chain to zero
H A Dmake_ppc64_sysv_xcoff_gas.S98 # set back-chain to zero
H A Dmake_i386_ms_pe_masm.asm85 ; traverse current seh chain to get the last exception handler installed by Windows
87 ; the exception handler chain is tested for the presence of ntdll.dll!FinalExceptionHandler
H A Dmake_ppc32_sysv_elf_gas.S79 # set back-chain to zero
H A Dmake_ppc64_sysv_elf_gas.S124 # set back-chain to zero
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c1854 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1856 chain = SSL_get_peer_cert_chain(sslsock->ssl_handle); in php_openssl_capture_peer_certs()
1858 if (chain && sk_X509_num(chain) > 0) { in php_openssl_capture_peer_certs()
1862 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_capture_peer_certs()
1863 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
/PHP-8.1/
H A DREADME.REDIST.BINS111 not apply all the way down a chain of software. If binary package A includes
/PHP-8.1/build/
H A Dlibtool.m44607 # Handle CRLF in mingw tool chain
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic2443 >>88 belong & 128 \b, chain compatible driver
2445 >>88 belong & 512 \b, chain driver
20253 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
20255 2 string LILO Linux/i386 LILO boot/chain loader
24466 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
33248 >2 byte 124 (chain code)
H A Dmagic私はガラスを食べられます2443 >>88 belong & 128 \b, chain compatible driver
2445 >>88 belong & 512 \b, chain driver
20253 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
20255 2 string LILO Linux/i386 LILO boot/chain loader
24466 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386
33248 >2 byte 124 (chain code)

Completed in 279 milliseconds