Home
last modified time | relevance | path

Searched refs:header (Results 151 – 175 of 228) sorted by relevance

12345678910

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation5.phpt10 * Description: Get the full unfiltered header for a message
/PHP-5.5/sapi/tux/
H A Dphp_tux.c134 && strncasecmp(h->header, "Content-length:", sizeof("Content-length:")-1) == 0) { in sapi_tux_send_headers()
139 vec[n].iov_base = h->header; in sapi_tux_send_headers()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation1.phpt9 // include the header for common test function
H A Dfgetc_variation3.phpt15 // include the header for common test function
H A Dfgets_variation1.phpt14 // include the header for common test function
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt90 Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in %s on line …
/PHP-5.5/sapi/continuity/
H A Dcapi.c153 header_name = sapi_header->header; in sapi_capi_header_handler()
167 efree(sapi_header->header); in sapi_capi_header_handler()
/PHP-5.5/
H A DREADME.EXT_SKEL27 If you don't need to test the existence of any external header files,
51 and header files. Keep these names.
87 If present it will be filled into the 'proto' header comments in the stubs
H A DREADME.SELF-CONTAINED-EXTENSIONS68 (and any arbitrary amount of header files, but that is not
164 2. The following should be defined in one of the extension header files
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c406 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1247 p = strchr( h->header, ':' ); in PHP_FUNCTION()
1248 len = p - h->header; in PHP_FUNCTION()
1250 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dinterface.c1683 if (ch->header.str_len) { in curl_debug()
1684 efree(ch->header.str); in curl_debug()
1688 ch->header.str_len = buf_len; in curl_debug()
1824 (*ch)->header.str_len = 0; in alloc_curl_handle()
2954 if (ch->header.str_len) { in _php_curl_cleanup_handle()
2955 efree(ch->header.str); in _php_curl_cleanup_handle()
2956 ch->header.str_len = 0; in _php_curl_cleanup_handle()
3142 if (ch->header.str_len > 0) { in PHP_FUNCTION()
3149 RETURN_STRINGL(ch->header.str, ch->header.str_len, 1); in PHP_FUNCTION()
3344 if (ch->header.str_len > 0) { in _php_curl_close_ex()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_sdl.c45 static void delete_header(void *header);
46 static void delete_header_persistent(void *header);
234 zval **header = NULL; in sdl_set_uri_credentials() local
298 memcpy(Z_STRVAL(new_header), Z_STRVAL_PP(header), s - Z_STRVAL_PP(header)); in sdl_set_uri_credentials()
299 …cpy(Z_STRVAL(new_header) + (s - Z_STRVAL_PP(header)), rest, Z_STRLEN_PP(header) - (rest - Z_STRVAL… in sdl_set_uri_credentials()
300 ctx->old_header = *header; in sdl_set_uri_credentials()
456 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
471 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
484 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
491 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
[all …]
/PHP-5.5/TSRM/
H A Dtsrm.m464 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt11 * Description: Decodes multiple mime header fields
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt191 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
197 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt126 // Now we have __autoload(), that will be called before the old style header.
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c77 header_name = sapi_header->header; in php_phttpd_sapi_header_handler()
/PHP-5.5/sapi/thttpd/
H A DREADME20 - Fixes the Host: header vulnerability (affects vhosts only)
/PHP-5.5/ext/standard/
H A Dinfo.c1232 PHPAPI void php_info_print_table_colspan_header(int num_cols, char *header) /* {{{ */ in php_info_print_table_colspan_header() argument
1237 php_info_printf("<tr class=\"h\"><th colspan=\"%d\">%s</th></tr>\n", num_cols, header ); in php_info_print_table_colspan_header()
1239 spaces = (74 - strlen(header)); in php_info_print_table_colspan_header()
1240 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/PHP-5.5/ext/com_dotnet/
H A DREADME70 * dotnet support requires that you have the mscoree.h header from the .net sdk
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW26 memory-allocation patterns. The header-file prototypes no longer name
87 word width isn't hardwired into regexec.c any more, the public header
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME68 The header file for the POSIX-style functions is called pcreposix.h. The
420 . pcre.h the public PCRE header file
438 . pcrecpparg.h header file for calling PCRE via the C++ wrapper
439 . pcre_stringpiece.h header for the C++ "stringpiece" functions
891 pcreposix.h header for the external POSIX wrapper API
892 pcre_internal.h header for internal use
894 ucp.h header for Unicode property handling
898 pcrecpp.h public header file for the C++ wrapper
899 pcrecpparg.h.in template for another C++ header file
900 pcre_scanner.h public header file for C++ scanner functions
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c433 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
469 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
473 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
477 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
482 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
/PHP-5.5/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc3 // this tarmaker makes a malicious tar with a header designed to overflow the buffer
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_variation1.phpt9 * Description: Get the header name for an index

Completed in 84 milliseconds

12345678910