Lines Matching refs:PHP_FUNCTION

236 static PHP_FUNCTION(tidy_getopt);
237 static PHP_FUNCTION(tidy_parse_string);
238 static PHP_FUNCTION(tidy_parse_file);
239 static PHP_FUNCTION(tidy_clean_repair);
240 static PHP_FUNCTION(tidy_repair_string);
241 static PHP_FUNCTION(tidy_repair_file);
242 static PHP_FUNCTION(tidy_diagnose);
243 static PHP_FUNCTION(tidy_get_output);
244 static PHP_FUNCTION(tidy_get_error_buffer);
245 static PHP_FUNCTION(tidy_get_release);
246 static PHP_FUNCTION(tidy_get_config);
247 static PHP_FUNCTION(tidy_get_status);
248 static PHP_FUNCTION(tidy_get_html_ver);
250 static PHP_FUNCTION(tidy_get_opt_doc);
252 static PHP_FUNCTION(tidy_is_xhtml);
253 static PHP_FUNCTION(tidy_is_xml);
254 static PHP_FUNCTION(tidy_error_count);
255 static PHP_FUNCTION(tidy_warning_count);
256 static PHP_FUNCTION(tidy_access_count);
257 static PHP_FUNCTION(tidy_config_count);
259 static PHP_FUNCTION(tidy_get_root);
260 static PHP_FUNCTION(tidy_get_html);
261 static PHP_FUNCTION(tidy_get_head);
262 static PHP_FUNCTION(tidy_get_body);
1204 static PHP_FUNCTION(tidy_parse_string) in PHP_FUNCTION() function
1235 static PHP_FUNCTION(tidy_get_error_buffer) in PHP_FUNCTION() function
1249 static PHP_FUNCTION(tidy_get_output) in PHP_FUNCTION() function
1264 static PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() function
1305 static PHP_FUNCTION(tidy_clean_repair) in PHP_FUNCTION() function
1320 static PHP_FUNCTION(tidy_repair_string) in PHP_FUNCTION() function
1328 static PHP_FUNCTION(tidy_repair_file) in PHP_FUNCTION() function
1336 static PHP_FUNCTION(tidy_diagnose) in PHP_FUNCTION() function
1351 static PHP_FUNCTION(tidy_get_release) in PHP_FUNCTION() function
1365 static PHP_FUNCTION(tidy_get_opt_doc) in PHP_FUNCTION() function
1405 static PHP_FUNCTION(tidy_get_config) in PHP_FUNCTION() function
1444 static PHP_FUNCTION(tidy_get_status) in PHP_FUNCTION() function
1454 static PHP_FUNCTION(tidy_get_html_ver) in PHP_FUNCTION() function
1464 static PHP_FUNCTION(tidy_is_xhtml) in PHP_FUNCTION() function
1474 static PHP_FUNCTION(tidy_is_xml) in PHP_FUNCTION() function
1484 static PHP_FUNCTION(tidy_error_count) in PHP_FUNCTION() function
1494 static PHP_FUNCTION(tidy_warning_count) in PHP_FUNCTION() function
1504 static PHP_FUNCTION(tidy_access_count) in PHP_FUNCTION() function
1514 static PHP_FUNCTION(tidy_config_count) in PHP_FUNCTION() function
1524 static PHP_FUNCTION(tidy_getopt) in PHP_FUNCTION() function
1690 static PHP_FUNCTION(tidy_get_root) in PHP_FUNCTION() function
1698 static PHP_FUNCTION(tidy_get_html) in PHP_FUNCTION() function
1706 static PHP_FUNCTION(tidy_get_head) in PHP_FUNCTION() function
1714 static PHP_FUNCTION(tidy_get_body) in PHP_FUNCTION() function