Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Dfilter.c319 if (chain->head) { in php_stream_filter_prepend_ex()
322 chain->tail = filter; in php_stream_filter_prepend_ex()
324 chain->head = filter; in php_stream_filter_prepend_ex()
325 filter->chain = chain; in php_stream_filter_prepend_ex()
341 if (chain->tail) { in php_stream_filter_append_ex()
346 chain->tail = filter; in php_stream_filter_append_ex()
347 filter->chain = chain; in php_stream_filter_append_ex()
420 chain->head = NULL; in _php_stream_filter_append()
421 chain->tail = NULL; in _php_stream_filter_append()
439 if (!filter->chain || !filter->chain->stream) { in _php_stream_filter_flush()
[all …]
H A Dphp_stream_filter_api.h116 php_stream_filter_chain *chain; member
127 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter);
128 PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
129 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
130 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
138 #define php_stream_filter_prepend(chain, filter) _php_stream_filter_prepend((chain), (filter)) argument
139 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter)) argument
/PHP-7.1/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/PHP-7.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-7.1/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-7.1/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.1/ext/spl/tests/
H A Dclass_uses_basic2.phpt22 /** There is no semantics for traits in the inheritance chain.
/PHP-7.1/sapi/apache2handler/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c1717 STACK_OF(X509) *chain; in capture_peer_certs()
1719 chain = SSL_get_peer_cert_chain(sslsock->ssl_handle); in capture_peer_certs()
1721 if (chain && sk_X509_num(chain) > 0) { in capture_peer_certs()
1725 for (i = 0; i < sk_X509_num(chain); i++) { in capture_peer_certs()
1726 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in capture_peer_certs()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c5189 if (IS_NOT_NULL(reg->chain)) onig_free(reg->chain); in onig_free_body()
5222 while (IS_NOT_NULL((reg)->chain)) {\
5223 (reg) = (reg)->chain;\
5232 to->chain = add; in onig_chain_link_add()
5242 head = prev->chain; in onig_chain_reduce()
5245 while (IS_NOT_NULL(head->chain)) { in onig_chain_reduce()
5247 head = head->chain; in onig_chain_reduce()
5249 prev->chain = (regex_t* )NULL; in onig_chain_reduce()
5507 (reg)->chain = (regex_t* )NULL; in onig_reg_init()
H A Doniguruma.h697 struct re_pattern_buffer* chain; /* escape compile-conflict */ member
H A Dregexec.c3056 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3370 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic1837 >92 belong & 128 \b, chain compatible driver
1839 >92 belong & 512 \b, chain driver
12567 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
12569 2 string LILO Linux/i386 LILO boot/chain loader
20700 >2 byte 124 (chain code)
H A Dmagic私はガラスを食べられます1837 >92 belong & 128 \b, chain compatible driver
1839 >92 belong & 512 \b, chain driver
12567 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
12569 2 string LILO Linux/i386 LILO boot/chain loader
20700 >2 byte 124 (chain code)
/PHP-7.1/
H A DNEWS4007 . Fixed inheritance chain of Reflector interface. (Tjerk)
/PHP-7.1/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.1/ext/pcre/pcrelib/
H A DChangeLog132 34. The JIT compiler should restore the control chain for empty possessive
1155 logical recursion happens, frames are retained on a chain and re-used where
/PHP-7.1/build/
H A Dlibtool.m44602 # Handle CRLF in mingw tool chain
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt8583 cult. For example, the stack chain needs to be updated every time if we

Completed in 567 milliseconds