Searched defs:lsm_env (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 29 typedef struct lsm_env lsm_env; /* Runtime environment */ typedef 49 struct lsm_env { struct 54 int (*xFullpath)(lsm_env*, const char *, char *, int *); argument 55 int (*xOpen)(lsm_env*, const char *, int flags, lsm_file **); argument 64 int (*xUnlink)(lsm_env*, const char *); argument 72 void *(*xMalloc)(lsm_env*, size_t); /* malloc(3) function */ argument 73 void *(*xRealloc)(lsm_env*, void *, size_t); /* realloc(3) function */ argument 74 void (*xFree)(lsm_env*, void *); /* free(3) function */ argument 75 size_t (*xSize)(lsm_env*, void *); /* xSize function */ argument 78 int (*xMutexStatic)(lsm_env*,int,lsm_mutex**); /* Obtain a static mutex */ argument [all …]
|