Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c217 char *zSourceStr; /* Expected unionSourceToStr() value */ member
499 sqlite3_free(pTab->zSourceStr); in unionDisconnect()
671 if( pTab->zSourceStr==0 ){ in unionOpenDatabase()
672 pTab->zSourceStr = z; in unionOpenDatabase()
674 if( sqlite3_stricmp(z, pTab->zSourceStr) ){ in unionOpenDatabase()