Home
last modified time | relevance | path

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

/dports/security/chntpw/chntpw-140201/
H A Dsam.h53 uint32_t updatecnt; /* 10 Number of times policy data updated */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A DtriggerC.test803 CREATE TABLE t10(a, updatecnt DEFAULT 0);
805 UPDATE t10 SET updatecnt = updatecnt+1 WHERE rowid = old.rowid;
812 # 1 written to column "updatecnt" was clobbered by the old value 0).
822 UPDATE t10 SET a = 'tcl', updatecnt = 5;
850 # 1 written to column "updatecnt" was clobbered by the old value 0).
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A DtriggerC.test804 CREATE TABLE t10(a, updatecnt DEFAULT 0);
806 UPDATE t10 SET updatecnt = updatecnt+1 WHERE rowid = old.rowid;
813 # 1 written to column "updatecnt" was clobbered by the old value 0).
823 UPDATE t10 SET a = 'tcl', updatecnt = 5;
851 # 1 written to column "updatecnt" was clobbered by the old value 0).
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A DtriggerC.test804 CREATE TABLE t10(a, updatecnt DEFAULT 0);
806 UPDATE t10 SET updatecnt = updatecnt+1 WHERE rowid = old.rowid;
813 # 1 written to column "updatecnt" was clobbered by the old value 0).
823 UPDATE t10 SET a = 'tcl', updatecnt = 5;
851 # 1 written to column "updatecnt" was clobbered by the old value 0).
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A DtriggerC.test804 CREATE TABLE t10(a, updatecnt DEFAULT 0);
806 UPDATE t10 SET updatecnt = updatecnt+1 WHERE rowid = old.rowid;
813 # 1 written to column "updatecnt" was clobbered by the old value 0).
823 UPDATE t10 SET a = 'tcl', updatecnt = 5;
851 # 1 written to column "updatecnt" was clobbered by the old value 0).