Searched refs:xDestroy (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 5295 void(*xDestroy)(void*) 5307 void(*xDestroy)(void*) 6015 void(*xDestroy)(void*) 6987 int (*xDestroy)(sqlite3_vtab *pVTab); member 7225 void(*xDestroy)(void*) /* Module destructor function */ 8726 void (*xDestroy)(sqlite3_pcache*); member 8747 void (*xDestroy)(sqlite3_pcache*); member 12499 void (*xDestroy)(void*) 12516 void (*xDestroy)(void*)
|
D | sqlite3ext.h | 169 void (*xDestroy)(void *)); 220 void(*xDestroy)(void*)); 319 void(*xDestroy)(void*));
|
/third_party/sqlite/src/ |
D | sqlite3.c | 5608 void(*xDestroy)(void*) 5620 void(*xDestroy)(void*) 6328 void(*xDestroy)(void*) 7300 int (*xDestroy)(sqlite3_vtab *pVTab); member 7538 void(*xDestroy)(void*) /* Module destructor function */ 9039 void (*xDestroy)(sqlite3_pcache*); member 9060 void (*xDestroy)(sqlite3_pcache*); member 12833 void (*xDestroy)(void*) 12850 void (*xDestroy)(void*) 16852 void (*xDestroy)(void *); member [all …]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81292 - 0, /* xDestroy */ 82050 - 0, /* xDestroy */ 82804 + 0, /* xDestroy */ 85824 + 0, /* xDestroy */ 86632 0, /* xDestroy */ 114566 +SQLITE_PRIVATE int sqlite3Fts3InitTok(sqlite3*, Fts3Hash *, void(*xDestroy)(void*)); 114758 +SQLITE_PRIVATE int sqlite3Fts3InitTok(sqlite3 *db, Fts3Hash *pHash, void(*xDestroy)(void*)){ 114768 + db, "fts3tokenize", &fts3tok_module, (void*)pHash, xDestroy 118927 - 0, /* xDestroy */ 119685 - 0, /* xDestroy */ [all …]
|