dbh_find - Man Page
Find the top level subtree FILE_POINTER
Synopsis
#include <dbh.h>
FILE_POINTER dbh_find (DBHashTable *dbh, int n);
Description
Find the top level subtree FILE_POINTER for the currently loaded record, but ignoring the last n branches on top record.
Return Value
0 on error, byte offset of loaded record otherwise.
Notes
This description is too nerdy. You should probably look at the source to fully understand usage.
See Also
dbh (0), dbh_sweep (3), dbh_load_address (3), dbh_update (3),
Author
Edscott Wilson Garcia <edscott@xfce.org>
Referenced By
dbh(3), dbh_erase(3), dbh_sweep(3).
DBH DBHashTables Programmers' Manual