Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 171) sorted by last modified time

1234567

/PHP-5.5/win32/
H A Dphp5dllts.dsp2522 # Begin Group "streams headers"
H A Dsendmail.c236 if (headers) { in TSendMail()
249 efree(headers); in TSendMail()
277 if (headers) { in TSendMail()
278 efree(headers); in TSendMail()
291 if (headers) { in TSendMail()
292 efree(headers); in TSendMail()
310 if (headers) { in TSendMail()
311 efree(headers); in TSendMail()
531 else if (headers) { in SendText()
574 memcpy(stripped_header, headers, pos1 - headers - 4); in SendText()
[all …]
H A Dsendmail.h42 char *headers, char *headers_lc, char **error_message TSRMLS_DC);
H A Dinstall.txt1443 returning a complete set of HTTP headers.
1444 The headers it did return are:
1657 returning a complete set of HTTP headers.
1658 The headers it did return are:
/PHP-5.5/win32/build/
H A Dprojectgen.js29 headers = (path ? headers.replace(/\.\//g, path) : headers);
30 tmpl = tmpl.replace("HEADERFILES", headers);
187 function generate_timelib_conf(headers) argument
191 var pos = headers.search(file);
192 var entry = headers.slice(pos, pos + 64);
201 headers = headers.replace(entry, replace);
202 return headers;
228 headers = generate_timelib_conf(headers);
444 var headers = "";
475 headers += " ./" + name;
[all …]
H A DMakefile191 build-devel: build-headers build-lib
H A DMakefile.phpize37 install: build-headers build-bins
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
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
/PHP-5.5/
H A Dserver-tests.php241 public $headers = array(); variable in HTTPRequest
276 $this->headers = $headers;
1285 $headers = array();
1384 $r = new HTTPRequest($url,$headers,$options,$post);
1387 $headers = $r->response_headers;
1397 $headers = array();
1401 $headers[trim($line[0])] = trim($line[1]);
1409 print_r($headers);
1513 $output .= "$k: {$headers[$k]}\n";
1514 if (!isset($headers[$k]) || $headers[$k] != $v) {
[all …]
/PHP-5.5/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
H A Drfc1867_garbled_mime_headers.phpt2 rfc1867 garbled mime headers
21 Warning: File Upload Mime headers garbled in %s
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1410 * Construct the common headers (title, file section..) of the test case
/PHP-5.5/scripts/
H A Dphpize.m462 AC_MSG_CHECKING([for PHP installed headers prefix])
152 install_targets="install-modules install-headers"
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c361 param_free(pblock_remove("host", rq->headers)); in PHP_FUNCTION()
362 if (value = pblock_findval("host", rc->rq->headers)) { in PHP_FUNCTION()
363 pblock_nvinsert("host", value, rq->headers); in PHP_FUNCTION()
414 for (i=0; i < rc->rq->headers->hsize; i++) { in PHP_FUNCTION()
415 entry=rc->rq->headers->ht[i]; in PHP_FUNCTION()
654 cookie_string = pblock_findval("cookie", rc->rq->headers); in sapi_nsapi_read_cookies()
674 for (i=0; i < rc->rq->headers->hsize; i++) { in sapi_nsapi_register_server_variables()
675 entry=rc->rq->headers->ht[i]; in sapi_nsapi_register_server_variables()
970 char *content_type = pblock_findval("content-type", rq->headers); in php5_execute()
971 char *content_length = pblock_findval("content-length", rq->headers); in php5_execute()
[all …]
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c214 index = Ns_SetIFind(NSG(conn)->headers, "content-type"); in php_phttpd_request_ctor()
216 Ns_SetValue(NSG(conn)->headers, index); in php_phttpd_request_ctor()
/PHP-5.5/sapi/pi3web/
H A Dconfig.w3214 WARNING('Pi3Web not enabled; headers/libraries not found');
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.5/sapi/roxen/
H A Droxen.c167 struct svalue *headers, *value; in lookup_header() local
173 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in lookup_header()
175 if(!headers || headers->type != PIKE_T_MAPPING) return NULL; in lookup_header()
177 value = low_mapping_string_lookup(headers->u.mapping, sind); in lookup_header()
529 struct svalue *headers; in php_roxen_hash_environment() local
537 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in php_roxen_hash_environment()
539 if(headers && headers->type == PIKE_T_MAPPING) { in php_roxen_hash_environment()
540 indices = mapping_indices(headers->u.mapping); in php_roxen_hash_environment()
543 val = low_mapping_lookup(headers->u.mapping, ind); in php_roxen_hash_environment()
/PHP-5.5/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()
H A Dthttpd_patch2047 /* Was this a headers + file writev()? */
/PHP-5.5/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.5/sapi/isapi/
H A Dphp5isapi.c256 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate… in sapi_isapi_send_headers()
265 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) concat_hea… in sapi_isapi_send_headers()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c403 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
408 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1239 if (!&SG(sapi_headers).headers) { in PHP_FUNCTION()
1244 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
1265 h = zend_llist_get_next_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
H A Dlsapilib.c704 static const char * headers[] = in lsapi_lve_error() local
1933 struct _headerInfo headers[512]; in LSAPI_ForeachOrgHeader_r() local
1948 headers[count]._name = HTTP_HEADERS[i]; in LSAPI_ForeachOrgHeader_r()
1950 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
1951 headers[count]._valueLen = len; in LSAPI_ForeachOrgHeader_r()
1975 headers[count]._name = pKey; in LSAPI_ForeachOrgHeader_r()
1976 headers[count]._nameLen = keyLen; in LSAPI_ForeachOrgHeader_r()
1977 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
1978 headers[count]._valueLen = pCur->valueLen; in LSAPI_ForeachOrgHeader_r()
1992 ret = (*fn)( headers[i]._name, headers[i]._nameLen, in LSAPI_ForeachOrgHeader_r()
[all …]

Completed in 176 milliseconds

1234567