Searched refs:apndDlError (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3518 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg); 3542 apndDlError, /* xDlError */ 3890 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() function
|
/external/sqlite/dist/ |
D | shell.c | 3524 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg); 3548 apndDlError, /* xDlError */ 3896 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() function
|