Searched refs:xml_errno (Results 1 – 3 of 3) sorted by relevance
33 if(XML_ERROR_NO_SUCH_NODE != xml_errno)\38 if(XML_ERROR_OK != xml_errno)\
67 extern int32_t xml_errno;68 #define XML_ERROR(x) do { xml_errno = x; } while (0)
19 int32_t xml_errno; variable