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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h 17 ** sqlite3_tokenizer_cursor is generated by a tokenizer to generate
33 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
61 sqlite3_tokenizer_cursor **ppCursor);
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
63 int (*xNext)(sqlite3_tokenizer_cursor *pCursor,
73 struct sqlite3_tokenizer_cursor { struct
tokenizer.h 17 ** sqlite3_tokenizer_cursor is generated by a tokenizer to generate
33 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
61 sqlite3_tokenizer_cursor **ppCursor);
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
63 int (*xNext)(sqlite3_tokenizer_cursor *pCursor,
73 struct sqlite3_tokenizer_cursor { struct
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 17 ** sqlite3_tokenizer_cursor is generated by a tokenizer to generate
43 ** method is called. It returns an sqlite3_tokenizer_cursor object
50 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
96 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
127 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */
140 struct sqlite3_tokenizer_cursor { struct
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 17 ** sqlite3_tokenizer_cursor is generated by a tokenizer to generate
43 ** method is called. It returns an sqlite3_tokenizer_cursor object
50 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
96 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
130 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */
143 struct sqlite3_tokenizer_cursor { struct
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 112782 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
112875 struct sqlite3_tokenizer_cursor { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 126337 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
126439 struct sqlite3_tokenizer_cursor { struct
    [all...]
  /external/sqlite/dist/
sqlite3.c 126357 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef in typeref:struct:sqlite3_tokenizer_cursor
126459 struct sqlite3_tokenizer_cursor { struct
    [all...]

Completed in 268 milliseconds