Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c1301 typedef struct InsertWriteHook InsertWriteHook; typedef
1302 struct InsertWriteHook { struct
1309 static void flushHook(InsertWriteHook *pHook){ in flushHook() argument
1326 InsertWriteHook *pHook = (InsertWriteHook *)pCtx; in do_insert_write_hook()
1426 InsertWriteHook hook; in do_insert()