Searched refs:zCostTab (Results 1 – 1 of 1) sorted by relevance
498 char *zCostTab; /* Name of edit-cost-table */ member665 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()