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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4657 ** ^If an error occurs and pzErrMsg is not 0, then the
4659 ** fill *pzErrMsg with error message text stored in memory
4673 char **pzErrMsg /* Put error message here if not 0 */
4707 **   const char **pzErrMsg,
4712 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
4714 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
4716 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
H A Dsqlite3.c5210 ** ^If an error occurs and pzErrMsg is not 0, then the
5212 ** fill *pzErrMsg with error message text stored in memory
5226 char **pzErrMsg /* Put error message here if not 0 */
5260 **   const char **pzErrMsg,
5265 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
5267 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
5269 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
11069 char **pzErrMsg; /* Error message stored here */ member in struct:__anon704
91621 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg) argument
91870 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
98955 vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg) argument
98967 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
98986 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
99025 sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db) argument
109630 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
119050 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
130299 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
130801 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]

Completed in 601 milliseconds