Home
last modified time | relevance | path

Searched refs:apps_hash (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_router.c2575 switch (nxt_lvlhsh_insert(&rtcf->apps_hash, &lhq)) { in nxt_router_apps_hash_add()
2599 if (nxt_lvlhsh_find(&rtcf->apps_hash, &lhq) != NXT_OK) { in nxt_router_apps_hash_get()
2616 app = nxt_lvlhsh_each(&rtcf->apps_hash, &lhe); in nxt_router_apps_hash_use()
H A Dnxt_router.h53 nxt_lvlhsh_t apps_hash; member