Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dinsert.c628 int recnoChng, /* True if the record number will change */ in sqliteGenerateConstraintChecks() argument
644 int hasTwoRecnos = (isUpdate && recnoChng); in sqliteGenerateConstraintChecks()
705 if( recnoChng ){ in sqliteGenerateConstraintChecks()
871 int recnoChng, /* True if the record number will change */ in sqliteCompleteInsertion() argument
897 if( isUpdate && recnoChng ){ in sqliteCompleteInsertion()