Home
last modified time | relevance | path

Searched refs:header (Results 101 – 125 of 228) sorted by last modified time

12345678910

/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/ext/soap/interop/
H A Dinterop.wsdl.php2 header("Content-Type: text/xml");
H A DinteropB.wsdl.php2 header("Content-Type: text/xml");
H A Dechoheadersvc.wsdl.php2 header("Content-Type: text/xml");
/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/phar/
H A Dzip.c45 phar_zip_extra_field_header header; in phar_zip_process_extra() member
51 if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) { in phar_zip_process_extra()
55 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { in phar_zip_process_extra()
57 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
58 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
H A Dshortarc.php58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dtar.c103 php_uint32 checksum = phar_tar_number(header->checksum, sizeof(header->checksum)); in phar_is_tar()
112 memcpy(save, header->checksum, sizeof(header->checksum)); in phar_is_tar()
113 memset(header->checksum, ' ', sizeof(header->checksum)); in phar_is_tar()
115 memcpy(header->checksum, save, sizeof(header->checksum)); in phar_is_tar()
700 tar_header header; in phar_tar_writeheaders() local
720 memset((char *) &header, 0, sizeof(header)); in phar_tar_writeheaders()
746 phar_tar_octal(header.mode, entry->flags & PHAR_ENT_PERM_MASK, sizeof(header.mode)-1); in phar_tar_writeheaders()
755 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders()
772 entry->crc32 = phar_tar_checksum((char *)&header, sizeof(header)); in phar_tar_writeheaders()
774 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders()
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_009.phpt16 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/PHP-5.5/ext/phar/tests/
H A Dphar_setdefaultstub.phpt115 header("Pragma: no-cache");
126 header('HTTP/1.1 301 Moved Permanently');
132 header('HTTP/1.0 404 Not Found');
138 header('Content-Type: text/plain');
139 header('Content-Length: ' . filesize($a));
410 header("Pragma: no-cache");
427 header('HTTP/1.0 404 Not Found');
433 header('Content-Type: text/plain');
705 header("Pragma: no-cache");
722 header('HTTP/1.0 404 Not Found');
[all …]
H A Dphar_createdefaultstub.phpt95 header("Pragma: no-cache");
106 header('HTTP/1.1 301 Moved Permanently');
112 header('HTTP/1.0 404 Not Found');
118 header('Content-Type: text/plain');
119 header('Content-Length: ' . filesize($a));
389 header("Pragma: no-cache");
406 header('HTTP/1.0 404 Not Found');
412 header('Content-Type: text/plain');
691 header("Pragma: no-cache");
708 header('HTTP/1.0 404 Not Found');
[all …]
H A D008.phpt21 internal corruption of phar "%s" (truncated manifest header)
/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/phar/tests/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dinclude_path2.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
/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/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c133 struct block_header header; member
152 free_block->header.size = 0; in sljit_insert_free_block()
205 header->size = size; in sljit_malloc_exec()
207 return MEM_START(header); in sljit_malloc_exec()
214 if (!header) { in sljit_malloc_exec()
222 header->prev_size = 0; in sljit_malloc_exec()
226 header->size = size; in sljit_malloc_exec()
237 header->size = chunk_size; in sljit_malloc_exec()
243 return MEM_START(header); in sljit_malloc_exec()
259 free_block = AS_FREE_BLOCK(header, -(sljit_sw)header->prev_size); in sljit_free_exec()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt336 There is only one header file, pcre.h. It contains prototypes for all
667 There is only one header file, pcre.h. It contains prototypes for all
951 will search for a C++ compiler and C++ header files. If it finds them,
1728 The native API C function prototypes are defined in the header file
1731 for linking an application that uses PCRE. The header file defines the
2113 The following names for option bits are defined in the pcre.h header
3608 defined in the header file:
3788 the pcre.h header file:
9541 pcreposix.h header file, and on Unix systems the library itself is
9565 The header for these functions is supplied as pcreposix.h to avoid any
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3536 29. The ucpinternal.h header file was missing its idempotency #ifdef.
4504 size_t, but the inclusion of the header that defines size_t was later. I've
5326 systems, as it is not a Standard C header. It has been removed.
5389 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
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/ext/openssl/tests/
H A Dsni_001.phpt87 stream_context_set_option($context, 'http', 'header', b'Host: bob.sni.velox.ch');
/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.

Completed in 134 milliseconds

12345678910