Searched defs:XML_STATUS_OK (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1, enumerator in enum:XML_Status
49 #define XML_STATUS_OK XML_STATUS_OK macro
522 fill in the XML_Encoding structure, and return XML_STATUS_OK.
720 XML_STATUS_OK otherwise.
797 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
/external/expat/lib/
H A Dexpat.h37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1, enumerator in enum:XML_Status
49 #define XML_STATUS_OK XML_STATUS_OK macro
522 fill in the XML_Encoding structure, and return XML_STATUS_OK.
720 XML_STATUS_OK otherwise.
797 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.

Completed in 113 milliseconds