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.c163663 Bitmask indexable; /* Bitmask of all indexable tables in the clause */ member
167601 Bitmask indexable; /* Tables that are indexable, satisfying case 2 */ local
167624 indexable = ~(Bitmask)0;
167626 for(i=pOrWc->nTerm-1, pOrTerm=pOrWc->a; i>=0 && indexable; i--, pOrTerm++){
167657 indexable &= b;
167669 indexable &= b;
167682 pOrInfo->indexable = indexable;
167685 if( indexable ){
167691 if( indexable && pOrWc->nTerm==2 ){
171236 pTerm->u.pOrInfo->indexable);
[all …]