Lines Matching refs:PHP_FUNCTION
43 PHP_FUNCTION(enchant_broker_init);
44 PHP_FUNCTION(enchant_broker_free);
45 PHP_FUNCTION(enchant_broker_get_error);
46 PHP_FUNCTION(enchant_broker_set_dict_path);
47 PHP_FUNCTION(enchant_broker_get_dict_path);
48 PHP_FUNCTION(enchant_broker_list_dicts);
49 PHP_FUNCTION(enchant_broker_request_dict);
50 PHP_FUNCTION(enchant_broker_request_pwl_dict);
51 PHP_FUNCTION(enchant_broker_free_dict);
52 PHP_FUNCTION(enchant_broker_dict_exists);
53 PHP_FUNCTION(enchant_broker_set_ordering);
54 PHP_FUNCTION(enchant_broker_describe);
56 PHP_FUNCTION(enchant_dict_check);
57 PHP_FUNCTION(enchant_dict_suggest);
58 PHP_FUNCTION(enchant_dict_add_to_personal);
59 PHP_FUNCTION(enchant_dict_add_to_session);
60 PHP_FUNCTION(enchant_dict_is_in_session);
61 PHP_FUNCTION(enchant_dict_store_replacement);
62 PHP_FUNCTION(enchant_dict_get_error);
63 PHP_FUNCTION(enchant_dict_describe);
64 PHP_FUNCTION(enchant_dict_quick_check);