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

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c383 static apr_status_t read_from(apr_file_t *f, void *buf, function
476 * ### we make it so in read_from anyway.
478 if ((status = read_from(db->pagf, db->pagbuf,
502 if (read_from(db->dirf, db->dirbuf,
526 if ((status = read_from(db->dirf, db->dirbuf,

Completed in 78 milliseconds