Home
last modified time | relevance | path

Searched refs:xFree (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h1594 void (*xFree)(void*); /* Free a prior allocation */ member
Dsqlite3.c2618 void (*xFree)(void*); /* Free a prior allocation */ member
25461 sqlite3GlobalConfig.m.xFree(p);
25464 sqlite3GlobalConfig.m.xFree(p);
70210 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
70215 pBt->xFreeSchema = xFree;
171403 static void xFree(void *p){
171724 sqlite3_result_text16(p, zOutput, nOut, xFree);
/external/sqlite/dist/orig/
Dsqlite3.h1594 void (*xFree)(void*); /* Free a prior allocation */ member
Dsqlite3.c2618 void (*xFree)(void*); /* Free a prior allocation */ member
25461 sqlite3GlobalConfig.m.xFree(p);
25464 sqlite3GlobalConfig.m.xFree(p);
70194 SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){
70199 pBt->xFreeSchema = xFree;
171375 static void xFree(void *p){
171696 sqlite3_result_text16(p, zOutput, nOut, xFree);