Home
last modified time | relevance | path

Searched refs:wal_hook (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3ext.h233 void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*); member
579 #define sqlite3_wal_hook sqlite3_api->wal_hook
Dsqlite3.c135705 void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*);
136051 #define sqlite3_wal_hook sqlite3_api->wal_hook