Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c114711 VTable *pVTable = p->pVTable;
114712 p->pVTable = 0;
114722 while( pVTable ){
114734 pVTable = pNext;
115041 VTable *pVTable;
115066 if( !pVTable ){
115070 pVTable->db = db;
115080 sCtx.pVTable = pVTable;
115100 memset(pVTable->pVtab, 0, sizeof(pVTable->pVtab[0]));
115116 pVTable->pNext = pTab->pVTable;
[all …]

Completed in 292 milliseconds