OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iCurrent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c
62
int
iCurrent
; /* First token of current snippet */
315
if( pIter->
iCurrent
<0 ){
320
pIter->
iCurrent
= 0;
343
pIter->
iCurrent
= iStart = iEnd - pIter->nSnippet + 1;
366
int iStart = pIter->
iCurrent
; /* First token of snippet */
492
sIter.
iCurrent
= -1;
612
int
iCurrent
= 0; /* Token counter */
626
while( rc==SQLITE_OK &&
iCurrent
<(nSnippet+nDesired) ){
628
rc = pMod->xNext(pC, &ZDUMMY, &DUMMY1, &DUMMY2, &DUMMY3, &
iCurrent
);
633
nShift = (rc==SQLITE_DONE)+
iCurrent
-nSnippet
[
all
...]
fts3Int.h
260
sqlite3_int64
iCurrent
;
fts3.c
[
all
...]
fts3_write.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
backup.c
302
i64
iCurrent
;
303
int rc = sqlite3OsFileSize(pFile, &
iCurrent
);
304
if( rc==SQLITE_OK &&
iCurrent
>iSize ){
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 51 milliseconds