Searched refs:pzErrmsg (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c4379 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */
4385 *pzErrmsg = sqlite3_mprintf("error in fread()");
6074 char **pzErrmsg; member in struct:sqlite3expert
6226 char **pzErrmsg /* Write error here */
6228 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(db));
6237 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
6243 idxDatabaseError(db, pzErrmsg);
6254 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
6266 rc = idxPrepareStmt(db, ppStmt, pzErrmsg, zSql);
6595 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg ma
6234 idxPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
6251 idxPrintfPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zFmt, ... ) argument
7237 idxCreateVtabSchema(sqlite3expert *p, char **pzErrmsg) argument
7659 sqlite3_expert_new(sqlite3 *db, char **pzErrmsg) argument
[all...]
H A Dsqlite3.h2490 char **pzErrmsg /* Error msg written here */
H A Dsqlite3.c3514 char **pzErrmsg /* Error msg written here */
173408 prepareAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
173430 resetAndCollectError(sqlite3_stmt *pStmt, char **pzErrmsg) argument
173453 prepareFreeAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, char *zSql ) argument
176480 sqlite3rbu_close(sqlite3rbu *p, char **pzErrmsg) argument
186734 char **pzErrmsg; member in struct:Fts5Config
201844 char **pzErrmsg = pConfig->pzErrmsg; local
[all...]
/external/sqlite/dist/
H A Dshell.c4385 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */
4391 *pzErrmsg = sqlite3_mprintf("error in fread()");
6080 char **pzErrmsg; member in struct:sqlite3expert
6232 char **pzErrmsg /* Write error here */
6234 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(db));
6243 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
6249 idxDatabaseError(db, pzErrmsg);
6260 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
6272 rc = idxPrepareStmt(db, ppStmt, pzErrmsg, zSql);
6601 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg ma
6240 idxPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
6257 idxPrintfPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zFmt, ... ) argument
7243 idxCreateVtabSchema(sqlite3expert *p, char **pzErrmsg) argument
7665 sqlite3_expert_new(sqlite3 *db, char **pzErrmsg) argument
[all...]
H A Dsqlite3.h2490 char **pzErrmsg /* Error msg written here */
H A Dsqlite3.c3514 char **pzErrmsg /* Error msg written here */
173420 prepareAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
173442 resetAndCollectError(sqlite3_stmt *pStmt, char **pzErrmsg) argument
173465 prepareFreeAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, char *zSql ) argument
176492 sqlite3rbu_close(sqlite3rbu *p, char **pzErrmsg) argument
186746 char **pzErrmsg; member in struct:Fts5Config
201856 char **pzErrmsg = pConfig->pzErrmsg; local
[all...]

Completed in 1077 milliseconds