Home
last modified time | relevance | path

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

/PHP-5.6/ext/enchant/
H A Denchant.c42 unsigned int dictcnt; member
245 if (broker->dictcnt && broker->dict) { in php_enchant_broker_free()
248 total = broker->dictcnt-1; in php_enchant_broker_free()
370 broker->dictcnt = 0; in PHP_FUNCTION()
553 pos = pbroker->dictcnt++; in PHP_FUNCTION()
554 if (pbroker->dictcnt) { in PHP_FUNCTION()
555 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()
609 pos = pbroker->dictcnt++;
610 if (pbroker->dictcnt) {
611 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt);

Completed in 7 milliseconds