OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xOpen
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h
48
** Tokenize a particular input. Call
xOpen
() to prepare to
51
**
xOpen
() must exist until the cursor is closed. The ppToken
59
int (*
xOpen
)(sqlite3_tokenizer *pTokenizer,
tokenizer.h
48
** Tokenize a particular input. Call
xOpen
() to prepare to
51
**
xOpen
() must exist until the cursor is closed. The ppToken
59
int (*
xOpen
)(sqlite3_tokenizer *pTokenizer,
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h
42
** To tokenize an input buffer, the sqlite3_tokenizer_module.
xOpen
()
93
int (*
xOpen
)(
101
** method exactly once for each successful call to
xOpen
().
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h
42
** To tokenize an input buffer, the sqlite3_tokenizer_module.
xOpen
()
93
int (*
xOpen
)(
101
** method exactly once for each successful call to
xOpen
().
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
464
** in the 4th parameter to the
xOpen
method of the
583
** Every file opened by the [sqlite3_vfs]
xOpen
method populates an
589
** If the
xOpen
method sets the sqlite3_file.pMethods element
591
** may be invoked even if the
xOpen
reported that it failed. The
592
** only way to prevent a call to xClose following a failed
xOpen
593
** is for the
xOpen
to set the sqlite3_file.pMethods element to NULL.
[
all
...]
sqlite3.c
[
all
...]
Completed in 146 milliseconds