Home
last modified time | relevance | path

Searched refs:usecount (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
DHttpServer.h106 usecount(1), in path()
116 int usecount; member
DHttpServer.cc352 if (ent->usecount == 0) { in get_cached_fd()
365 ++ent->usecount; in get_cached_fd()
384 if (ent->usecount) { in cache_fd()
395 --target->usecount; in release_fd()
397 if (target->usecount == 0 && target->stale) { in release_fd()
410 if (ent->usecount != 0) { in release_unused_fd()