GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dbh_close(3) DBHashTables Programmers' Manual dbh_close(3)
-

dbh_close, dbh_destroy - close or remove an open DBHashTable

#include <dbh.h>

int dbh_close (DBHashTable *dbh);
int dbh_destroy (DBHashTable *dbh);

dbh_close will close the DBHashTable file (thus flushing io buffer).

dbh_destroy will close an open DBHashTable and erase the file from disk. Convenience function that does a close and rm.

0 if error, 1 otherwise.

dbh (0), dbh_create (3), dbh_open (3), dbh_open_ro (3)

Edscott Wilson Garcia <edscott@xfce.org>
DBH DBH

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.