Home | History | Annotate | Download | only in libxml2

Lines Matching refs:hp

856     struct hostent *hp;
930 hp = gethostbyname (proxy);
932 hp = gethostbyname (ctxt->hostname);
933 if (hp == NULL) {
937 if ((unsigned int) hp->h_length >
948 hp->h_addr_list[0], hp->h_length);