Home
last modified time | relevance | path

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

/php-src/ext/enchant/
H A Denchant.c263 if (!pdict->pdict) { \
455 if (pdict) { in PHP_FUNCTION()
460 dict->pdict = pdict; in PHP_FUNCTION()
489 if (pdict) { in PHP_FUNCTION()
494 dict->pdict = pdict; in PHP_FUNCTION()
514 if (pdict->pdict) { in PHP_FUNCTION()
522 pdict->pdict = NULL; in PHP_FUNCTION()
627 enchant_dict_free_string_list(pdict->pdict, suggs); in PHP_FUNCTION()
680 enchant_dict_free_string_list(pdict->pdict, suggs); in PHP_FUNCTION()
699 enchant_dict_add(pdict->pdict, word, wordlen); in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds