Searched defs:aElem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c1242 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */ local
1243 int nElem = 0; /* Size of array at aElem */
1247 int nAlloc = 0; /* Size of allocated array at aElem */
1257 aElem, nAlloc*sizeof(Fts3HashElem *)
1264 aElem = aElem2;
1266 aElem[nElem++] = pE;
1275 qsort(aElem, nElem, sizeof(Fts3HashElem *), fts3CompareElemByTerm);
1281 aElem = &pE;
1295 memcpy(pReader->ppNextElem, aElem, nElem*sizeof(Fts3HashElem *));
1300 sqlite3_free(aElem);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c121148 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c138370 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c138402 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */ local
[all...]

Completed in 585 milliseconds