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

/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c84 char *pzErrmsg; /* Error message */ member in struct:__anon36
396 &rs->pnRow, &rs->pnColumn, &rs->pzErrmsg);
399 rs->pzErrmsg != NULL ? rs->pzErrmsg : "unknown error");
400 sqlite3_free(rs->pzErrmsg);
401 rs->pzErrmsg = NULL;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c9816 ** If an error does occur, output variable (*pzErrmsg) may be set to point
9826 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */
9832 *pzErrmsg = sqlite3_mprintf("error in fread()");
12001 char **pzErrmsg; member in struct:sqlite3expert
12153 char **pzErrmsg /* Write error here */
12155 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(db));
12164 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
12170 idxDatabaseError(db, pzErrmsg);
12181 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
12193 rc = idxPrepareStmt(db, ppStmt, pzErrmsg, zSq
12161 idxPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
12178 idxPrintfPrepareStmt( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zFmt, ... ) argument
13233 idxCreateVtabSchema(sqlite3expert *p, char **pzErrmsg) argument
13744 sqlite3_expert_new(sqlite3 *db, char **pzErrmsg) argument
[all...]
H A Dsqlite3.h2943 char **pzErrmsg /* Error msg written here */
H A Dsqlite3.c3256 char **pzErrmsg /* Error msg written here */
217006 prepareAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, const char *zSql ) argument
217028 resetAndCollectError(sqlite3_stmt *pStmt, char **pzErrmsg) argument
217051 prepareFreeAndCollectError( sqlite3 *db, sqlite3_stmt **ppStmt, char **pzErrmsg, char *zSql ) argument
220503 sqlite3rbu_close(sqlite3rbu *p, char **pzErrmsg) argument
230362 char **pzErrmsg; member in struct:Fts5Config
248903 char **pzErrmsg = pConfig->pzErrmsg; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d559 char **pzErrmsg /** Error msg written here */

Completed in 684 milliseconds