Lines Matching refs:value
17 # Like [do_execsql_test], except it appends the value returned by
75 # the return value of sqlite3_changes().
87 # constraints set the sqlite3_changes() value to 0. Regardless of
112 # does not modify the value returned by this function.
233 # EVIDENCE-OF: R-09813-48563 The value returned by sqlite3_changes()
268 # EVIDENCE-OF: R-32918-61474 Before entering a trigger program the value
270 # program has finished, the original value is restored.
329 # UPDATE and DELETE statement sets the value returned by
330 # sqlite3_changes() upon completion as normal. Of course, this value
332 # sqlite3_changes() value will be saved and restored after each
394 # statement within a trigger, it returns the value as set when the
398 # such statement within a trigger program, the value returned reflects
410 /* changes() returns value from previous I/U/D in callers context */
413 /* changes() returns value of previous I/U/D in this context */