Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ypserv/
H A Dyp_dblookup.c83 struct dbent *dbptr; member
113 if (q->dbptr == NULL) { in yp_malloc_qent()
136 if (q->dbptr->dbp) { in yp_free_qent()
137 (void)(q->dbptr->dbp->close)(q->dbptr->dbp); in yp_free_qent()
138 q->dbptr->dbp = NULL; in yp_free_qent()
143 free(q->dbptr->name); in yp_free_qent()
148 free(q->dbptr); in yp_free_qent()
149 q->dbptr = NULL; in yp_free_qent()
279 qptr->dbptr->dbp = dbp; in yp_cache_db()
281 qptr->dbptr->size = size; in yp_cache_db()
[all …]