Lines Matching refs:sqlite3_mprintf
598 *pzErr = sqlite3_mprintf("%s: cost must be between 1 and %d", in amatchLoadOneRule()
604 *pzErr = sqlite3_mprintf("%s: maximum string length is %d", in amatchLoadOneRule()
610 *pzErr = sqlite3_mprintf("%s: iLang must be between 0 and %d", in amatchLoadOneRule()
665 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", p->zDb, p->zCostTab); in amatchLoadRules()
673 *pzErr = sqlite3_mprintf("%s: %s", p->zClassName, sqlite3_errmsg(db)); in amatchLoadRules()
675 *pzErr = sqlite3_mprintf("%s: %s has %d columns, expected 4", in amatchLoadRules()
855 pNew->zClassName = sqlite3_mprintf("%s", zModule); in amatchConnect()
857 pNew->zDb = sqlite3_mprintf("%s", zDb); in amatchConnect()
859 pNew->zSelf = sqlite3_mprintf("%s", argv[2]); in amatchConnect()
890 *pzErr = sqlite3_mprintf("unrecognized argument: [%s]\n", argv[i]); in amatchConnect()
897 *pzErr = sqlite3_mprintf("no edit_distances table specified"); in amatchConnect()
1122 zSql = sqlite3_mprintf( in amatchNext()
1130 zSql = sqlite3_mprintf( in amatchNext()
1274 pCur->zInput = sqlite3_mprintf("%s", zWord); in amatchFilter()
1428 pVTab->zErrMsg = sqlite3_mprintf("DELETE from %s is not allowed", in amatchUpdate()
1433 pVTab->zErrMsg = sqlite3_mprintf("UPDATE of %s is not allowed", in amatchUpdate()
1441 pVTab->zErrMsg = sqlite3_mprintf( in amatchUpdate()