Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dexpat_compat.h27 # define PHP_XML_API __declspec(dllexport) macro
31 # define PHP_XML_API macro
133 PHP_XML_API void XML_SetUserData(XML_Parser, void *);
134 PHP_XML_API void *XML_GetUserData(XML_Parser);
145 PHP_XML_API int XML_GetErrorCode(XML_Parser);
146 PHP_XML_API const XML_Char *XML_ErrorString(int);
147 PHP_XML_API int XML_GetCurrentLineNumber(XML_Parser);
149 PHP_XML_API long XML_GetCurrentByteIndex(XML_Parser);
150 PHP_XML_API int XML_GetCurrentByteCount(XML_Parser);
151 PHP_XML_API const XML_Char *XML_ExpatVersion(void);
[all …]
H A Dcompat.c470 PHP_XML_API void
482 PHP_XML_API void
489 PHP_XML_API void
495 PHP_XML_API void
501 PHP_XML_API void
507 PHP_XML_API void
543 PHP_XML_API int
556 PHP_XML_API int
677 PHP_XML_API int
683 PHP_XML_API int
[all …]

Completed in 7 milliseconds