HomeSort by: relevance | last modified time | path
    Searched refs:mtctxres_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
mtctxres.c 26 static mtctxres_t sharedctx;
63 mtctxres_t *mt;
72 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
77 memset(mt, 0, sizeof (mtctxres_t));
91 mtctxres_t *mt = (mtctxres_t *)value;
98 mtctxres_t *
101 mtctxres_t *mt;
  /src/lib/libc/include/
resolv_mt.h 31 } mtctxres_t; typedef in typeref:struct:__anona9b667800108
35 mtctxres_t *___mtctxres(void);

Completed in 11 milliseconds