Searched refs:zErrMsg (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 3655 sqlite3_free(pVTab->zErrMsg); in seriesBestIndex() 3656 pVTab->zErrMsg = sqlite3_mprintf( in seriesBestIndex() 5309 pCur->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap); in fsdirSetErrmsg() 6331 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg); 6766 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() argument 6767 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError() 7342 sqlite3_free(pTab->base.zErrMsg); in zipfileTableErr() 7343 pTab->base.zErrMsg = sqlite3_vmprintf(zFmt, ap); in zipfileTableErr() 7349 sqlite3_free(pCsr->base.pVtab->zErrMsg); in zipfileCursorErr() 7350 pCsr->base.pVtab->zErrMsg in zipfileCursorErr() 12827 char *zErrMsg; /* For sqlite3_recover_errmsg() */ global() member 15757 failIfSafeMode( ShellState *p, const char *zErrMsg, ... ) failIfSafeMode() argument 16966 char *zErrMsg = 0; createSelftestTable() local 20165 char *zErrMsg = 0; tryToCloneSchema() local 23269 char *zErrMsg = 0; do_meta_command() local 23944 char *zErrMsg = 0; do_meta_command() local 24391 char *zErrMsg = 0; do_meta_command() local 25394 char *zErrMsg = 0; runOneSqlLine() local 25870 char *zErrMsg = 0; global() local [all...] |
H A D | sqlite3.c | 1787 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 7705 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should 7707 ** prior to assigning a new string to zErrMsg. ^After the error message 7709 ** freed by sqlite3_free() and the zErrMsg field will be zeroed. 7714 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member 19108 char *zErrMsg; /* An error message */ member 19225 #define PARSE_HDR(X) (((char*)(X))+offsetof(Parse,zErrMsg)) 19226 #define PARSE_HDR_SZ (offsetof(Parse,aTempReg)-offsetof(Parse,zErrMsg)) /* Recursive part w/o aColCache*/ 22858 char *zErrMsg; /* Error message written here */ member 51951 memdbDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) global() argument 126231 char *zErrMsg = 0; global() local 146190 char *zErrMsg; /* Error message text, if an error occurs */ global() member 176637 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ global() local 177256 char *zErrMsg = 0; global() local 214012 rbuVfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) global() argument [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3.h | 1477 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 7396 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should 7398 ** prior to assigning a new string to zErrMsg. ^After the error message 7400 ** freed by sqlite3_free() and the zErrMsg field will be zeroed. 7405 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member
|
Completed in 173 milliseconds