Home
last modified time | relevance | path

Searched refs:hdr (Results 26 – 33 of 33) sorted by relevance

12

/PHP-7.4/ext/imap/tests/
H A Dbug80710_2.phpt13 …il"] = "X-INJECTED-REMAIL: X-INJECTED\nFrom: X-INJECTED-REMAIL-FROM"; //<--- Injected as first hdr
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c401 sdlSoapBindingFunctionHeaderPtr hdr; in parse_packet_soap() local
409 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
410 enc = hdr->encode; in parse_packet_soap()
H A Dsoap.c3639 h->hdr = hdr;
3644 if (h->hdr) {
3870 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3892 if (headers->hdr && headers->hdr->headerfaults &&
3893 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3894 hdr_enc = hdr->encode;
3895 hdr_use = hdr->use;
4087 char *hdr_ns = h->hdr?h->hdr->ns:NULL;
4117 hdr_use = hdr->use;
4350 hdr_use = hdr->use;
[all …]
H A Dphp_sdl.c3593 if (hdr->name) { in delete_header_int()
3594 efree(hdr->name); in delete_header_int()
3596 if (hdr->ns) { in delete_header_int()
3597 efree(hdr->ns); in delete_header_int()
3599 if (hdr->headerfaults) { in delete_header_int()
3603 efree(hdr); in delete_header_int()
3614 if (hdr->name) { in delete_header_persistent()
3615 free(hdr->name); in delete_header_persistent()
3617 if (hdr->ns) { in delete_header_persistent()
3618 free(hdr->ns); in delete_header_persistent()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3195 } hdr; in apprentice_compile() local
3210 memset(&hdr, 0, sizeof(hdr)); in apprentice_compile()
3211 hdr.h[0] = MAGICNO; in apprentice_compile()
3212 hdr.h[1] = VERSIONNO; in apprentice_compile()
3213 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
3215 if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) { in apprentice_compile()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch888 } hdr;
906 hdr.h[1] = VERSIONNO;
907 memcpy(hdr.h + 2, map->nmagic, nm);
909 - if (write(fd, &hdr, sizeof(hdr)) != CAST(ssize_t, sizeof(hdr))) {
910 + if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16546 # Radiance HDR; usually has .pic or .hdr extension.
21826 # Magic type for Dell's BIOS .hdr files
21827 # Dell's .hdr
H A Dmagic16546 # Radiance HDR; usually has .pic or .hdr extension.
21826 # Magic type for Dell's BIOS .hdr files
21827 # Dell's .hdr

Completed in 169 milliseconds

12