Lines Matching refs:sqlite3_free
648 sqlite3_free(pRule); in amatchFreeRules()
692 sqlite3_free(zSql); in amatchLoadRules()
783 sqlite3_free(p->zClassName); in amatchFree()
784 sqlite3_free(p->zDb); in amatchFree()
785 sqlite3_free(p->zCostTab); in amatchFree()
786 sqlite3_free(p->zVocabTab); in amatchFree()
787 sqlite3_free(p->zVocabWord); in amatchFree()
788 sqlite3_free(p->zVocabLang); in amatchFree()
789 sqlite3_free(p->zSelf); in amatchFree()
791 sqlite3_free(p); in amatchFree()
864 sqlite3_free(pNew->zVocabTab); in amatchConnect()
871 sqlite3_free(pNew->zVocabWord); in amatchConnect()
878 sqlite3_free(pNew->zVocabLang); in amatchConnect()
885 sqlite3_free(pNew->zCostTab); in amatchConnect()
948 sqlite3_free(pWord); in amatchClearCursor()
951 sqlite3_free(pCur->zInput); in amatchClearCursor()
953 sqlite3_free(pCur->zBuf); in amatchClearCursor()
971 sqlite3_free(pCur); in amatchClose()
1139 sqlite3_free(zSql); in amatchNext()
1242 sqlite3_free(zBuf); in amatchNext()