Searched defs:isUpdate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c562 ** The old recno shown as entry (1) above is omitted unless both isUpdate
563 ** and recnoChng are 1. isUpdate is true for UPDATEs and false for
617 ** If the isUpdate flag is true, it means that the "base" cursor is
618 ** initially pointing to an entry that is being updated. The isUpdate
621 ** Without the isUpdate flag, the "base" cursor might be moved.
629 int isUpdate, /* True for UPDATE, False for INSERT */
644 int hasTwoRecnos = (isUpdate && recnoChng);
715 if( isUpdate ){
736 if( isUpdate ){
752 if( isUpdate ){
623 sqliteGenerateConstraintChecks( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int overrideError, int ignoreDest ) argument
866 sqliteCompleteInsertion( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int newIdx ) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c196 isUpdate(void) function

Completed in 46 milliseconds