Searched refs:nDoc (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c90 sqlite3_int64 nDoc; /* Number of docs in database */ member in struct:MatchInfo
588 int nDoc, /* Size of buffer zDoc in bytes */
618 /* Open a cursor on zDoc/nDoc. Check if there are (nSnippet+nDesired)
619 ** or more tokens in zDoc/nDoc.
621 rc = pMod->xOpen(pTab->pTokenizer, zDoc, nDoc, &pC);
662 int nDoc; /* Size of zDoc in bytes */ local
670 sqlite3_tokenizer_cursor *pC; /* Tokenizer cursor open on zDoc/nDoc */
681 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
685 rc = pMod->xOpen(pTab->pTokenizer, zDoc, nDoc, &pC);
710 int n = nDoc
584 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
952 sqlite3_int64 nDoc; local
1155 sqlite3_int64 nDoc; local
1163 sqlite3_int64 nDoc; /* Number of rows in table */ local
1491 int nDoc; local
[all...]
H A Dfts3_aux.c41 sqlite3_int64 nDoc; /* 'documents' values for current csr row */ member in struct:Fts3auxCursor::Fts3auxColstats
247 if( pCsr->aStat[pCsr->iCol].nDoc>0 ) return SQLITE_OK;
279 pCsr->aStat[0].nDoc++;
290 ** increment the column 0 "nDoc" count for this term.
295 pCsr->aStat[1].nDoc++;
315 pCsr->aStat[iCol+1].nDoc++;
417 sqlite3_result_int64(pContext, p->aStat[p->iCol].nDoc);
H A Dfts3.c1805 int nDoc = 0; local
1849 nDoc++;
1884 nDoc++;
1937 if( pnDoc ) *pnDoc = nDoc;
2306 int nDoc = 0; /* Return value */ local
2316 while( p<aEnd ) nDoc += (((*p++)&0x80)==0);
2319 nDoc++;
2326 return nDoc;
2406 int nDoc = 0; local
2465 if( nMinCost>nDoc
2809 int nDoc = 0x7FFFFFFF; local
[all...]
H A Dfts3_write.c1103 sqlite3_int64 nDoc = 0; local
1114 a += sqlite3Fts3GetVarint(a, &nDoc);
1118 if( nDoc==0 || nByte==0 ){
1123 pCsr->nRowAvg = (int)(((nByte / nDoc) + pgsz) / pgsz);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2209 ** document zDoc[0..nDoc-1] which is stored in column iColumn.
2216 int nDoc
2242 rc = pTModule->xOpen(pTokenizer, zDoc, nDoc, &pTCursor);
2304 int nDoc; local
2306 nDoc = sqlite3_column_bytes(p->pStmt, i+1);
2307 snippetOffsetsOfColumn(&p->q, &p->snippet, i, zDoc, nDoc);
2335 ** zDoc[0..nDoc-1] is phrase of text. aMatch[0..nMatch-1] are a set
2346 int nDoc, /* Number of bytes in zDoc[] */
2355 if( iBreak>=nDoc-10 ){
2356 return nDoc;
2343 wordBoundary( int iBreak, const char *zDoc, int nDoc, struct snippetMatch *aMatch, int nMatch, int iCol ) argument
2423 int nDoc; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115057 int nDoc = 0; local
115558 int nDoc = 0; /* Return value */ local
115658 int nDoc = 0; local
116061 int nDoc = 0x7FFFFFFF; local
116998 sqlite3_int64 nDoc; /* 'documents' values for current csr row */ member in struct:Fts3auxCursor::Fts3auxColstats
121211 sqlite3_int64 nDoc = 0; local
122925 sqlite3_int64 nDoc; /* Number of docs in database */ member in struct:MatchInfo
123419 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
123497 int nDoc; /* Size of zDoc in bytes */ local
123787 sqlite3_int64 nDoc; local
123990 sqlite3_int64 nDoc; local
123998 sqlite3_int64 nDoc; /* Number of rows in table */ local
124326 int nDoc; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c116665 sqlite3_int64 nDoc; /* Documents in table */ member in struct:Fts3Cursor
119493 int nDoc = 0; /* Return value */ local
120785 sqlite3_int64 nDoc = 0; local
121850 sqlite3_int64 nDoc; /* 'documents' values for current csr row */ member in struct:Fts3auxCursor::Fts3auxColstats
128700 sqlite3_int64 nDoc; /* Number of docs in database */ member in struct:MatchInfo
129143 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
129221 int nDoc; /* Size of zDoc in bytes */ local
129452 sqlite3_int64 nDoc; local
129639 sqlite3_int64 nDoc = 0; local
129647 sqlite3_int64 nDoc; /* Number of rows in table */ local
129977 int nDoc; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116701 sqlite3_int64 nDoc; /* Documents in table */ member in struct:Fts3Cursor
119529 int nDoc = 0; /* Return value */ local
120833 sqlite3_int64 nDoc = 0; local
121898 sqlite3_int64 nDoc; /* 'documents' values for current csr row */ member in struct:Fts3auxCursor::Fts3auxColstats
128748 sqlite3_int64 nDoc; /* Number of docs in database */ member in struct:MatchInfo
129191 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
129269 int nDoc; /* Size of zDoc in bytes */ local
129500 sqlite3_int64 nDoc; local
129687 sqlite3_int64 nDoc = 0; local
129695 sqlite3_int64 nDoc; /* Number of rows in table */ local
130025 int nDoc; local
[all...]

Completed in 646 milliseconds