Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.c273 if (!pdict->pdict) { \
465 if (pdict) { in PHP_FUNCTION()
470 dict->pdict = pdict; in PHP_FUNCTION()
499 if (pdict) { in PHP_FUNCTION()
504 dict->pdict = pdict; in PHP_FUNCTION()
524 if (pdict->pdict) { in PHP_FUNCTION()
532 pdict->pdict = NULL; in PHP_FUNCTION()
637 enchant_dict_free_string_list(pdict->pdict, suggs); in PHP_FUNCTION()
690 enchant_dict_free_string_list(pdict->pdict, suggs); in PHP_FUNCTION()
709 enchant_dict_add(pdict->pdict, word, wordlen); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds