Home | History | Annotate | Download | only in lib

Lines Matching refs:inuse

360     dns->inuse++; /* we use it! */
402 dns->inuse = 1; /* the cache has the first reference */
418 dns->inuse++; /* mark entry as in-use */
432 * The cache entry we return will get its 'inuse' counter increased when this
466 dns->inuse++; /* we use it! */
552 * The cache entry we return will get its 'inuse' counter increased when this
737 * File-internal: release cache dns entry reference, free if inuse drops to 0
742 DEBUGASSERT(dns && (dns->inuse>0));
744 dns->inuse--;
745 if(dns->inuse == 0) {
877 dns->inuse--;