Searched refs:isUpdate (Results 1 - 5 of 5) 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
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c425 !isUpdate()) {
H A Dmain.c1379 if (saveSpoolInstall != 0 && !isUpdate()) {
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h241 extern int isUpdate __P((void));

Completed in 319 milliseconds