MCPcopy Create free account
hub / github.com/audacity/audacity / idxDatabaseError

Function idxDatabaseError

lib-src/sqlite/shell.c:8671–8676  ·  view source on GitHub ↗

** An error associated with database handle db has just occurred. Pass ** the error message to callback function xOut. */

Source from the content-addressed store, hash-verified

8669** the error message to callback function xOut.
8670*/
8671static void idxDatabaseError(
8672 sqlite3 *db, /* Database handle */
8673 char **pzErrmsg /* Write error here */
8674){
8675 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(db));
8676}
8677
8678/*
8679** Prepare an SQL statement.

Callers 3

idxPrepareStmtFunction · 0.85
idxProcessOneTriggerFunction · 0.85
sqlite3_expert_sqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected