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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c791 ** If successful, *piIdx is set to the allocated index slot and SQLITE_OK
794 static int fts3AllocateSegdirIdx(Fts3Table *p, int iLevel, int *piIdx){ argument
817 *piIdx = 0;
819 *piIdx = iNext;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c120902 fts3AllocateSegdirIdx(Fts3Table *p, int iLevel, int *piIdx) argument
[all...]

Completed in 200 milliseconds