Lines Matching refs:enchant_broker_ce

50 zend_class_entry *enchant_broker_ce;  variable
190 enchant_broker_ce = register_class_EnchantBroker(); in PHP_MINIT_FUNCTION()
191 enchant_broker_ce->create_object = enchant_broker_create_object; in PHP_MINIT_FUNCTION()
192 enchant_broker_ce->default_object_handlers = &enchant_broker_handlers; in PHP_MINIT_FUNCTION()
280 object_init_ex(return_value, enchant_broker_ce); in PHP_FUNCTION()
296 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
320 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
342 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ols", &broker, enchant_broker_ce, &dict_type, &value, … in PHP_FUNCTION()
381 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &broker, enchant_broker_ce, &dict_type) == FAILUR… in PHP_FUNCTION()
421 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
443 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FAI… in PHP_FUNCTION()
478 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &broker, enchant_broker_ce, &pwl, &pwllen) == FAI… in PHP_FUNCTION()
537 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FA… in PHP_FUNCTION()
562 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oss", &broker, enchant_broker_ce, &ptag, &ptaglen, &po… in PHP_FUNCTION()
580 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()