Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 100) sorted by last modified time

1234

/PHP-7.4/main/streams/
H A Dstreams.c489 while (stream->readfilters.head) { in _php_stream_free()
490 if (stream->readfilters.head->res != NULL) { in _php_stream_free()
495 while (stream->writefilters.head) { in _php_stream_free()
544 if (stream->readfilters.head) { in _php_stream_fill_read_buffer()
598 while (brig_inp->head) { in _php_stream_fill_read_buffer()
599 bucket = brig_inp->head; in _php_stream_fill_read_buffer()
1201 while (brig_inp->head) { in _php_stream_write_filtered()
1202 bucket = brig_inp->head; in _php_stream_write_filtered()
1233 if (stream->writefilters.head) { in _php_stream_flush()
1260 if (stream->writefilters.head) { in _php_stream_write()
[all …]
H A Dfilter.c167 if (brigade->head) { in php_stream_bucket_prepend()
172 brigade->head = bucket; in php_stream_bucket_prepend()
188 brigade->head = bucket; in php_stream_bucket_append()
292 if (chain->head) { in php_stream_filter_prepend_ex()
297 chain->head = filter; in php_stream_filter_prepend_ex()
317 chain->head = filter; in php_stream_filter_append_ex()
341 while (brig_in.head) { in php_stream_filter_append_ex()
342 bucket = brig_in.head; in php_stream_filter_append_ex()
346 while (brig_out.head) { in php_stream_filter_append_ex()
391 chain->head = NULL; in _php_stream_filter_append()
[all …]
/PHP-7.4/main/
H A Dmain.c1617 if (stream->readfilters.head) { in php_zend_stream_fsizer()
/PHP-7.4/build/
H A Dconfig.guess331 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
/PHP-7.4/ext/standard/
H A Duser_filters.c224 if (buckets_in->head) { in userfilter_filter()
225 php_stream_bucket *bucket = buckets_in->head; in userfilter_filter()
228 while ((bucket = buckets_in->head)) { in userfilter_filter()
235 php_stream_bucket *bucket = buckets_out->head; in userfilter_filter()
239 bucket = buckets_out->head; in userfilter_filter()
420 if (brigade->head && (bucket = php_stream_bucket_make_writeable(brigade->head))) { in PHP_FUNCTION()
H A Dconfig.w3230 file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
H A Dconfig.m4487 flock_compat.c formatted_print.c fsock.c head.c html.c image.c \
H A Dfilters.c46 while (buckets_in->head) { in strfilter_rot13_filter()
47 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_rot13_filter()
94 while (buckets_in->head) { in strfilter_toupper_filter()
95 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_toupper_filter()
122 while (buckets_in->head) { in strfilter_tolower_filter()
123 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_tolower_filter()
214 while (buckets_in->head) { in strfilter_strip_tags_filter()
1659 while (buckets_in->head != NULL) { in strfilter_convert_filter()
1660 bucket = buckets_in->head; in strfilter_convert_filter()
1781 while ((bucket = buckets_in->head) != NULL) { in consumed_filter_filter()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc138 "<head><title>" . self::HTML_TITLE . "</title></head>\n" .
/PHP-7.4/ext/curl/
H A Dinterface.c2235 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1870 mysql->mysql->data->error_info->error_list.head = NULL;
H A Dmysqli_nonapi.c607 mysql->mysql->data->error_info->error_list.head = NULL;
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c90 while (buckets_in->head) { in php_bz2_decompress_filter()
93 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_decompress_filter()
226 while (buckets_in->head) { in php_bz2_compress_filter()
229 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_compress_filter()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c592 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
619 while (PCNTL_G(head)) { in PHP_RSHUTDOWN_FUNCTION()
620 sig = PCNTL_G(head); in PHP_RSHUTDOWN_FUNCTION()
621 PCNTL_G(head) = sig->next; in PHP_RSHUTDOWN_FUNCTION()
1475 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1478 PCNTL_G(head) = psig; in pcntl_signal_handler()
1503 if (!PCNTL_G(head) || PCNTL_G(processing_signal_queue)) { in pcntl_signal_dispatch()
1511 queue = PCNTL_G(head); in pcntl_signal_dispatch()
1512 PCNTL_G(head) = NULL; /* simple stores are atomic */ in pcntl_signal_dispatch()
/PHP-7.4/ext/session/
H A Dsession.c1271 current = l->head; in php_session_remove_cookie()
1280 l->head = next; in php_session_remove_cookie()
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt17 $head = $doc->createElement('head');
18 $head = $root->appendChild($head);
20 $title = $head->appendChild($title);
30 <html><head>
33 </head></html>
H A DDOMDocument_saveHTMLFile_basic.phpt16 $head = $doc->createElement('head');
17 $head = $root->appendChild($head);
19 $title = $head->appendChild($title);
29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c74 while (buckets_in->head) { in php_zlib_inflate_filter()
77 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_zlib_inflate_filter()
191 while (buckets_in->head) { in php_zlib_deflate_filter()
194 bucket = buckets_in->head; in php_zlib_deflate_filter()
/PHP-7.4/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-7.4/ext/tidy/
H A Dtidy.c471 TIDY_METHOD_MAP(head, tidy_get_head, NULL)
/PHP-7.4/win32/build/
H A Dphpize.js.in209 // Write the head of the configure script
/PHP-7.4/ext/soap/
H A Dsoap.c3473 head = NULL;
3479 head = trav;
3562 if (head) {
3565 attr = head->properties;
3578 trav = head->children;
3832 xmlNodePtr head = NULL; local
4154 if (head->children == NULL) {
4155 xmlUnlinkNode(head);
4156 xmlFreeNode(head);
4320 if (head) {
[all …]
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt71 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
72 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
H A Dphp_cli_server_013.phpt79 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
88 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
89 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
97 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
98 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
/PHP-7.4/ext/spl/
H A Dspl_dllist.c134 llist->head = NULL; in spl_ptr_llist_init()
202 if (llist->head) { in spl_ptr_llist_unshift()
208 llist->head = elem; in spl_ptr_llist_unshift()
285 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_first() local
287 if (head == NULL) { in spl_ptr_llist_first()
297 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_shift() local
299 if (head == NULL) { in spl_ptr_llist_shift()
304 if (head->next) { in spl_ptr_llist_shift()
310 llist->head = head->next; in spl_ptr_llist_shift()
314 head->next = NULL; in spl_ptr_llist_shift()
[all …]

Completed in 159 milliseconds

1234