#include <db.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "store.h"Functions | |
| void | store_opendb (char *dbname) |
| void | store_opendbs (char *dbname) |
| void | store_displayTokens () |
| unsigned int * | store_getScore (char *token) |
| void | store_storeTempToken (char *token, int type) |
| void | store_storeAll (int isporn) |
| void | store_storeToken (char *token, int isporn) |
| void | store_closedb () |
| unsigned char * | to_hex (unsigned int nbp, unsigned int nbn) |
| unsigned int * | to_int (unsigned char *conv) |
Variables | |
| DB * | database = NULL |
| DB * | tempDB = NULL |
| unsigned char | ret [4] |
| unsigned int | valeur [2] |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1