Home
last modified time | relevance | path

Searched refs:header (Results 176 – 200 of 228) sorted by relevance

12345678910

/PHP-5.5/ext/session/
H A Dsession.c1300 sapi_header_struct *header;
1314 header = (sapi_header_struct *)(current->data);
1316 if (header->header_len > len && header->header[len] == ':'
1317 && !strncmp(header->header, session_cookie, session_cookie_len)) {
1328 sapi_free_header(header);
/PHP-5.5/ext/exif/tests/
H A Dbug72094.phpt2 Bug #72094: Out of bounds heap read access in exif header processing
/PHP-5.5/main/
H A DSAPI.h52 char *header; member
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT14 # c02 2005-Apr-05 Update header comments. Matches internal xml
25 # n08 1998-Feb-05 Minor update to header comments
28 # some header information
35 # Standard header:
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m498 dnl some xmlrpc-epi header files have generic file names like
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c514 p = strchr(h->header, ':'); in add_response_header()
515 len = p - h->header; in add_response_header()
517 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
522 memcpy(s, h->header, len); in add_response_header()
527 add_assoc_stringl_ex(return_value, s, len+1, p, h->header_len - (p - h->header), 1); in add_response_header()
670 smart_str_appendl(&buffer, h->header, h->header_len); in sapi_cli_server_send_headers()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt93 Warning: mysqli_query(): Error reading result set's header in %d on line %d
/PHP-5.5/ext/mysql/
H A Dconfig.m476 AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL.
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m4143 AC_MSG_ERROR([Cannot find header file(s) for pdo_odbc])
/PHP-5.5/ext/oci8/
H A Dconfig.m4297 AC_MSG_CHECKING([Oracle Instant Client SDK header directory])
321 AC_MSG_ERROR([Oracle Instant Client SDK header files not found])
/PHP-5.5/ext/dba/
H A Dconfig.m432 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
235 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
479 AC_MSG_CHECKING([for DB1 in header])
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation1.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_variation2.phpt10 * Description: Get the full unfiltered header for a message
/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt87 stream_context_set_option($context, 'http', 'header', b'Host: bob.sni.velox.ch');
/PHP-5.5/sapi/apache_hooks/
H A DREADME24 phpHeaderHandler = hook for header parsing phase
/PHP-5.5/sapi/apache/
H A Dmod_php5.c180 table_unset(r->headers_out, sapi_header->header); in sapi_apache_header_handler()
185 header_name = sapi_header->header; in sapi_apache_header_handler()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja230 - If you set Content-Type header using header() function, that will
233 made prior to this, proper header may have been sent out to the
773 Fixed mail() which was causing segmentation fault when header was null.
/PHP-5.5/ext/ldap/
H A Dconfig.m420 …dnl Find Oracle Instant Client RPM header location corresponding to the given lib path e.g. for --…
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c153 memcpy(*combined_headers_ptr, sapi_header->header, sapi_header->header_len); in concat_header()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c499 header_name = pool_strdup(rc->sn->pool, sapi_header->header); in php_nsapi_remove_header()
537 header_name = pool_strdup(rc->sn->pool, sapi_header->header); in sapi_nsapi_header_handler()
/PHP-5.5/ext/openssl/
H A DREADME153 Headers can be either an assoc array keyed by header named, or can be
154 and indexed array containing a single header line per value.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2128 >20 byte x - header level %d
2459 #>4 beshort x header size %d
4781 # header size >= 32
5263 >0 belong 1 tape header,
5282 >0 belong 1 tape header,
5301 >0 belong 1 tape header,
5337 >0 leshort 1 tape header.
10792 >4 byte x \b, header size %u
11391 # read the offset to add to the start of the header, and the header
13758 # header, we need to scan for the next header
[all …]
/PHP-5.5/sapi/aolserver/
H A Daolserver.c119 header_name = sapi_header->header; in php_ns_sapi_header_handler()
/PHP-5.5/sapi/roxen/
H A Droxen.c330 header_name = sapi_header->header; in php_roxen_sapi_header_handler()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1320 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1321 echo "configure:1322: checking for ANSI C header files" >&5

Completed in 100 milliseconds

12345678910