Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c625 int recnoChng, /* True if the record number will change */ in sqliteGenerateConstraintChecks() argument
641 int hasTwoRecnos = (isUpdate && recnoChng); in sqliteGenerateConstraintChecks()
702 if( recnoChng ){ in sqliteGenerateConstraintChecks()
868 int recnoChng, /* True if the record number will change */ in sqliteCompleteInsertion() argument
894 if( isUpdate && recnoChng ){ in sqliteCompleteInsertion()