Home | History | Annotate | Download | only in fts3

Lines Matching defs:nSource

2082   int nSource;
2084 aSource = sqlite3Fts3DeferredDoclist(pToken, &nSource);
2089 *ppOut = sqlite3_malloc(nSource);
2091 memcpy(*ppOut, aSource, nSource);
2092 *pnOut = nSource;