Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dlegacy.c33 sqlite3_callback xCallback, /* Invoke this callback routine */ in sqlite3_exec()
H A Dtest_quota.c83 void (*xCallback)( /* Callback invoked when going over quota */ member
1425 void (*xCallback)(const char *, sqlite3_int64 *, sqlite3_int64, void *); in test_quota_set() local
H A Dutil.c45 int (*xCallback)(int) = sqlite3GlobalConfig.xTestCallback; in sqlite3FaultSim() local
/sqlite-3.40.0/ext/misc/
H A Ddbdump.c61 int (*xCallback)(const char*,void*); /* Send output here */ member