Home
last modified time | relevance | path

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

/PHP-5.5/ext/enchant/
H A Denchant.c271 if (pdict) { in php_enchant_dict_free()
272 if (pdict->pdict && pdict->pbroker) { in php_enchant_dict_free()
273 enchant_broker_free_dict(pdict->pbroker->pbroker, pdict->pdict); in php_enchant_dict_free()
275 pdict->pbroker->dict[pdict->id-1]->next = NULL; in php_enchant_dict_free()
348 if (!pdict || !pdict->pdict) { \
737 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) {
753 enchant_dict_free_suggestions(pdict->pdict, suggs);
810 enchant_dict_free_suggestions(pdict->pdict, suggs);
830 enchant_dict_add_to_personal(pdict->pdict, word, wordlen);
849 enchant_dict_add_to_session(pdict->pdict, word, wordlen);
[all …]

Completed in 8 milliseconds