HomeSort by relevance Sort by last modified time
    Searched defs:xOpen (Results 1 - 10 of 10) 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...]
  /external/sqlite/dist/orig/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]

Completed in 916 milliseconds