Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c134478 VTable *pVTable = p->pVTable;
134479 p->pVTable = 0;
134489 while( pVTable ){
134501 pVTable = pNext;
134804 VTable *pVTable;
134829 if( !pVTable ){
134834 pVTable->db = db;
134844 sCtx.pVTable = pVTable;
134864 memset(pVTable->pVtab, 0, sizeof(pVTable->pVtab[0]));
134880 pVTable->pNext = pTab->pVTable;
[all …]

Completed in 354 milliseconds