Home
last modified time | relevance | path

Searched refs:dictcnt (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/enchant/
H A Denchant.c42 unsigned int dictcnt; member
237 if (broker->dictcnt && broker->dict) { in php_enchant_broker_free()
240 total = broker->dictcnt-1; in php_enchant_broker_free()
366 broker->dictcnt = 0; in PHP_FUNCTION()
555 pos = pbroker->dictcnt++; in PHP_FUNCTION()
556 if (pbroker->dictcnt) { in PHP_FUNCTION()
557 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()
602 pos = pbroker->dictcnt++; in PHP_FUNCTION()
603 if (pbroker->dictcnt) { in PHP_FUNCTION()
604 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()

Completed in 7 milliseconds