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

  /external/curl/lib/
multi.c 397 (data->dns.hostcachetype != HCACHE_GLOBAL)) {
403 data->dns.hostcachetype = HCACHE_GLOBAL;
409 (data->dns.hostcachetype == HCACHE_NONE)) {
411 data->dns.hostcachetype = HCACHE_MULTI;
700 if(data->dns.hostcachetype == HCACHE_MULTI) {
703 data->dns.hostcachetype = HCACHE_NONE;
    [all...]
urldata.h 1694 } hostcachetype; member in struct:Names
    [all...]
url.c     [all...]

Completed in 1593 milliseconds