Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc54 // read headers
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c917 static const char * headers[] = in lsapi_lve_error() local
2268 struct _headerInfo headers[512]; in LSAPI_ForeachOrgHeader_r() local
2283 headers[count]._name = HTTP_HEADERS[i]; in LSAPI_ForeachOrgHeader_r()
2285 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2286 headers[count]._valueLen = len; in LSAPI_ForeachOrgHeader_r()
2310 headers[count]._name = pKey; in LSAPI_ForeachOrgHeader_r()
2311 headers[count]._nameLen = keyLen; in LSAPI_ForeachOrgHeader_r()
2312 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2313 headers[count]._valueLen = pCur->valueLen; in LSAPI_ForeachOrgHeader_r()
2327 ret = (*fn)( headers[i]._name, headers[i]._nameLen, in LSAPI_ForeachOrgHeader_r()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_sdl.h115 HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ member
H A Dphp_packet_soap.c266 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-7.4/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
/PHP-7.4/ext/intl/
H A Dconfig.w32134 WARNING("intl not enabled; libraries and/or headers not found");
/PHP-7.4/scripts/dev/
H A Dmakedist20 configuration headers, parsers, lexers, and similar generated files to simplify
/PHP-7.4/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-7.4/ext/imap/
H A Dphp_imap.c265 ZEND_ARG_INFO(0, headers)
2193 zend_string *headers, *defaulthost = NULL; in PHP_FUNCTION() local
2202 …rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, ZSTR_VAL(defaulthost), NIL… in PHP_FUNCTION()
2204 rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, "UNKNOWN", NIL); in PHP_FUNCTION()
4061 if (headers) { in _php_imap_mail()
4062 bufferLen += strlen(headers); in _php_imap_mail()
4160 if (headers && *headers) { in _php_imap_mail()
4186 if (headers != NULL) { in _php_imap_mail()
4187 fprintf(sendmail, "%s\n", headers); in _php_imap_mail()
4210 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.4/
H A D.gitignore78 # Directories for shared object files and headers generated by `./configure`
84 # Configuration headers generated by the PHP build system
H A Drun-tests.php2507 $headers = array();
2516 $headers[trim($line[0])] = trim($line[1]);
2540 if (isset($headers[$k])) {
2541 $output_headers[] = $k . ': ' . $headers[$k];
2544 if (!isset($headers[$k]) || $headers[$k] != $v) {
H A DUPGRADING.INTERNALS286 - Obsolescant checks for headers and functions that are part of C89 have
303 - Unused ApplicationServices/ApplicationServices.h headers check and
H A DCONTRIBUTING.md27 * [Copyright and license headers](#copyright-and-license-headers)
406 ## Copyright and license headers
H A Dphp.ini-development24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
194 ; (excluding headers and cookies) PHP should keep internally before pushing that
199 ; You may be able to send headers and cookies after you've already sent output
816 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
821 ; http://php.net/cgi.rfc2616-headers
1091 ; the full path of the script, line number, To address and headers.
1441 ; or leave this empty to avoid sending anti-caching headers.
1946 ; List of headers files to preload, wildcard patterns allowed.
H A Dphp.ini-production24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
194 ; (excluding headers and cookies) PHP should keep internally before pushing that
199 ; You may be able to send headers and cookies after you've already sent output
816 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
821 ; http://php.net/cgi.rfc2616-headers
1091 ; the full path of the script, line number, To address and headers.
1441 ; or leave this empty to avoid sending anti-caching headers.
1946 ; List of headers files to preload, wildcard patterns allowed.
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c351 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
359 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
386 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
401 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
408 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-7.4/main/
H A DSAPI.h56 zend_llist headers; member
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m490 headers $PDO_ODBC_INCDIR])
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c410 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
418 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
445 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
460 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
467 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
1714 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons…
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in83 // Find the php_build dir - it contains headers and libraries
H A DMakefile238 build-devel: build-headers build-lib
/PHP-7.4/build/
H A DMakefile.global49 install-headers:
/PHP-7.4/ext/standard/
H A Dhead.c398 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, php_head_apply_header_list_to_hash, retu… in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4347 zval *headers = NULL; in PHP_FUNCTION() local
4389 …"sss|zS", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &extra_cmd) == F… in PHP_FUNCTION()
4397 if (headers) { in PHP_FUNCTION()
4398 switch(Z_TYPE_P(headers)) { in PHP_FUNCTION()
4400 tmp_headers = zend_string_init(Z_STRVAL_P(headers), Z_STRLEN_P(headers), 0); in PHP_FUNCTION()
4406 str_headers = php_mail_build_headers(headers); in PHP_FUNCTION()

Completed in 192 milliseconds

1234567