HomeSort by relevance Sort by last modified time
    Searched defs:xClose (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h 50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
tokenizer.h 50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
120 ** to xNext() or xClose().
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
123 ** to xNext() or xClose().
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 590 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
592 ** only way to prevent a call to xClose following a failed xOpen
672 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
685 int (*xClose)(sqlite3_file*);
    [all...]