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

/external/sqlite/dist/orig/
H A Dshell.c1001 char *zErrMsg = sqlite3_malloc(nErrMsg); local
1002 if( zErrMsg ){
1003 memcpy(zErrMsg, sqlite3_errmsg(db), nErrMsg);
1005 return zErrMsg;
1605 char *zErrMsg = 0; local
1614 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1615 if( zErrMsg ){
1616 fprintf(stderr,"Error: %s\n", zErrMsg);
1617 sqlite3_free(zErrMsg);
1855 char *zErrMsg local
1919 char *zErrMsg = 0; local
2093 char *zErrMsg = 0; local
2199 char *zErrMsg; local
2498 char *zErrMsg; local
2761 char *zErrMsg = 0; local
[all...]
H A Dsqlite3.h1038 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5128 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5130 ** prior to assigning a new string to zErrMsg. ^After the error message
5132 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5137 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c1588 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5678 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5680 ** prior to assigning a new string to zErrMsg. ^After the error message
5682 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5687 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
9767 char *zErrMsg; /* Most recent error message (UTF-8 encoded) */ member in struct:sqlite3
11085 char *zErrMsg; /* An error message */ member in struct:Parse
13133 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
21179 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
21206 sqlite3DbFree(db, pParse->zErrMsg);
81428 char *zErrMsg = 0; local
87336 char *zErrMsg = 0; local
94172 char *zErrMsg = 0; /* Error message */ local
99146 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
114527 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
115016 char *zErrMsg = 0; local
[all...]
/external/sqlite/dist/
H A Dshell.c1006 char *zErrMsg = sqlite3_malloc(nErrMsg); local
1007 if( zErrMsg ){
1008 memcpy(zErrMsg, sqlite3_errmsg(db), nErrMsg);
1010 return zErrMsg;
1624 char *zErrMsg = 0; local
1633 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1634 if( zErrMsg ){
1635 fprintf(stderr,"Error: %s\n", zErrMsg);
1636 sqlite3_free(zErrMsg);
1874 char *zErrMsg local
1938 char *zErrMsg = 0; local
2112 char *zErrMsg = 0; local
2218 char *zErrMsg; local
2517 char *zErrMsg; local
2780 char *zErrMsg = 0; local
[all...]
H A Dsqlite3.h1038 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5128 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5130 ** prior to assigning a new string to zErrMsg. ^After the error message
5132 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5137 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
H A Dsqlite3.c1588 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5678 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5680 ** prior to assigning a new string to zErrMsg. ^After the error message
5682 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5687 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab
9767 char *zErrMsg; /* Most recent error message (UTF-8 encoded) */ member in struct:sqlite3
11085 char *zErrMsg; /* An error message */ member in struct:Parse
13133 char *zErrMsg; /* Error message written here */ member in struct:Vdbe
21179 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
21206 sqlite3DbFree(db, pParse->zErrMsg);
81441 char *zErrMsg = 0; local
87349 char *zErrMsg = 0; local
94185 char *zErrMsg = 0; /* Error message */ local
99159 char *zErrMsg; /* Error message text, if an error occurs */ member in struct:TabResult
114540 char *zErrMsg = 0; /* Error message from sqlite3ParseUri() */ local
115044 char *zErrMsg = 0; local
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h753 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
4225 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4227 ** prior to assigning a new string to zErrMsg. After the error message
4229 ** freed by sqlite3_free() and the zErrMsg field will be zeroed. Note
4230 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
4240 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member in struct:sqlite3_vtab

Completed in 334 milliseconds