1dbh_find(3) DBHashTables Programmers' Manual dbh_find(3)
2
3
4
5‐
6
8 dbh_find - Find the top level subtree FILE_POINTER
9
11 #include <dbh.h>
12
13 FILE_POINTER dbh_find (DBHashTable *dbh, int n);
14
16 Find the top level subtree FILE_POINTER for the currently loaded
17 record, but ignoring the last n branches on top record.
18
20 0 on error, byte offset of loaded record otherwise.
21
23 This description is too nerdy. You should probably look at the source
24 to fully understand usage.
25
27 dbh (0), dbh_sweep (3), dbh_load_address (3), dbh_update (3),
28
30 Edscott Wilson Garcia <edscott@xfce.org>
31
32
33
34DBHashTables DBH dbh_find(3)