Lines Matching refs:PHP_FUNCTION

31 static PHP_FUNCTION(xmlwriter_set_indent);
32 static PHP_FUNCTION(xmlwriter_set_indent_string);
33 static PHP_FUNCTION(xmlwriter_start_attribute);
34 static PHP_FUNCTION(xmlwriter_end_attribute);
35 static PHP_FUNCTION(xmlwriter_write_attribute);
36 static PHP_FUNCTION(xmlwriter_start_attribute_ns);
37 static PHP_FUNCTION(xmlwriter_write_attribute_ns);
38 static PHP_FUNCTION(xmlwriter_start_element);
39 static PHP_FUNCTION(xmlwriter_end_element);
40 static PHP_FUNCTION(xmlwriter_full_end_element);
41 static PHP_FUNCTION(xmlwriter_start_element_ns);
42 static PHP_FUNCTION(xmlwriter_write_element);
43 static PHP_FUNCTION(xmlwriter_write_element_ns);
44 static PHP_FUNCTION(xmlwriter_start_pi);
45 static PHP_FUNCTION(xmlwriter_end_pi);
46 static PHP_FUNCTION(xmlwriter_write_pi);
47 static PHP_FUNCTION(xmlwriter_start_cdata);
48 static PHP_FUNCTION(xmlwriter_end_cdata);
49 static PHP_FUNCTION(xmlwriter_write_cdata);
50 static PHP_FUNCTION(xmlwriter_text);
51 static PHP_FUNCTION(xmlwriter_write_raw);
52 static PHP_FUNCTION(xmlwriter_start_document);
53 static PHP_FUNCTION(xmlwriter_end_document);
54 static PHP_FUNCTION(xmlwriter_start_comment);
55 static PHP_FUNCTION(xmlwriter_end_comment);
56 static PHP_FUNCTION(xmlwriter_write_comment);
57 static PHP_FUNCTION(xmlwriter_start_dtd);
58 static PHP_FUNCTION(xmlwriter_end_dtd);
59 static PHP_FUNCTION(xmlwriter_write_dtd);
60 static PHP_FUNCTION(xmlwriter_start_dtd_element);
61 static PHP_FUNCTION(xmlwriter_end_dtd_element);
62 static PHP_FUNCTION(xmlwriter_write_dtd_element);
63 static PHP_FUNCTION(xmlwriter_start_dtd_attlist);
64 static PHP_FUNCTION(xmlwriter_end_dtd_attlist);
65 static PHP_FUNCTION(xmlwriter_write_dtd_attlist);
66 static PHP_FUNCTION(xmlwriter_start_dtd_entity);
67 static PHP_FUNCTION(xmlwriter_end_dtd_entity);
68 static PHP_FUNCTION(xmlwriter_write_dtd_entity);
69 static PHP_FUNCTION(xmlwriter_open_uri);
70 static PHP_FUNCTION(xmlwriter_open_memory);
71 static PHP_FUNCTION(xmlwriter_output_memory);
72 static PHP_FUNCTION(xmlwriter_flush);
752 static PHP_FUNCTION(xmlwriter_set_indent) in PHP_FUNCTION() function
791 static PHP_FUNCTION(xmlwriter_set_indent_string) in PHP_FUNCTION() function
799 static PHP_FUNCTION(xmlwriter_start_attribute) in PHP_FUNCTION() function
807 static PHP_FUNCTION(xmlwriter_end_attribute) in PHP_FUNCTION() function
815 static PHP_FUNCTION(xmlwriter_start_attribute_ns) in PHP_FUNCTION() function
858 static PHP_FUNCTION(xmlwriter_write_attribute) in PHP_FUNCTION() function
901 static PHP_FUNCTION(xmlwriter_write_attribute_ns) in PHP_FUNCTION() function
945 static PHP_FUNCTION(xmlwriter_start_element) in PHP_FUNCTION() function
953 static PHP_FUNCTION(xmlwriter_start_element_ns) in PHP_FUNCTION() function
997 static PHP_FUNCTION(xmlwriter_end_element) in PHP_FUNCTION() function
1005 static PHP_FUNCTION(xmlwriter_full_end_element) in PHP_FUNCTION() function
1013 static PHP_FUNCTION(xmlwriter_write_element) in PHP_FUNCTION() function
1067 static PHP_FUNCTION(xmlwriter_write_element_ns) in PHP_FUNCTION() function
1121 static PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function
1129 static PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function
1137 static PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function
1181 static PHP_FUNCTION(xmlwriter_start_cdata) in PHP_FUNCTION() function
1218 static PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function
1226 static PHP_FUNCTION(xmlwriter_write_cdata) in PHP_FUNCTION() function
1234 static PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function
1242 static PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function
1250 static PHP_FUNCTION(xmlwriter_start_comment) in PHP_FUNCTION() function
1287 static PHP_FUNCTION(xmlwriter_end_comment) in PHP_FUNCTION() function
1295 static PHP_FUNCTION(xmlwriter_write_comment) in PHP_FUNCTION() function
1303 static PHP_FUNCTION(xmlwriter_start_document) in PHP_FUNCTION() function
1343 static PHP_FUNCTION(xmlwriter_end_document) in PHP_FUNCTION() function
1351 static PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function
1390 static PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function
1398 static PHP_FUNCTION(xmlwriter_write_dtd) in PHP_FUNCTION() function
1439 static PHP_FUNCTION(xmlwriter_start_dtd_element) in PHP_FUNCTION() function
1447 static PHP_FUNCTION(xmlwriter_end_dtd_element) in PHP_FUNCTION() function
1455 static PHP_FUNCTION(xmlwriter_write_dtd_element) in PHP_FUNCTION() function
1497 static PHP_FUNCTION(xmlwriter_start_dtd_attlist) in PHP_FUNCTION() function
1505 static PHP_FUNCTION(xmlwriter_end_dtd_attlist) in PHP_FUNCTION() function
1513 static PHP_FUNCTION(xmlwriter_write_dtd_attlist) in PHP_FUNCTION() function
1556 static PHP_FUNCTION(xmlwriter_start_dtd_entity) in PHP_FUNCTION() function
1598 static PHP_FUNCTION(xmlwriter_end_dtd_entity) in PHP_FUNCTION() function
1606 static PHP_FUNCTION(xmlwriter_write_dtd_entity) in PHP_FUNCTION() function
1655 static PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function
1709 static PHP_FUNCTION(xmlwriter_open_memory) in PHP_FUNCTION() function
1804 static PHP_FUNCTION(xmlwriter_output_memory) in PHP_FUNCTION() function
1812 static PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() function