Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/resolv/
HDmtctxres.c28 static mtctxres_t sharedctx;
67 mtctxres_t *mt; in __res_init_ctx()
76 if ((mt = malloc(sizeof(mtctxres_t))) == NULL) { in __res_init_ctx()
81 memset(mt, 0, sizeof (mtctxres_t)); in __res_init_ctx()
99 mtctxres_t *
102 mtctxres_t *mt; in ___mtctxres()
/freebsd-13-stable/lib/libc/include/
HDresolv_mt.h29 } mtctxres_t; typedef
33 mtctxres_t *___mtctxres(void);