Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c497 char *zSelf; /* Name of this virtual table */ member
789 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()
H A Dclosure.c361 char *zSelf; /* Name of this virtual table */ member
456 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()