Lines Matching refs:dictcnt
42 unsigned int dictcnt; member
245 if (broker->dictcnt && broker->dict) { in php_enchant_broker_free()
248 tofree = total = broker->dictcnt-1; in php_enchant_broker_free()
370 broker->dictcnt = 0; in PHP_FUNCTION()
548 if (pbroker->dictcnt) { in PHP_FUNCTION()
549 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()
550 pos = pbroker->dictcnt++; in PHP_FUNCTION()
554 pbroker->dictcnt++; in PHP_FUNCTION()
609 if (pbroker->dictcnt) {
610 pos = pbroker->dictcnt++;
611 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt);
615 pbroker->dictcnt++;