Home
last modified time | relevance | path

Searched refs:headers (Results 126 – 150 of 179) sorted by relevance

12345678

/PHP-5.6/sapi/tux/
H A Dphp_tux.c131 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_tux_send_headers()
148 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_tux_send_headers()
/PHP-5.6/ext/pcre/
H A Dconfig0.m413 AC_MSG_CHECKING([for PCRE headers location])
/PHP-5.6/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt10 * Description: Read an overview of the information in the headers of the given message sequence
H A Dimap_fetch_overview_variation5.phpt10 * Description: Read an overview of the information in the headers
H A Dimap_fetch_overview_variation2.phpt10 * Description: Read an overview of the information in the headers
/PHP-5.6/ext/intl/
H A Dconfig.w32124 WARNING("intl not enabled; libraries and/or headers not found");
/PHP-5.6/ext/soap/
H A Dphp_sdl.h116 HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ member
/PHP-5.6/sapi/pi3web/
H A Dpi3web_sapi.c176 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate… in sapi_pi3web_send_headers()
185 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) concat_hea… in sapi_pi3web_send_headers()
/PHP-5.6/
H A DREADME.TESTING2119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
H A Drun-tests.php1857 $headers = "";
1862 $headers = array();
1867 $headers[trim($line[0])] = trim($line[1]);
1887 $org_headers = $headers;
1888 $headers = array();
1894 $headers = $org_headers[$k];
H A DMakefile.global49 install-headers:
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in128 // Enable automatic precompiled headers
245 // Find the php_build dir - it contains headers and libraries
284 // Poke around for some headers
H A Dconfig.w32144 // Enable automatic precompiled headers
266 // Find the php_build dir - it contains headers and libraries
305 // Poke around for some headers
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c459 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
464 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1698 if (!&SG(sapi_headers).headers) { in PHP_FUNCTION()
1703 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
1724 h = zend_llist_get_next_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
/PHP-5.6/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c444 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
452 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
478 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
493 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
500 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
1703 if (!&SG(sapi_headers).headers) {
1707 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons…
/PHP-5.6/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
22 $headers = <<<EOF
111 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
H A Diconv_mime_decode_headers_variation3.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
25 $headers = <<<EOF
114 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c432 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
440 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
466 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
481 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
488 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-5.6/ext/standard/
H A Dhead.c281 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, php_head_apply_header_list_to_hash, retu… in PHP_FUNCTION()
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A DMakefile30 headers = $(posixheaders) $(onigheaders) macro
68 $(headers) $(libsources) $(patchfiles) \
/PHP-5.6/ext/imap/
H A Dphp_imap.c266 ZEND_ARG_INFO(0, headers)
2141 char *headers, *defaulthost = NULL; in PHP_FUNCTION() local
2150 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); in PHP_FUNCTION()
2152 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, "UNKNOWN", NIL); in PHP_FUNCTION()
3925 if (headers) { in _php_imap_mail()
3926 bufferLen += strlen(headers); in _php_imap_mail()
4024 if (headers && *headers) { in _php_imap_mail()
4025 strlcat(bufferHeader, headers, bufferLen + 1); in _php_imap_mail()
4050 if (headers != NULL) { in _php_imap_mail()
4051 fprintf(sendmail, "%s\n", headers); in _php_imap_mail()
[all …]
/PHP-5.6/main/
H A DSAPI.h59 zend_llist headers; member
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c199 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_thttpd_send_headers()
220 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_thttpd_send_headers()
/PHP-5.6/ext/pdo_odbc/
H A Dconfig.m4117 headers $PDO_ODBC_INCDIR])

Completed in 92 milliseconds

12345678