Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest8.c85 char *zLogName; /* Name of the log table */ member
384 sqlite3_free(p->zLogName); in echoDestructor()
489 pVtab->zLogName = sqlite3_mprintf("%s", argv[4]); in echoCreate()
490 zSql = sqlite3_mprintf("CREATE TABLE %Q(logmsg)", pVtab->zLogName); in echoCreate()
541 if( p && p->zLogName ){ in echoDestroy()
543 zSql = sqlite3_mprintf("DROP TABLE %Q", p->zLogName); in echoDestroy()