Searched refs:apndDelete (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3514 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir); 3538 apndDelete, /* xDelete */ 3868 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() function
|
/external/sqlite/dist/ |
D | shell.c | 3520 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir); 3544 apndDelete, /* xDelete */ 3874 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() function
|