Searched refs:dictcnt (Results 1 – 1 of 1) sorted by relevance
40 unsigned int dictcnt; member235 if (broker->dictcnt && broker->dict) { in php_enchant_broker_free()238 total = broker->dictcnt-1; in php_enchant_broker_free()363 broker->dictcnt = 0; in PHP_FUNCTION()552 pos = pbroker->dictcnt++; in PHP_FUNCTION()553 if (pbroker->dictcnt) { in PHP_FUNCTION()554 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()599 pos = pbroker->dictcnt++; in PHP_FUNCTION()600 if (pbroker->dictcnt) { in PHP_FUNCTION()601 …broker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); in PHP_FUNCTION()
Completed in 6 milliseconds