Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/sqlite/libsqlite/src/
H A Dhash.c181 x = new_ht[h].chain; in rehash()
194 new_ht[h].chain = elem; in rehash()
214 elem = pH->ht[h].chain; in findElementGivenHash()
243 if( pH->ht[h].chain==elem ){ in removeElementGivenHash()
244 pH->ht[h].chain = elem->next; in removeElementGivenHash()
248 pH->ht[h].chain = 0; in removeElementGivenHash()
339 elem = pH->ht[h].chain; in sqliteHashInsert()
353 pH->ht[h].chain = new_elem; in sqliteHashInsert()
H A Dhash.h40 HashElem *chain; /* Pointer to first entry with this hash */ member
/PHP-5.3/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/PHP-5.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-5.3/ext/openssl/
H A Dxp_ssl.c548 STACK_OF(X509) *chain; in php_openssl_enable_crypto()
551 chain = SSL_get_peer_cert_chain( in php_openssl_enable_crypto()
554 if (chain && sk_X509_num(chain) > 0) { in php_openssl_enable_crypto()
558 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_enable_crypto()
560 sk_X509_value(chain, i)); in php_openssl_enable_crypto()
/PHP-5.3/sapi/apache2filter/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-5.3/sapi/apache2handler/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c4982 if (IS_NOT_NULL(reg->chain)) onig_free(reg->chain); in onig_free_body()
5014 while (IS_NOT_NULL((reg)->chain)) {\
5015 (reg) = (reg)->chain;\
5024 to->chain = add; in onig_chain_link_add()
5034 head = prev->chain; in onig_chain_reduce()
5037 while (IS_NOT_NULL(head->chain)) { in onig_chain_reduce()
5039 head = head->chain; in onig_chain_reduce()
5041 prev->chain = (regex_t* )NULL; in onig_chain_reduce()
5056 if (IS_NOT_NULL(from->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) {
5080 reg->chain = (regex_t* )NULL;
[all …]
H A Doniguruma.h780 struct re_pattern_buffer* chain; /* escape compile-conflict */ member
H A Dregexec.c3249 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3543 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c21776 pHead = pEntry->count ? pEntry->chain : 0; in insertElement()
21778 pEntry->chain = pNew; in insertElement()
21850 elem = pEntry->chain; in findElementGivenHash()
21884 if( pEntry->chain==elem ){ in removeElementGivenHash()
21885 pEntry->chain = elem->next; in removeElementGivenHash()
118044 pHead = pEntry->chain;
118058 pEntry->chain = pNew;
118104 elem = pEntry->chain;
118135 if( pEntry->chain==elem ){
118136 pEntry->chain = elem->next;
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic9448 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
9450 2 string LILO Linux/i386 LILO boot/chain loader
15376 >2 byte 124 (chain code)
/PHP-5.3/build/
H A Dlibtool.m44599 # Handle CRLF in mingw tool chain
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog219 logical recursion happens, frames are retained on a chain and re-used where
/PHP-5.3/
H A DNEWS5166 . Allowed PHP to be an arbitrary filter in the chain and read the script from
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8079 cult. For example, the stack chain needs to be updated every time if we

Completed in 633 milliseconds