Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c24 static void __res_destroy_ctx(void *);
43 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
94 __res_destroy_ctx(void *value) { in __res_destroy_ctx() function