Lines Matching refs:ppVTab
8011 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
260841 *ppVTab = (sqlite3_vtab*)pTab;
268611 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ argument
268659 *ppVTab = (sqlite3_vtab*)pRet;