Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218456 #define RTREE_QUERY 0x47 /* G: New-style sqlite3_rtree_query_callback() */ macro
219342 assert( pConstraint->op==RTREE_MATCH || pConstraint->op==RTREE_QUERY );
219345 if( pConstraint->op==RTREE_QUERY && pSearch->iLevel==1 ){
219961 pCons->op = RTREE_QUERY;