Home
last modified time | relevance | path

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

/glibc-2.36/nss/
Dmakedb.c81 struct dbentry struct
397 const struct dbentry *d1 = (const struct dbentry *) p1; in dbentry_compare()
398 const struct dbentry *d2 = (const struct dbentry *) p2; in dbentry_compare()
542 struct dbentry *newp = xmalloc (sizeof (struct dbentry) + keylen); in process_input()
547 struct dbentry **found = tsearch (newp, &last_database->entries, in process_input()
632 const struct dbentry *dbe = *(const struct dbentry **) nodep; in add_key()