Searched defs:ppCsr (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_term.c | 167 static int fts3termOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3termOpenMethod()
|
| H A D | fts3_tokenize_vtab.c | 263 static int fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3tokOpenMethod()
|
| H A D | fts3_aux.c | 219 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3auxOpenMethod()
|
| H A D | fts3_expr.c | 136 sqlite3_tokenizer_cursor **ppCsr in sqlite3Fts3OpenTokenizer()
|
| H A D | fts3.c | 1740 static int fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3OpenMethod() 3688 Fts3Cursor **ppCsr /* OUT: Store cursor handle here */ in fts3FunctionArg()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_test_tok.c | 275 static int fts5tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts5tokOpenMethod()
|
| H A D | fts5_vocab.c | 328 sqlite3_vtab_cursor **ppCsr in fts5VocabOpenMethod()
|
| H A D | fts5_main.c | 693 static int fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts5OpenMethod()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 755 int lsm_csr_open(lsm_db *pDb, lsm_cursor **ppCsr){ in lsm_csr_open()
|
| H A D | lsm_tree.c | 1921 int lsmTreeCursorNew(lsm_db *pDb, int bOld, TreeCursor **ppCsr){ in lsmTreeCursorNew()
|
| H A D | lsm_sorted.c | 981 BtreeCursor **ppCsr in btreeCursorNew() 2490 MultiCursor **ppCsr /* OUT: Allocated cursor */ in lsmMCursorNew()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | zipfile.c | 438 static int zipfileOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCsr){ in zipfileOpen()
|