Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c498 char *zCostTab; /* Name of edit-cost-table */ member
665 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", p->zDb, p->zCostTab); in amatchLoadRules()
676 p->zClassName, p->zCostTab, sqlite3_column_count(pStmt) in amatchLoadRules()
785 sqlite3_free(p->zCostTab); in amatchFree()
885 sqlite3_free(pNew->zCostTab); in amatchConnect()
886 pNew->zCostTab = amatchDequote(zVal); in amatchConnect()
887 if( pNew->zCostTab==0 ) goto amatchConnectError; in amatchConnect()
896 if( pNew->zCostTab==0 ){ in amatchConnect()