Home
last modified time | relevance | path

Searched refs:PHP_XML_API (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/xml/
H A Dexpat_compat.h31 # define PHP_XML_API __declspec(dllexport) macro
35 # define PHP_XML_API macro
135 PHP_XML_API void XML_SetUserData(XML_Parser, void *);
136 PHP_XML_API void *XML_GetUserData(XML_Parser);
147 PHP_XML_API int XML_GetErrorCode(XML_Parser);
148 PHP_XML_API const XML_Char *XML_ErrorString(int);
149 PHP_XML_API int XML_GetCurrentLineNumber(XML_Parser);
151 PHP_XML_API int XML_GetCurrentByteIndex(XML_Parser);
152 PHP_XML_API int XML_GetCurrentByteCount(XML_Parser);
153 PHP_XML_API const XML_Char *XML_ExpatVersion(void);
[all …]
H A Dcompat.c494 PHP_XML_API void
506 PHP_XML_API void
513 PHP_XML_API void
519 PHP_XML_API void
525 PHP_XML_API void
567 PHP_XML_API int
608 PHP_XML_API int
729 PHP_XML_API int
735 PHP_XML_API int
741 PHP_XML_API int
[all …]
H A Dphp_xml.h139 PHP_XML_API char *_xml_zval_strdup(zval *);
140 PHP_XML_API zend_string *xml_utf8_decode(const XML_Char *, size_t, const XML_Char *);
141 PHP_XML_API zend_string *xml_utf8_encode(const char *, size_t, const XML_Char *);
H A Dxml.c555 PHP_XML_API zend_string *xml_utf8_encode(const char *s, size_t len, const XML_Char *encoding) in xml_utf8_encode()
606 PHP_XML_API zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
661 PHP_XML_API char *_xml_zval_strdup(zval *val) in _xml_zval_strdup()

Completed in 29 milliseconds