Home
last modified time | relevance | path

Searched refs:inuse (Results 1 – 5 of 5) sorted by relevance

/curl/tests/unit/
H A Dunit1305.c125 data_node->inuse = 1; /* hash will hold the reference */
/curl/lib/
H A Dhostip.c367 dns->inuse++; /* we use it! */ in Curl_fetch_addr()
499 dns->inuse = 1; /* the cache has the first reference */ in Curl_cache_addr()
517 dns->inuse++; /* mark entry as in-use */ in Curl_cache_addr()
711 dns->inuse++; /* we use it! */ in Curl_resolv()
1063 DEBUGASSERT(dns && (dns->inuse>0)); in freednsentry()
1065 dns->inuse--; in freednsentry()
1066 if(dns->inuse == 0) { in freednsentry()
1294 dns->inuse--; in Curl_loadhostpairs()
H A Dhostip.h103 long inuse; member
H A Dconncache.c573 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse);
H A Durl.c3133 hostaddr->inuse++;

Completed in 21 milliseconds