Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics7 # BGZF (Blocked GNU Zip Format) - gzip compatible, but also indexable
/freebsd/contrib/sqlite3/
H A Dsqlite3.c163413 Bitmask indexable; /* Bitmask of all indexable tables in the clause */ member
167347 Bitmask indexable; /* Tables that are indexable, satisfying case 2 */ local
167370 indexable = ~(Bitmask)0;
167372 for(i=pOrWc->nTerm-1, pOrTerm=pOrWc->a; i>=0 && indexable; i--, pOrTerm++){
167403 indexable &= b;
167415 indexable &= b;
167428 pOrInfo->indexable = indexable;
167431 if( indexable ){
167437 if( indexable && pOrWc->nTerm==2 ){
170982 pTerm->u.pOrInfo->indexable);
[all …]