HomeSort by relevance Sort by last modified time
    Searched defs:XML_STATUS_OK (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat.h 37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1,
49 #define XML_STATUS_OK XML_STATUS_OK
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.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat.h 37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1,
49 #define XML_STATUS_OK XML_STATUS_OK
522 fill in the XML_Encoding structure, and return XML_STATUS_OK.
720 XML_STATUS_OK otherwise.
774 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
    [all...]
  /external/expat/lib/
expat.h 64 #ifndef XML_STATUS_OK
65 #define XML_STATUS_OK 1
75 XML_STATUS_OK = 1,
76 #define XML_STATUS_OK XML_STATUS_OK
551 fill in the XML_Encoding structure, and return XML_STATUS_OK.
750 XML_STATUS_OK otherwise.
    [all...]
  /external/python/cpython2/Modules/expat/
expat.h 37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1,
49 #define XML_STATUS_OK XML_STATUS_OK
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.
    [all...]
  /external/python/cpython3/Modules/expat/
expat.h 37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1,
49 #define XML_STATUS_OK XML_STATUS_OK
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.
    [all...]

Completed in 305 milliseconds