HomeSort by relevance Sort by last modified time
    Searched full:addrtocopy (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libevent/
evdns.c 892 int addrcount, addrtocopy; local
899 addrtocopy = MIN(MAX_ADDRS - reply.data.a.addrcount, (unsigned)addrcount);
903 if (j + 4*addrtocopy > length) goto err;
905 packet + j, 4*addrtocopy);
906 j += 4*addrtocopy;
907 reply.data.a.addrcount += addrtocopy;
921 int addrcount, addrtocopy; local
928 addrtocopy = MIN(MAX_ADDRS - reply.data.aaaa.addrcount, (unsigned)addrcount);
932 if (j + 16*addrtocopy > length) goto err;
934 packet + j, 16*addrtocopy);
    [all...]

Completed in 271 milliseconds