Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 25 of 35) sorted by relevance

12

/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c366 hdr->reserved = 0; in fcgi_make_header()
367 hdr->type = type; in fcgi_make_header()
501 fcgi_header hdr; in fcgi_read_request() local
518 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
519 padding = hdr.paddingLength; in fcgi_read_request()
527 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
535 req->id = (hdr.requestIdB1 << 8) + hdr.requestIdB0; in fcgi_read_request()
567 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
590 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
665 fcgi_header hdr; in fcgi_read() local
[all …]
H A Dfastcgi.h74 fcgi_header hdr; member
88 fcgi_header hdr; member
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c595 hdr->reserved = 0; in fcgi_make_header()
596 hdr->type = type; in fcgi_make_header()
668 fcgi_header hdr; in fcgi_read_request() local
685 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
686 padding = hdr.paddingLength; in fcgi_read_request()
694 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
702 req->id = (hdr.requestIdB1 << 8) + hdr.requestIdB0; in fcgi_read_request()
734 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
757 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
832 fcgi_header hdr; in fcgi_read() local
[all …]
H A Dfastcgi.h74 fcgi_header hdr; member
88 fcgi_header hdr; member
/PHP-5.3/ext/standard/
H A Dmail.c213 char *hdr = headers; in php_mail() local
219 if (hdr != headers) { \ in php_mail()
220 efree(hdr); \ in php_mail()
226 …\n", zend_get_executed_filename(TSRMLS_C), zend_get_executed_lineno(TSRMLS_C), to, hdr ? hdr : ""); in php_mail()
229 …if (hdr) { /* find all \r\n instances and replace them with spaces, so a log line is always one li… in php_mail()
250 spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\n%s", php_getuid(), f, headers); in php_mail()
252 spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\n", php_getuid(), f); in php_mail()
260 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL … in php_mail()
320 if (hdr != NULL) { in php_mail()
321 fprintf(sendmail, "%s\n", hdr); in php_mail()
H A Durl.c701 zval **prev_val, **hdr = NULL, **h; local
735 while (zend_hash_get_current_data_ex(hashT, (void**)&hdr, &pos) != FAILURE) {
736 if (!hdr || Z_TYPE_PP(hdr) != IS_STRING) {
742 add_next_index_stringl(return_value, Z_STRVAL_PP(hdr), Z_STRLEN_PP(hdr), 1);
747 if ((p = strchr(Z_STRVAL_PP(hdr), ':'))) {
755 …if (zend_hash_find(HASH_OF(return_value), Z_STRVAL_PP(hdr), (p - Z_STRVAL_PP(hdr) + 1), (void **) …
756 …_stringl_ex(return_value, Z_STRVAL_PP(hdr), (p - Z_STRVAL_PP(hdr) + 1), s, (Z_STRLEN_PP(hdr) - (s …
759 add_next_index_stringl(*prev_val, s, (Z_STRLEN_PP(hdr) - (s - Z_STRVAL_PP(hdr))), 1);
/PHP-5.3/win32/build/
H A Dmkdist.php178 …$hdr = unpack("a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1typeflag/a100link/a6m…
180 $hdr['checksum'] = octdec(trim($hdr['checksum']));
182 if ($hdr['checksum'] != $checksum) {
183 echo "Checksum for $tarball $hdr[filename] is invalid\n";
184 print_r($hdr);
188 $hdr['size'] = octdec(trim($hdr['size']));
189 echo "File: $hdr[filename] $hdr[size]\n";
191 if ($filename == $hdr['filename']) {
194 $x = stream_copy_to_stream($fp, $dest, $hdr['size']);
201 $size = 512 * ceil((int)$hdr['size'] / 512);
/PHP-5.3/ext/phar/
H A Dtar.c200 tar_header *hdr; in phar_parse_tarfile() local
222 hdr = (tar_header*)buf; in phar_parse_tarfile()
247 hdr = (tar_header*) buf; in phar_parse_tarfile()
248 sum1 = phar_tar_number(hdr->checksum, sizeof(hdr->checksum)); in phar_parse_tarfile()
252 memset(hdr->checksum, ' ', sizeof(hdr->checksum)); in phar_parse_tarfile()
256 phar_tar_number(hdr->size, sizeof(hdr->size)); in phar_parse_tarfile()
298 if (((hdr->typeflag == '\0') || (hdr->typeflag == TAR_FILE)) && size > 0) { in phar_parse_tarfile()
323 sum1 = phar_tar_number(hdr->checksum, sizeof(hdr->checksum)); in phar_parse_tarfile()
448 entry.tar_type = ((old & (hdr->typeflag == '\0')) ? TAR_FILE : hdr->typeflag); in phar_parse_tarfile()
452 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.c483 pIdx = &pPage->u.hdr.firstFree; in allocateSpace()
489 pIdx = &pPage->u.hdr.firstFree; in allocateSpace()
531 pIdx = &pPage->u.hdr.firstFree; in freeSpace()
644 pHdr = &pPage->u.hdr; in zeroPage()
1661 if( pPage->u.hdr.rightChild ){ in fileBtreeNext()
1680 if( pPage->u.hdr.rightChild==0 ){ in fileBtreeNext()
2087 pIdx = &pPage->u.hdr.firstCell; in relinkCellList()
2228 if( pPage->u.hdr.rightChild ){ in balance()
2532 apNew[nNew-1]->u.hdr.rightChild = aOld[nOld-1].u.hdr.rightChild; in balance()
2823 if( pPage->u.hdr.rightChild ){ in clearDatabasePage()
[all …]
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_031w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/","echoMeStringRequest", array(), 1);
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_030w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/","echoMeStringRequest", array("varString"=>"Hello Wo…
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_033w.phpt10 $hdr = new SoapHeader("http://soapinterop.org/","echoMeComplexTypeRequest", array("varInt"=>34,"var…
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_032w.phpt10 $hdr = new SoapHeader("http://soapinterop.org/","echoMeComplexTypeRequest", array("varInt"=>34,"var…
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
/PHP-5.3/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_headers_002w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/xsd","Header1", array("int"=>34,"string"=>"arg"));
11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
H A Dr3_groupF_headers_003w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/xsd","Header2", array("int"=>34,"string"=>"arg"));
11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
H A Dr3_groupF_headers_004w.phpt9 $hdr = array(
14 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt64 // get hdr details
65 $hdr = imap_headerinfo($imap_stream, $i);
67 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_variation_alt2-win32.phpt64 // get hdr details
65 $hdr = imap_headerinfo($imap_stream, $i);
67 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_variation_alt3-win32.phpt63 // get hdr details
64 $hdr = imap_headerinfo($imap_stream, $i);
66 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_basic_alt1-win32.phpt65 // get hdr details
66 $hdr = imap_headerinfo($imap_stream, $i);
68 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_basic_alt2-win32.phpt63 // get hdr details
64 $hdr = imap_headerinfo($imap_stream, $i);
66 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_basic_alt3-win32.phpt63 // get hdr details
64 $hdr = imap_headerinfo($imap_stream, $i);
66 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
H A Dmail_basic_alt4-win32.phpt64 // get hdr details
65 $hdr = imap_headerinfo($imap_stream, $i);
67 if (substr($hdr->Subject, 0 , strlen($subject_prefix)) == $subject_prefix) {
/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c64 static ac_uint2 hdr[2] = {0xfeff, 0}; variable
1349 hdr[1] = NUMPROPS; in write_cdata()
1405 fwrite((char *) hdr, sizeof(ac_uint2), 2, out); in write_cdata()
1481 hdr[1] = upper_used + lower_used + title_used; in write_cdata()
1488 fwrite((char *) hdr, sizeof(ac_uint2), 2, out); in write_cdata()
1560 hdr[1] = (ac_uint2) comps_used * 4; in write_cdata()
1561 fwrite((char *) hdr, sizeof(ac_uint2), 2, out); in write_cdata()
1633 hdr[1] = decomps_used; in write_cdata()
1726 hdr[1] = kdecomps_used; in write_cdata()
1810 hdr[1] = ccl_used / 3; in write_cdata()
[all …]
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_004w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/wsdl", "UnknownHeaderRequest", "Hello World", 1);
11 $client->__soapCall("echoVersionMismatchFault",array(), null, $hdr);

Completed in 69 milliseconds

12