Searched defs:xDelete (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h227 void (*xDelete)(void *); /* Destructor for the aux data */ member in struct:VdbeFunc::AuxData
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h925 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
H A Dsqlite3.c1468 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
12441 void (*xDelete)(void *); /* Destructor for the aux data */ member in struct:VdbeFunc::AuxData
14088 return pVfs->xDelete(pVfs, zPath, dirSync);
23910 os2Delete, /* xDelete */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1153 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
14109 void (*xDelete)(void *); /* Destructor for the aux data */ member in struct:AuxData
15935 return pVfs->xDelete(pVfs, zPath, dirSync);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1153 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); member in struct:sqlite3_vfs
14109 void (*xDelete)(void *); /* Destructor for the aux data */ member in struct:AuxData
15935 return pVfs->xDelete(pVfs, zPath, dirSync);
[all...]

Completed in 672 milliseconds