Home
last modified time | relevance | path

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

/dports/databases/fastdb/fastdb/src/
H A Dcontainer.cpp80 sc.lastKeyInclusion = 1; in prefixSearch()
102 sc.lastKeyInclusion = 1; in prefixSearch()
127 sc.lastKeyInclusion = 1; in search()
H A Dttree.cpp259 sc.lastKey, MAX_STRING_LENGTH) >= sc.lastKeyInclusion) || in find()
290 sc.lastKey, MAX_STRING_LENGTH) >= sc.lastKeyInclusion) || in find()
342 if (comparator(&a, sc.lastKey, 0) >= sc.lastKeyInclusion) { in find()
370 if (comparator(&a, sc.lastKey, 0) >= sc.lastKeyInclusion) { in find()
411 >= sc.lastKeyInclusion) in find()
438 >= sc.lastKeyInclusion) in find()
H A Dcursor.cpp516 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKey()
591 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKeyRange()
H A Ddatabase.cpp3683 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isPrefixSearch()
3728 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isPrefixSearch()
3833 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicable()
4082 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicable()
4103 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicable()
4124 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicable()
4186 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicable()
4238 sc.lastKeyInclusion = false; in isIndexApplicable()
4254 sc.lastKeyInclusion = true; in isIndexApplicable()
4280 sc.lastKeyInclusion = true; in isIndexApplicable()
[all …]
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dcontainer.cpp100 sc.lastKeyInclusion = 1; in search()
H A Dbtree.cpp443 if (CHECK(EXTRACT(KEY,l), key, lastKeyInclusion)) { \
479 if (CHECK(key, EXTRACT(KEY,i), !lastKeyInclusion)) { \
527 int lastKeyInclusion = sc.lastKeyInclusion; in find() local
581 lastKey) >= sc.lastKeyInclusion) in find()
743 if (SCMP(key, (char_t*)&keyChar[keyStr[i].offs]) >= 1-lastKeyInclusion) { in find()
1897 if (CHECK(EXTRACT(KEY,l), key, lastKeyInclusion)) { \
1934 if (CHECK(key, EXTRACT(KEY,i), !lastKeyInclusion)) { \
1982 int lastKeyInclusion = sc.lastKeyInclusion; in find() local
2041 lastKey) >= sc.lastKeyInclusion) in find()
2173 if (SCMP(key, (char_t*)&keyChar[keyStr[i].offs]) >= 1-lastKeyInclusion) { in find()
[all …]
H A Ddatabase.cpp3200 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in followInverseReference()
3279 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3290 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3301 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3562 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndices()
3813 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3837 sc.lastKeyInclusion = false; in isIndexApplicableToExpr()
3845 sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3854 sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3863 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
[all …]
H A Dcursor.cpp866 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKey()
941 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKeyRange()
/dports/databases/gigabase/gigabase/
H A Dcontainer.cpp100 sc.lastKeyInclusion = 1; in search()
H A Dbtree.cpp443 if (CHECK(EXTRACT(KEY,l), key, lastKeyInclusion)) { \
479 if (CHECK(key, EXTRACT(KEY,i), !lastKeyInclusion)) { \
527 int lastKeyInclusion = sc.lastKeyInclusion; in find() local
581 lastKey) >= sc.lastKeyInclusion) in find()
743 if (SCMP(key, (char_t*)&keyChar[keyStr[i].offs]) >= 1-lastKeyInclusion) { in find()
1897 if (CHECK(EXTRACT(KEY,l), key, lastKeyInclusion)) { \
1934 if (CHECK(key, EXTRACT(KEY,i), !lastKeyInclusion)) { \
1982 int lastKeyInclusion = sc.lastKeyInclusion; in find() local
2041 lastKey) >= sc.lastKeyInclusion) in find()
2173 if (SCMP(key, (char_t*)&keyChar[keyStr[i].offs]) >= 1-lastKeyInclusion) { in find()
[all …]
H A Ddatabase.cpp3210 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in followInverseReference()
3289 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3300 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3311 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndex()
3592 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in applyIndices()
3843 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3867 sc.lastKeyInclusion = false; in isIndexApplicableToExpr()
3875 sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3884 sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
3893 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in isIndexApplicableToExpr()
[all …]
H A Dcursor.cpp866 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKey()
941 sc.firstKeyInclusion = sc.lastKeyInclusion = true; in selectByKeyRange()
H A Ddatabase.h1799 int lastKeyInclusion; variable
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Ddatabase.h1775 int lastKeyInclusion; variable
/dports/databases/fastdb/fastdb/inc/
H A Ddatabase.h2028 int lastKeyInclusion; variable