Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c5873 sqlite3_vtab **ppVtab, in seriesConnect() argument
5892 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
7758 sqlite3_vtab **ppVtab, in fsdirConnect() argument
7774 *ppVtab = (sqlite3_vtab*)pNew; in fsdirConnect()
8298 sqlite3_vtab **ppVtab, in completionConnect() argument
8325 *ppVtab = (sqlite3_vtab*)pNew; in completionConnect()
9724 sqlite3_vtab **ppVtab, in zipfileConnect() argument
9768 *ppVtab = (sqlite3_vtab*)pNew; in zipfileConnect()
12332 sqlite3_vtab **ppVtab, in expertConnect() argument
12360 *ppVtab = (sqlite3_vtab*)p; in expertConnect()
[all …]
H A Dsqlite3.c105624 sqlite3_vtab **ppVtab,
105664 *ppVtab = (sqlite3_vtab*)pNew;
141514 sqlite3_vtab **ppVtab,
141565 *ppVtab = (sqlite3_vtab*)pTab;
187712 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
187715 return fts3InitVtab(0, db, pAux, argc, argv, ppVtab, pzErr);
187722 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
187725 return fts3InitVtab(1, db, pAux, argc, argv, ppVtab, pzErr);
192404 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */
192457 *ppVtab = (sqlite3_vtab *)p;
[all …]