Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8054 sqlite3_vtab **ppVtab, in seriesConnect() argument
8074 pNew = *ppVtab = sqlite3_malloc64( sizeof(*pNew) ); in seriesConnect()
10327 sqlite3_vtab **ppVtab, in fsdirConnect() argument
10343 *ppVtab = (sqlite3_vtab*)pNew; in fsdirConnect()
11068 sqlite3_vtab **ppVtab, in completionConnect() argument
11095 *ppVtab = (sqlite3_vtab*)pNew; in completionConnect()
12525 sqlite3_vtab **ppVtab, in zipfileConnect() argument
12569 *ppVtab = (sqlite3_vtab*)pNew; in zipfileConnect()
15182 sqlite3_vtab **ppVtab, in expertConnect() argument
15210 *ppVtab = (sqlite3_vtab*)p; in expertConnect()
[all …]
H A Dsqlite3.c109381 sqlite3_vtab **ppVtab, argument
109421 *ppVtab = (sqlite3_vtab*)pNew;
147608 sqlite3_vtab **ppVtab, argument
147659 *ppVtab = (sqlite3_vtab*)pTab;
195490 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */ argument
195493 return fts3InitVtab(0, db, pAux, argc, argv, ppVtab, pzErr);
195500 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */ argument
195503 return fts3InitVtab(1, db, pAux, argc, argv, ppVtab, pzErr);
200212 sqlite3_vtab **ppVtab, /* OUT: New sqlite3_vtab object */ argument
200265 *ppVtab = (sqlite3_vtab *)p;
[all …]