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_set_data(3) DBHashTables Programmers' Manual dbh_set_data(3)
-

dbh_set_data, dbh_set_key - set the record data or record key

#include <dbh.h>

void dbh_set_data (DBHashTable *dbh, void *data, FILE_POINTER size);

void dbh_set_key (DBHashTable *dbh, unsigned char *key);

The dbh_set_data function copies the user data into the current DBHashTable record and along with function dbh_set_key makes the current DBHashTable record ready for the dbh_update function to commit to the actual DBHashTable on disk or if only the key is set, ready for the dbh_load function to load the current record data from disk. data is a pointer from where the data is to be copied to the current DBHashTable record and size is the amount of bytes to copy.

The dbh_set_key function sets the key of the current DBHashTable record.

These functions do not return anything.

The length of the key to be copied is taken from the number of branches defined when the DBHashTable was created.

dbh (0), dbh_update (3), dbh_load (3)

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

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.