OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xNext
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h
49
** 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,
tokenizer.h
49
** 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,
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h
120
** to
xNext
() or xClose().
126
int (*
xNext
)(
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h
123
** to
xNext
() or xClose().
129
int (*
xNext
)(
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
Completed in 771 milliseconds