Searched refs:zErrMsg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c6106 sqlite3_free(pVTab->zErrMsg);
6107 pVTab->zErrMsg = sqlite3_mprintf(
7762 pCur->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap);
8786 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
9221 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ argument
9222 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
9799 sqlite3_free(pTab->base.zErrMsg);
9800 pTab->base.zErrMsg = sqlite3_vmprintf(zFmt, ap);
9806 sqlite3_free(pCsr->base.pVtab->zErrMsg);
9807 pCsr->base.pVtab->zErrMsg
15424 char *zErrMsg; /* For sqlite3_recover_errmsg() */ member in struct:sqlite3_recover
18370 failIfSafeMode( ShellState *p, const char *zErrMsg, ... ) argument
19652 char *zErrMsg = 0; local
22891 char *zErrMsg = 0; local
26047 char *zErrMsg = 0; local
26737 char *zErrMsg = 0; local
27176 char *zErrMsg = 0; local
28356 char *zErrMsg = 0; local
28882 char *zErrMsg = 0; local
[all...]
H A Dsqlite3.h1478 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
7604 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
7606 ** prior to assigning a new string to zErrMsg. ^After the error message
7608 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
7613 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c1791 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
7917 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
7919 ** prior to assigning a new string to zErrMsg. ^After the error message
7921 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
7926 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
19719 char *zErrMsg; /* An error message */ member in struct:Parse
19843 #define PARSE_HDR(X) (((char*)(X))+offsetof(Parse,zErrMsg))
19844 #define PARSE_HDR_SZ (offsetof(Parse,aTempReg)-offsetof(Parse,zErrMsg)) /* Recursive part w/o aColCache*/
23489 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
53194 memdbDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
129618 char *zErrMsg = 0; local
150388 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
181402 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
182078 char *zErrMsg = 0; local
221524 rbuVfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d375 void function (sqlite3_vfs*, int nByte, char *zErrMsg) xDlError;
1474 char *zErrMsg; /** Error message from sqlite3_mprintf() */
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3763 char *zErrMsg; local
3875 zErrMsg = 0;
3888 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db));
3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));
3896 Tcl_SetResult(interp, zErrMsg, TCL_VOLATILE);
3898 sqlite3_free(zErrMsg);

Completed in 638 milliseconds