Home
last modified time | relevance | path

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

/php-src/ext/enchant/
H A Denchant.c256 if (!pbroker->pbroker) { \
279 if (pbroker) { in PHP_FUNCTION()
282 broker->pbroker = pbroker; in PHP_FUNCTION()
305 if (pbroker->pbroker) { in PHP_FUNCTION()
306 enchant_broker_free(pbroker->pbroker); in PHP_FUNCTION()
307 pbroker->pbroker = NULL; in PHP_FUNCTION()
326 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
456 pbroker->nb_dict++; in PHP_FUNCTION()
488 pdict = enchant_broker_request_pwl_dict(pbroker->pbroker, pwl); in PHP_FUNCTION()
543 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds