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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h48 ** 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, member in struct:sqlite3_tokenizer_module
H A Dtokenizer.h48 ** 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, member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h42 ** To tokenize an input buffer, the sqlite3_tokenizer_module.xOpen()
93 int (*xOpen)( member in struct:sqlite3_tokenizer_module
101 ** method exactly once for each successful call to xOpen().
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h42 ** To tokenize an input buffer, the sqlite3_tokenizer_module.xOpen()
93 int (*xOpen)( member in struct:sqlite3_tokenizer_module
101 ** method exactly once for each successful call to xOpen().
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h464 ** 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.
794 ** ^SQLite guarantees that the zFilename parameter to xOpen
805 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
810 ** The flags argument to xOpen() include
923 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4596 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c1007 ** in the 4th parameter to the xOpen method of the
1126 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1132 ** If the xOpen method sets the sqlite3_file.pMethods element
1134 ** may be invoked even if the xOpen reported that it failed. The
1135 ** only way to prevent a call to xClose following a failed xOpen
1136 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1337 ** ^SQLite guarantees that the zFilename parameter to xOpen
1348 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1353 ** The flags argument to xOpen() include
1466 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5139 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h506 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
636 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
644 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1020 ** [[sqlite3_vfs.xOpen]]
1021 ** ^SQLite guarantees that the zFilename parameter to xOpen
1032 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1151 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5315 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c621 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
751 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
759 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1135 ** [[sqlite3_vfs.xOpen]]
1136 ** ^SQLite guarantees that the zFilename parameter to xOpen
1147 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1266 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5430 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h506 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
636 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
644 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1020 ** [[sqlite3_vfs.xOpen]]
1021 ** ^SQLite guarantees that the zFilename parameter to xOpen
1032 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1151 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5315 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c621 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
751 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
759 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1135 ** [[sqlite3_vfs.xOpen]]
1136 ** ^SQLite guarantees that the zFilename parameter to xOpen
1147 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1266 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5430 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]

Completed in 4505 milliseconds