Searched defs:hlmask (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c125607 u64 hlmask; /* Mask of snippet terms to highlight */ member in struct:SnippetFragment
126069 u64 hlmask = *pHlmask; /* Local copy of initial highlight-mask */ local
126144 u64 hlmask = pFragment->hlmask; /* Highlight-mask for snippet */ local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c157570 u64 hlmask; /* Mask of snippet terms to highlight */ member in struct:SnippetFragment
158144 u64 hlmask = *pHlmask; /* Local copy of initial highlight-mask */ local
158218 u64 hlmask = pFragment->hlmask; /* Highlight-mask for snippet */ local
[all...]

Completed in 634 milliseconds