Searched defs:xNext (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h49 ** tokenize, xNext() repeatedly until it returns SQLITE_DONE, then
52 ** result from xNext() is only valid until the next call to xNext()
63 int (*xNext)(sqlite3_tokenizer_cursor *pCursor, member in struct:sqlite3_tokenizer_module
H A Dtokenizer.h49 ** tokenize, xNext() repeatedly until it returns SQLITE_DONE, then
52 ** result from xNext() is only valid until the next call to xNext()
63 int (*xNext)(sqlite3_tokenizer_cursor *pCursor, member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h120 ** to xNext() or xClose().
126 int (*xNext)( member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h123 ** to xNext() or xClose().
129 int (*xNext)( member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4600 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4659 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4783 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5143 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5202 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5319 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5383 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5434 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5498 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5319 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5383 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5434 int (*xNext)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5498 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 1675 milliseconds