Home
last modified time | relevance | path

Searched refs:ppVtab (Results 1 – 2 of 2) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c6450 sqlite3_vtab **ppVtab, in seriesConnect() argument
6470 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
8582 sqlite3_vtab **ppVtab, in fsdirConnect() argument
8598 *ppVtab = (sqlite3_vtab*)pNew; in fsdirConnect()
9127 sqlite3_vtab **ppVtab, in completionConnect() argument
9154 *ppVtab = (sqlite3_vtab*)pNew; in completionConnect()
10563 sqlite3_vtab **ppVtab, in zipfileConnect() argument
10607 *ppVtab = (sqlite3_vtab*)pNew; in zipfileConnect()
13171 sqlite3_vtab **ppVtab, in expertConnect() argument
13199 *ppVtab = (sqlite3_vtab*)p; in expertConnect()
[all …]
H A Dsqlite3.c106932 sqlite3_vtab **ppVtab,
106972 *ppVtab = (sqlite3_vtab*)pNew;
143457 sqlite3_vtab **ppVtab,
143508 *ppVtab = (sqlite3_vtab*)pTab;
190637 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
190640 return fts3InitVtab(0, db, pAux, argc, argv, ppVtab, pzErr);
190647 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
190650 return fts3InitVtab(1, db, pAux, argc, argv, ppVtab, pzErr);
195352 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
195405 *ppVtab = (sqlite3_vtab *)p;
[all …]