Home | History | Annotate | Download | only in lib

Lines Matching refs:inuse

357     dns->inuse++; /* we use it! */
399 dns->inuse = 1; /* the cache has the first reference */
415 dns->inuse++; /* mark entry as in-use */
429 * The cache entry we return will get its 'inuse' counter increased when this
463 dns->inuse++; /* we use it! */
550 * The cache entry we return will get its 'inuse' counter increased when this
731 * File-internal: release cache dns entry reference, free if inuse drops to 0
736 DEBUGASSERT(dns && (dns->inuse>0));
738 dns->inuse--;
739 if(dns->inuse == 0) {
860 dns->inuse--;