Home
last modified time | relevance | path

Searched defs:pzErrmsg (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c164 char **pzErrmsg; member
316 char **pzErrmsg /* Write error here */ in idxDatabaseError()
327 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */ in idxPrepareStmt()
344 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */ in idxPrintfPrepareStmt()
696 char **pzErrmsg /* OUT: Error message (if not) */ in idxGetTableInfo()
1395 static int idxCreateVtabSchema(sqlite3expert *p, char **pzErrmsg){ in idxCreateVtabSchema()
1824 sqlite3expert *sqlite3_expert_new(sqlite3 *db, char **pzErrmsg){ in sqlite3_expert_new()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c732 char **pzErrmsg, in prepareAndCollectError()
751 static int resetAndCollectError(sqlite3_stmt *pStmt, char **pzErrmsg){ in resetAndCollectError()
777 char **pzErrmsg, in prepareFreeAndCollectError()
4209 int sqlite3rbu_close(sqlite3rbu *p, char **pzErrmsg){ in sqlite3rbu_close()
/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h212 char **pzErrmsg; member
H A Dfts5_main.c1223 char **pzErrmsg = pConfig->pzErrmsg; in fts5FilterMethod() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c526 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */ in zipfileReadData()