Searched refs:ppVTab (Results 1 – 2 of 2) sorted by relevance
7690 sqlite3_vtab **ppVTab, char**);7693 sqlite3_vtab **ppVTab, char**);
8011 sqlite3_vtab **ppVTab, char**);8014 sqlite3_vtab **ppVTab, char**);162156 VTable **ppVTab; local162162 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 */ argument195476 *ppVTab = &p->base;260781 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ argument[all …]