Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/yp/
Dyplib.c64 valdat ypc_val; member
124 free(cur->ypc_val.valdat_val); in ypmatch_cache_delete()
218 new->ypc_val.valdat_val = malloc(val->valdat_len); in ypmatch_cache_insert()
219 if (new->ypc_val.valdat_val == NULL) { in ypmatch_cache_insert()
220 free(new->ypc_val.valdat_val); in ypmatch_cache_insert()
228 new->ypc_val.valdat_len = val->valdat_len; in ypmatch_cache_insert()
230 bcopy(val->valdat_val, new->ypc_val.valdat_val, val->valdat_len); in ypmatch_cache_insert()
261 val->valdat_len = c->ypc_val.valdat_len; in ypmatch_cache_lookup()
262 val->valdat_val = c->ypc_val.valdat_val; in ypmatch_cache_lookup()