Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hp

857     struct hostent *hp;
933 hp = gethostbyname (GETHOSTBYNAME_ARG_CAST proxy);
935 hp = gethostbyname (GETHOSTBYNAME_ARG_CAST ctxt->hostname);
936 if (hp == NULL) {
940 if ((unsigned int) hp->h_length >
951 hp->h_addr_list[0], hp->h_length);