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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2777 pCur->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap);
3791 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
4224 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ argument
4225 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
6364 sqlite3_free(pTab->base.zErrMsg);
6365 pTab->base.zErrMsg = sqlite3_vmprintf(zFmt, ap);
6371 sqlite3_free(pCsr->base.pVtab->zErrMsg);
6372 pCsr->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap);
6413 pTab->base.zErrMsg = sqlite3_mprintf("error in fwrite()");
6683 char **pzErr = &pTab->base.zErrMsg;
12533 char *zErrMsg = 0; local
12668 char *zErrMsg = sqlite3_malloc64(nErrMsg); local
15394 char *zErrMsg = 0; local
18180 char *zErrMsg = 0; local
18715 char *zErrMsg = 0; local
19290 char *zErrMsg = 0; local
19725 char *zErrMsg = 0; local
20609 char *zErrMsg = 0; local
21004 char *zErrMsg = 0; local
[all...]
H A Dsqlite3.h1383 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
7055 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
7057 ** prior to assigning a new string to zErrMsg. ^After the error message
7059 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
7064 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c2446 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
8118 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
8120 ** prior to assigning a new string to zErrMsg. ^After the error message
8122 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
8127 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
18889 char *zErrMsg; /* An error message */ member in struct:Parse
21396 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
48670 memdbDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
111870 char *zErrMsg = 0; local
119904 char *zErrMsg = 0; local
130783 char *zErrMsg = 0; /* Error message */ local
138350 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
167157 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
167740 char *zErrMsg = 0; local
204126 rbuVfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h971 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
4949 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4951 ** prior to assigning a new string to zErrMsg. ^After the error message
4953 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
4958 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c1524 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5502 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5504 ** prior to assigning a new string to zErrMsg. ^After the error message
5506 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5511 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
9442 ** The member variables sqlite.errCode, sqlite.zErrMsg and sqlite.zErrMsg16
9501 char *zErrMsg; /* Most recent error message (UTF-8 encoded) */ member in struct:sqlite3
10831 char *zErrMsg; /* An error message */ member in struct:Parse
12833 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
20749 ** Add an error message to pParse->zErrMsg an
79368 char *zErrMsg = 0; local
85258 char *zErrMsg = 0; local
92018 char *zErrMsg = 0; /* Error message */ local
96966 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
112192 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
112682 char *zErrMsg = 0; local
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3702 char *zErrMsg; local
3814 zErrMsg = 0;
3827 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db));
3832 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));
3835 Tcl_SetResult(interp, zErrMsg, TCL_VOLATILE);
3837 sqlite3_free(zErrMsg);

Completed in 992 milliseconds