Searched refs:getnext (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c44 static apr_status_t getnext(apr_sdbm_datum_t *key, apr_sdbm_t *db);
419 status = getnext(key, db);
435 status = getnext(key, db);
549 * getnext - get the next key in the page, and if done with
552 static apr_status_t getnext(apr_sdbm_datum_t *key, apr_sdbm_t *db) function
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c316 goto getnext;
348 getnext:

Completed in 75 milliseconds