Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7690 sqlite3_vtab **ppVTab, char**);
7693 sqlite3_vtab **ppVTab, char**);
H A Dsqlite3.c8011 sqlite3_vtab **ppVTab, char**);
8014 sqlite3_vtab **ppVTab, char**);
162156 VTable **ppVTab; local
162162 for(ppVTab=&p->u.vtab.p; *ppVTab; ppVTab=&(*ppVTab)->pNext){
162163 if( (*ppVTab)->db==db ){
162164 VTable *pVTab = *ppVTab;
162165 *ppVTab = pVTab->pNext;
195107 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ argument
195476 *ppVTab = &p->base;
260781 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ argument
[all …]