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

/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c1016 char *zErrMsg = sqlite3_malloc(nErrMsg); local
1017 if( zErrMsg ){
1018 memcpy(zErrMsg, sqlite3_errmsg(db), nErrMsg);
1020 return zErrMsg;
1740 char *zErrMsg = 0; local
1749 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1750 if( zErrMsg ){
1751 fprintf(stderr,"Error: %s\n", zErrMsg);
1752 sqlite3_free(zErrMsg);
1991 char *zErrMsg local
2055 char *zErrMsg = 0; local
2236 char *zErrMsg = 0; local
2687 char *zErrMsg; local
2967 char *zErrMsg = 0; local
[all...]
H A Dsqlite3.h1114 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5344 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5346 ** prior to assigning a new string to zErrMsg. ^After the error message
5348 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5353 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c1685 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5915 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5917 ** prior to assigning a new string to zErrMsg. ^After the error message
5919 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5924 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
10089 char *zErrMsg; /* Most recent error message (UTF-8 encoded) */ member in struct:sqlite3
11444 char *zErrMsg; /* An error message */ member in struct:Parse
13565 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
21363 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
21390 sqlite3DbFree(db, pParse->zErrMsg);
82414 char *zErrMsg = 0; local
88470 char *zErrMsg = 0; local
95742 char *zErrMsg = 0; /* Error message */ local
100941 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
117148 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
117645 char *zErrMsg = 0; local
[all...]
/freebsd-10.2-release/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...]

Completed in 1895 milliseconds