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