HomeSort by relevance Sort by last modified time
    Searched refs:bHasDocsize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 138 u8 bHasDocsize; /* True if %_docsize table exists */
fts3_write.c 727 if( p->bHasDocsize ){
    [all...]
fts3.c 555 ** If the p->bHasDocsize boolean is true (indicating that this is an
596 if( p->bHasDocsize ){
    [all...]
fts3_snippet.c 909 || (cArg==FTS3_MATCHINFO_LENGTH && pTab->bHasDocsize)
    [all...]

Completed in 177 milliseconds