comparison audioDB.h @ 180:d434e771c776 no-big-mmap

checks for enough free data space don't use dataBuf any more
author mas01cr
date Thu, 15 Nov 2007 16:38:53 +0000
parents 7bbe5d48a7ef
children c22d53219112
comparison
equal deleted inserted replaced
179:71c24d0df2c4 180:d434e771c776
197 int processArgs(const unsigned argc, char* const argv[]); 197 int processArgs(const unsigned argc, char* const argv[]);
198 void get_lock(int fd, bool exclusive); 198 void get_lock(int fd, bool exclusive);
199 void release_lock(int fd); 199 void release_lock(int fd);
200 void create(const char* dbName); 200 void create(const char* dbName);
201 void drop(); 201 void drop();
202 bool enough_data_space_free(off_t size);
202 void insert(const char* dbName, const char* inFile); 203 void insert(const char* dbName, const char* inFile);
203 void batchinsert(const char* dbName, const char* inFile); 204 void batchinsert(const char* dbName, const char* inFile);
204 void query(const char* dbName, const char* inFile, adb__queryResponse *adbQueryResponse=0); 205 void query(const char* dbName, const char* inFile, adb__queryResponse *adbQueryResponse=0);
205 void status(const char* dbName, adb__statusResponse *adbStatusResponse=0); 206 void status(const char* dbName, adb__statusResponse *adbStatusResponse=0);
206 void ws_status(const char*dbName, char* hostport); 207 void ws_status(const char*dbName, char* hostport);