Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/main/
H A Dalloca.c167 register header *hp; /* Traverses linked list. */ local
173 for (hp = last_alloca_header; hp != NULL;)
174 if ((STACK_DIR > 0 && hp->h.deep > depth)
175 || (STACK_DIR < 0 && hp->h.deep < depth))
177 register header *np = hp->h.next;
179 free ((pointer) hp); /* Collect garbage. */
181 hp = np; /* -> next header. */
186 last_alloca_header = hp; /* -> last valid storage. */
H A Dnetwork.c1255 struct hostent *hp; local
1264 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1275 return hp;
1281 struct hostent *hp; local
1289 while ((NULL == ( hp =
1296 return hp;
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c89 head->hp[head->num].h = h; in cdb_make_addend()
90 head->hp[head->num].p = c->pos; in cdb_make_addend()
148 struct cdb_hp *hp; in cdb_make_finish() local
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
202 hp = c->split + c->start[i]; in cdb_make_finish()
204 where = (hp->h >> 8) % len; in cdb_make_finish()
208 c->hash[where] = *hp++; in cdb_make_finish()
H A Dcdb_make.h35 struct cdb_hp hp[CDB_HPLIST]; member
/PHP-7.4/ext/standard/
H A Ddns.c181 struct hostent *hp; in php_gethostbyaddr() local
201 if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') { in php_gethostbyaddr()
205 return zend_string_init(hp->h_name, strlen(hp->h_name), 0); in php_gethostbyaddr()
236 struct hostent *hp; in PHP_FUNCTION() local
251 if (!hp) { in PHP_FUNCTION()
274 struct hostent *hp; in php_gethostbyname() local
280 if (!hp) { in php_gethostbyname()
365 HEADER *hp; in PHP_FUNCTION() local
430 hp = (HEADER *)&answer; in PHP_FUNCTION()
820 HEADER *hp; in PHP_FUNCTION() local
[all …]
/PHP-7.4/build/
H A Dconfig.guess682 GUESS=m68k-hp-bsd
685 GUESS=m68k-hp-bsd4.4
767 GUESS=$HP_ARCH-hp-hpux$HPUX_REV
771 GUESS=ia64-hp-hpux$HPUX_REV
805 GUESS=hppa1.1-hp-bsd
808 GUESS=hppa1.0-hp-bsd
811 GUESS=hppa1.0-hp-mpeix
814 GUESS=hppa1.1-hp-osf
817 GUESS=hppa1.0-hp-osf
827 GUESS=hppa1.1-hp-lites
H A Dconfig.sub1625 *-hp)
H A Dphp_cxx_compile_stdcxx.m438 dnl http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/PDF_Release_Notes/769149-001.pdf
/PHP-7.4/ext/dom/tests/
H A Ddom007.phpt19 <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
/PHP-7.4/ext/sockets/
H A Dsockets.c502 struct hostent *hp; local
508 if ((hp = php_network_gethostbyname("0.0.0.0")) == NULL) {
510 if ((hp = php_network_gethostbyname("localhost")) == NULL) {
516 memcpy((char *) &la.sin_addr, hp->h_addr, hp->h_length);
517 la.sin_family = hp->h_addrtype;
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2633 # "archive file" entry moved from ./hp
5654 # b.out archive (hp-rt on i960)
6390 # Maybe used also in adi,att3b,clipper,hitachi-sh,hp,ibm6000,intel,
14466 # $File: hp,v 1.25 2019/01/13 00:32:38 christos Exp $
14467 # hp: file(1) magic for Hewlett Packard machines (see also "printer")
18406 # From: Al Stone <ahs3@fc.hp.com>
26295 >2 string hp for Hewlett-Packard LaserJet
26302 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet
H A Dmagic2633 # "archive file" entry moved from ./hp
5654 # b.out archive (hp-rt on i960)
6390 # Maybe used also in adi,att3b,clipper,hitachi-sh,hp,ibm6000,intel,
14466 # $File: hp,v 1.25 2019/01/13 00:32:38 christos Exp $
14467 # hp: file(1) magic for Hewlett Packard machines (see also "printer")
18406 # From: Al Stone <ahs3@fc.hp.com>
26295 >2 string hp for Hewlett-Packard LaserJet
26302 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet

Completed in 171 milliseconds