Lines Matching defs:default_rc
18008 ** The key comparison functions actually return default_rc when they find
18009 ** an equals comparison. default_rc can be -1, 0, or +1. If there are
18011 ** at the first pKeyInfo->nFields,) then default_rc can be set to -1 to
18017 ** When default_rc!=0, the search might end up on the record immediately
18031 i8 default_rc; /* Comparison result if keys are equal */
74453 assert( pIdxKey->default_rc==1
74454 || pIdxKey->default_rc==0
74455 || pIdxKey->default_rc==-1
77756 r.default_rc = 0;
86609 p->default_rc = 0;
86737 ** all the fields up to that point were equal. Return the default_rc
86739 rc = pPKey2->default_rc;
87055 ** fields that appear in both keys are equal, then pPKey2->default_rc is
87264 ** all the fields up to that point were equal. Return the default_rc
87267 || vdbeRecordCompareDebug(nKey1, pKey1, pPKey2, pPKey2->default_rc)
87271 return pPKey2->default_rc;
87370 ** fields. Return pPKey2->default_rc in this case. */
87371 res = pPKey2->default_rc;
87432 res = pPKey2->default_rc;
95094 ** r.default_rc = -1;
95096 ** r.default_rc = +1;
95099 r.default_rc = ((1 & (oc - OP_SeekLT)) ? -1 : +1);
95100 assert( oc!=OP_SeekGT || r.default_rc==-1 );
95101 assert( oc!=OP_SeekLE || r.default_rc==-1 );
95102 assert( oc!=OP_SeekGE || r.default_rc==+1 );
95103 assert( oc!=OP_SeekLT || r.default_rc==+1 );
95289 r.default_rc = 0;
95540 r.default_rc = 0;
95559 pIdxKey->default_rc = 0;
96753 r.default_rc = 0;
96937 r.default_rc = -1;
96940 r.default_rc = 0;