Searched refs:pzErrMsg (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4787 ** ^If an error occurs and pzErrMsg is not 0, then the
4789 ** fill *pzErrMsg with error message text stored in memory
4803 char **pzErrMsg /* Put error message here if not 0 */
4837 **   const char **pzErrMsg,
4842 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
4844 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
4846 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
H A Dsqlite3.c5337 ** ^If an error occurs and pzErrMsg is not 0, then the
5339 ** fill *pzErrMsg with error message text stored in memory
5353 char **pzErrMsg /* Put error message here if not 0 */
5387 **   const char **pzErrMsg,
5392 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
5394 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
5396 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
11295 char **pzErrMsg; /* Error message stored here */ member in struct:__anon2856
93615 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg) argument
93868 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
100969 vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg) argument
100981 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
101000 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
101039 sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db) argument
111691 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
121447 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
132850 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
133352 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]

Completed in 443 milliseconds