HomeSort by relevance Sort by last modified time
    Searched refs:XML_SetBase (Results 1 - 10 of 10) sorted by null

  /external/expat/xmlwf/
xmlfile.c 145 XML_SetBase(entParser, filename);
210 XML_SetBase(entParser, filename);
224 if (!XML_SetBase(parser, filename)) {
xmlwin32url.cxx 218 XML_SetBase(entParser, systemId);
263 if (!XML_SetBase(parser, uri))
370 XML_SetBase(parser, url);
  /external/expat/amiga/include/inline4/
expat.h 73 #define XML_SetBase(parser, base) IExpat->XML_SetBase(parser, base)
  /external/expat/amiga/include/interfaces/
expat.h 76 enum XML_Status APICALL (*XML_SetBase)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * base);
  /external/expat/amiga/include/libraries/
expat.h 417 XML_SetBase(XML_Parser parser, const XML_Char *base);
  /external/expat/lib/
expat.h 349 The base argument is whatever was set by XML_SetBase. The
362 whatever was set by XML_SetBase. The notationName will never be
411 set by XML_SetBase; it may be NULL.
723 XML_SetBase(XML_Parser parser, const XML_Char *base);
    [all...]
xmlparse.c     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 349 The base argument is whatever was set by XML_SetBase. The
362 whatever was set by XML_SetBase. The notationName will never be
411 set by XML_SetBase; it may be NULL.
723 XML_SetBase(XML_Parser parser, const XML_Char *base);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 349 The base argument is whatever was set by XML_SetBase. The
362 whatever was set by XML_SetBase. The notationName will never be
411 set by XML_SetBase; it may be NULL.
723 XML_SetBase(XML_Parser parser, const XML_Char *base);
    [all...]
  /external/expat/amiga/
expat_vectors.c 409 return XML_SetBase(parser, p);

Completed in 85 milliseconds