Lines Matching refs:is
4 # a legal notice, here is a blessing:
19 # EVIDENCE-OF: R-00752-43975 The sqlite3_wal_hook() function is used to
20 # register a callback that is invoked each time data is committed to a
23 # 1.1: shows that the wal-hook is not invoked in rollback mode.
24 # 1.2: but is invoked in wal mode.
60 # EVIDENCE-OF: R-65366-15139 The callback is invoked by SQLite after the
77 # EVIDENCE-OF: R-44294-52863 The third parameter is the name of the
81 # EVIDENCE-OF: R-18913-19355 The fourth parameter is the number of pages
116 # EVIDENCE-OF: R-14034-00929 If an error code is returned, that error
129 } {1 {database is locked}}
153 # Replace old_wal_hook. Observe that it is not invoked after it has
183 # function when it is invoked is a copy of the third parameter passed to
186 # This is tricky to test using the tcl interface. However, the
192 # EVIDENCE-OF: R-23378-42536 The second is a copy of the database
195 # There is an assert() in the C wal-hook used by tclsqlite.c to