Searched refs:RTREE_LT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c249 #define RTREE_LT 0x43 macro
904 assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE
909 case RTREE_LE: case RTREE_LT:
956 assert(p->op==RTREE_LE || p->op==RTREE_LT || p->op==RTREE_GE
961 case RTREE_LT: res = (coord<p->rValue); break;
1393 case SQLITE_INDEX_CONSTRAINT_LT: op = RTREE_LT; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124696 #define RTREE_LT macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c130362 #define RTREE_LT macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c130408 #define RTREE_LT macro
[all...]

Completed in 417 milliseconds