Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c9826 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */ in zipfileReadData()
12001 char **pzErrmsg; member
12153 char **pzErrmsg /* Write error here */ in idxDatabaseError()
12164 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */ in idxPrepareStmt()
12181 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */ in idxPrintfPrepareStmt()
12534 char **pzErrmsg /* OUT: Error message (if not) */ in idxGetTableInfo()
13233 static int idxCreateVtabSchema(sqlite3expert *p, char **pzErrmsg){ in idxCreateVtabSchema()
13744 sqlite3expert *sqlite3_expert_new(sqlite3 *db, char **pzErrmsg){ in sqlite3_expert_new()