Home
last modified time | relevance | path

Searched refs:fd_cache_lru_ (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A DHttpServer.cc353 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
362 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
363 fd_cache_lru_.append(ent.get()); in get_cached_fd()
380 fd_cache_lru_.append(res.get()); in cache_fd()
383 auto ent = fd_cache_lru_.head; in cache_fd()
387 fd_cache_lru_.remove(ent); in cache_fd()
398 fd_cache_lru_.remove(target); in release_fd()
415 fd_cache_lru_.remove(ent.get()); in release_unused_fd()
427 DList<FileEntry> fd_cache_lru_; member in nghttp2::Sessions

Completed in 4 milliseconds