HomeSort by relevance Sort by last modified time
    Searched refs:hbuflen (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http.c     [all...]
transfer.c 615 (size_t)k->hbuflen, conn);
673 DEBUGF(infof(data, "Increasing bytecount by %zu from hbuflen\n",
674 k->hbuflen));
675 k->bytecount += k->hbuflen;
725 if(k->maxdownload == -1 || (curl_off_t)k->hbuflen <= k->maxdownload)
728 k->hbuflen);
    [all...]
urldata.h 682 size_t hbuflen; member in struct:SingleRequest
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 600 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he)
620 char *hbuf_end = hbuf + hbuflen;
825 size_t hbuflen, int *errorp, const struct android_net_context *netcontext)
831 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
851 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
932 struct hostent *hp, char *hbuf, size_t hbuflen, int *he,
938 return android_gethostbyaddrfornetcontext_real(addr,len, af, hp, hbuf, hbuflen, he, netcontext);
961 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he);
    [all...]

Completed in 88 milliseconds