Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ypserv/
H A Dyp_dblookup.c85 struct dbent *dbptr; member
115 if (q->dbptr == NULL) { in yp_malloc_qent()
138 if (q->dbptr->dbp) { in yp_free_qent()
139 (void)(q->dbptr->dbp->close)(q->dbptr->dbp); in yp_free_qent()
140 q->dbptr->dbp = NULL; in yp_free_qent()
145 free(q->dbptr->name); in yp_free_qent()
150 free(q->dbptr); in yp_free_qent()
151 q->dbptr = NULL; in yp_free_qent()
281 qptr->dbptr->dbp = dbp; in yp_cache_db()
283 qptr->dbptr->size = size; in yp_cache_db()
[all …]