Home
last modified time | relevance | path

Searched refs:PHP_SXE_API (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/simplexml/
H A Dphp_simplexml.h74 # define PHP_SXE_API __declspec(dllexport) macro
76 # define PHP_SXE_API __declspec(dllimport) macro
79 # define PHP_SXE_API ZEND_API macro
82 PHP_SXE_API zend_class_entry *sxe_get_element_class_entry();
H A Dphp_simplexml_exports.h40 PHP_SXE_API zend_object *sxe_object_new(zend_class_entry *ce);
54 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe);
55 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe);
H A Dsxe.h24 extern PHP_SXE_API zend_class_entry *ce_SimpleXMLIterator;
25 extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;
H A Dsxe.c33 PHP_SXE_API zend_class_entry *ce_SimpleXMLIterator = NULL;
34 PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;
H A Dsimplexml.c39 PHP_SXE_API zend_class_entry *sxe_get_element_class_entry() /* {{{ */ in sxe_get_element_class_entry()
2163 PHP_SXE_API zend_object *
2473 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_move_forward_iterator()
2498 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ in php_sxe_rewind_iterator()

Completed in 13 milliseconds