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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c247 #define RTREE_EQ 0x41 macro
905 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
917 case RTREE_EQ:
957 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_MATCH
964 case RTREE_EQ: res = (coord==p->rValue); break;
1390 case SQLITE_INDEX_CONSTRAINT_EQ: op = RTREE_EQ; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124515 #define RTREE_EQ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144927 #define RTREE_EQ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144959 #define RTREE_EQ macro
[all...]

Completed in 522 milliseconds