HomeSort by: relevance | last modified time | path
    Searched defs:bt_meta (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/btree/
bt_close.c 54 static int bt_meta(BTREE *);
143 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR)
153 * BT_META -- write the tree meta data to disk.
162 bt_meta(BTREE *t) function in typeref:typename:int
bt_close.c 54 static int bt_meta(BTREE *);
143 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR)
153 * BT_META -- write the tree meta data to disk.
162 bt_meta(BTREE *t) function in typeref:typename:int

Completed in 27 milliseconds