Searched refs:zSelf (Results 1 – 2 of 2) sorted by relevance
497 char *zSelf; /* Name of this virtual table */ member789 sqlite3_free(p->zSelf); in amatchFree()859 pNew->zSelf = sqlite3_mprintf("%s", argv[2]); in amatchConnect()860 if( pNew->zSelf==0 ) goto amatchConnectError; in amatchConnect()1429 p->zSelf); in amatchUpdate()1434 p->zSelf); in amatchUpdate()1442 "INSERT INTO %s allowed for column [command] only", p->zSelf); in amatchUpdate()
361 char *zSelf; /* Name of this virtual table */ member456 sqlite3_free(p->zSelf); in closureFree()526 pNew->zSelf = sqlite3_mprintf("%s", argv[2]); in closureConnect()527 if( pNew->zSelf==0 ) goto closureConnectError; in closureConnect()