Lines Matching full:database
3 Samba database functions
102 /* a tdb tool for manipulating a tdb database */
160 " create dbname : create a database\n"
161 " open dbname : open an existing database\n"
162 " erase : erase the database\n"
163 " dump : dump the database as strings\n"
164 " keys : dump the database keys as strings\n"
165 " hexkeys : dump the database keys as hex values\n"
166 " info : print summary info about the database\n"
172 " list : print the database hash table and freelist\n"
173 " free : print the database freelist\n"
457 /* all the rest require a open database */
460 terror("database not open");