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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3519 char **pzErrMsg,
3524 (void)pzErrMsg; /* Unused parameter */
3633 char **pzErrMsg,
3637 (void)pzErrMsg; /* Unused parameter */
4487 char **pzErrMsg,
4506 (void)pzErrMsg; /* Unused parameter */
5578 char **pzErrMsg,
5598 (void)pzErrMsg; /* Unused parameter */
6180 char **pzErrMsg,
6186 if( sqlite3_libversion_number()<3008012 && pzErrMsg!
3517 sqlite3_shathree_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
3631 sqlite3_uint_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
4485 sqlite3_decimal_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
5576 sqlite3_ieee_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
6178 sqlite3_series_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
7052 sqlite3_regexp_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
8081 sqlite3_fileio_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
8606 sqlite3_completion_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
9270 sqlite3_appendvfs_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
11526 sqlite3_zipfile_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
11645 sqlite3_sqlar_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
15197 sqlite3_dbdata_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]
H A Dsqlite3.h7151 ** ^If an error occurs and pzErrMsg is not 0, then the
7153 ** fill *pzErrMsg with error message text stored in memory
7176 char **pzErrMsg /* Put error message here if not 0 */
7222 ** &nbsp; const char **pzErrMsg,
7227 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
7229 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
7231 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
11361 ** error code. In this case, if argument pzErrMsg is not NULL, *pzErrMsg
11370 char **pzErrMsg
[all...]
H A Dsqlite3ext.h377 char **pzErrMsg, /* Used to set error string on failure. */
H A Dsqlite3.c7464 ** ^If an error occurs and pzErrMsg is not 0, then the
7466 ** fill *pzErrMsg with error message text stored in memory
7489 char **pzErrMsg /* Put error message here if not 0 */
7535 ** &nbsp; const char **pzErrMsg,
7540 ** If the xEntryPoint routine encounters an error, it should make *pzErrMsg
7542 ** and return an appropriate [error code]. ^SQLite ensures that *pzErrMsg
7544 ** [sqlite3_free()] on *pzErrMsg after xEntryPoint() returns. ^If any
11674 ** error code. In this case, if argument pzErrMsg is not NULL, *pzErrMsg
11683 char **pzErrMsg
20075 char **pzErrMsg; /* Error message stored here */ member in struct:__anon37
140900 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg, u32 mFlags) argument
141146 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
153772 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
153802 execSqlF(sqlite3 *db, char **pzErrMsg, const char *zSql, ...) argument
153883 sqlite3RunVacuum( char **pzErrMsg, sqlite3 *db, int iDb, sqlite3_value *pOut ) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1320 char **pzErrMsg /** Put error message here if not 0 */

Completed in 889 milliseconds