Searched refs:hp (Results 1 – 13 of 13) sorted by relevance
/PHP-7.1/main/ |
H A D | alloca.c | 173 register header *hp; /* Traverses linked list. */ local 179 for (hp = last_alloca_header; hp != NULL;) 180 if ((STACK_DIR > 0 && hp->h.deep > depth) 181 || (STACK_DIR < 0 && hp->h.deep < depth)) 183 register header *np = hp->h.next; 185 free ((pointer) hp); /* Collect garbage. */ 187 hp = np; /* -> next header. */ 192 last_alloca_header = hp; /* -> last valid storage. */
|
H A D | network.c | 1289 struct hostent *hp; local 1298 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr)) 1309 return hp; 1315 struct hostent *hp; local 1323 while ((NULL == ( hp = 1330 return hp;
|
/PHP-7.1/ext/dba/libcdb/ |
H A D | cdb_make.c | 89 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 D | cdb_make.h | 37 struct cdb_hp hp[CDB_HPLIST]; member
|
/PHP-7.1/ext/standard/ |
H A D | dns.c | 188 struct hostent *hp; in php_gethostbyaddr() local 208 if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') { in php_gethostbyaddr() 212 return zend_string_init(hp->h_name, strlen(hp->h_name), 0); in php_gethostbyaddr() 243 struct hostent *hp; in PHP_FUNCTION() local 258 if (hp == NULL || hp->h_addr_list == NULL) { in PHP_FUNCTION() 274 struct hostent *hp; in php_gethostbyname() local 280 if (!hp || !*(hp->h_addr_list)) { in php_gethostbyname() 813 HEADER *hp; in PHP_FUNCTION() local 969 hp = (HEADER *)&answer; in PHP_FUNCTION() 1039 HEADER *hp; in PHP_FUNCTION() local [all …]
|
/PHP-7.1/ |
H A D | config.sub | 148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ 1644 *-hp) 1744 vendor=hp 1747 vendor=hp
|
H A D | config.guess | 606 echo m68k-hp-bsd 609 echo m68k-hp-bsd4.4 691 echo ${HP_ARCH}-hp-hpux${HPUX_REV} 695 echo ia64-hp-hpux${HPUX_REV} 729 echo hppa1.1-hp-bsd 732 echo hppa1.0-hp-bsd 735 echo hppa1.0-hp-mpeix 738 echo hppa1.1-hp-osf 741 echo hppa1.0-hp-osf 751 echo hppa1.1-hp-lites
|
H A D | INSTALL | 656 » http://software.hp.com/
|
/PHP-7.1/ext/dom/tests/ |
H A D | dom007.phpt | 19 <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
|
/PHP-7.1/ext/sockets/ |
H A D | sockets.c | 428 struct hostent *hp; local 434 if ((hp = php_network_gethostbyname("0.0.0.0")) == NULL) { 436 if ((hp = php_network_gethostbyname("localhost")) == NULL) { 442 memcpy((char *) &la.sin_addr, hp->h_addr, hp->h_length); 443 la.sin_family = hp->h_addrtype;
|
/PHP-7.1/ext/exif/ |
H A D | test.txt | 211 <li>hp-photosmart.jpg
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 3726 # b.out archive (hp-rt on i960) 10275 # $File: hp,v 1.23 2009/09/19 16:28:09 christos Exp $ 10276 # hp: file(1) magic for Hewlett Packard machines (see also "printer") 13012 # From: Al Stone <ahs3@fc.hp.com> 19085 >2 string hp for Hewlett-Packard LaserJet 19092 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet
|
H A D | magic私はガラスを食べられます | 3726 # b.out archive (hp-rt on i960) 10275 # $File: hp,v 1.23 2009/09/19 16:28:09 christos Exp $ 10276 # hp: file(1) magic for Hewlett Packard machines (see also "printer") 13012 # From: Al Stone <ahs3@fc.hp.com> 19085 >2 string hp for Hewlett-Packard LaserJet 19092 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet
|
Completed in 131 milliseconds