Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dfilter.c321 if (chain->head) { in php_stream_filter_prepend_ex()
324 chain->tail = filter; in php_stream_filter_prepend_ex()
326 chain->head = filter; in php_stream_filter_prepend_ex()
327 filter->chain = chain; in php_stream_filter_prepend_ex()
343 if (chain->tail) { in php_stream_filter_append_ex()
348 chain->tail = filter; in php_stream_filter_append_ex()
349 filter->chain = chain; in php_stream_filter_append_ex()
422 chain->head = NULL; in _php_stream_filter_append()
423 chain->tail = NULL; in _php_stream_filter_append()
441 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 TS…
128 PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, php_stream_filter *filter T…
129 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter TSR…
130 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter TS…
138 #define php_stream_filter_prepend(chain, filter) _php_stream_filter_prepend((chain), (filter) TSRML… argument
139 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter) TSRMLS_… argument
/PHP-5.5/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-5.5/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-5.5/ext/spl/tests/
H A Dclass_uses_basic2.phpt22 /** There is no semantics for traits in the inheritance chain.
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c686 STACK_OF(X509) *chain; in php_openssl_enable_crypto()
689 chain = SSL_get_peer_cert_chain( in php_openssl_enable_crypto()
692 if (chain && sk_X509_num(chain) > 0) { in php_openssl_enable_crypto()
696 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_enable_crypto()
698 sk_X509_value(chain, i)); in php_openssl_enable_crypto()
/PHP-5.5/sapi/apache2filter/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-5.5/sapi/apache2handler/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c5190 if (IS_NOT_NULL(reg->chain)) onig_free(reg->chain); in onig_free_body()
5223 while (IS_NOT_NULL((reg)->chain)) {\
5224 (reg) = (reg)->chain;\
5233 to->chain = add; in onig_chain_link_add()
5243 head = prev->chain; in onig_chain_reduce()
5246 while (IS_NOT_NULL(head->chain)) { in onig_chain_reduce()
5248 head = head->chain; in onig_chain_reduce()
5250 prev->chain = (regex_t* )NULL; in onig_chain_reduce()
5508 (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.c3061 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3366 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24878 pHead = pEntry->count ? pEntry->chain : 0;
24880 pEntry->chain = pNew;
24958 elem = pEntry->chain;
24995 if( pEntry->chain==elem ){
24996 pEntry->chain = elem->next;
140896 pHead = pEntry->chain;
140910 pEntry->chain = pNew;
140956 elem = pEntry->chain;
140987 if( pEntry->chain==elem ){
140988 pEntry->chain = elem->next;
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1552 >92 belong & 128 \b, chain compatible driver
1554 >92 belong & 512 \b, chain driver
11176 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
11178 2 string LILO Linux/i386 LILO boot/chain loader
17922 >2 byte 124 (chain code)
/PHP-5.5/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-5.5/build/
H A Dlibtool.m44602 # Handle CRLF in mingw tool chain
/PHP-5.5/
H A DNEWS8216 . Allowed PHP to be an arbitrary filter in the chain and read the script from
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt8583 cult. For example, the stack chain needs to be updated every time if we

Completed in 487 milliseconds