Home
last modified time | relevance | path

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

/PHP-7.0/ext/enchant/
H A Denchant.c267 if (pdict) { in php_enchant_dict_free()
270 if (pdict->pdict && pbroker) { in php_enchant_dict_free()
271 enchant_broker_free_dict(pbroker->pbroker, pdict->pdict); in php_enchant_dict_free()
275 efree(pdict); in php_enchant_dict_free()
344 if (!pdict || !pdict->pdict) { \
732 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) {
748 enchant_dict_free_suggestions(pdict->pdict, suggs);
805 enchant_dict_free_suggestions(pdict->pdict, suggs);
825 enchant_dict_add_to_personal(pdict->pdict, word, wordlen);
844 enchant_dict_add_to_session(pdict->pdict, word, wordlen);
[all …]

Completed in 7 milliseconds