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

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.h 66 static void parseErrorFunc(void* userData, xmlError*);
XSLTProcessorLibxslt.cpp 81 void XSLTProcessor::parseErrorFunc(void* userData, xmlError* error)
  /external/libxml2/include/libxml/
globals.h 19 #include <libxml/xmlerror.h>
158 xmlError xmlLastError;
270 XMLPUBFUN xmlError * XMLCALL __xmlLastError(void);
275 XMLPUBVAR xmlError xmlLastError;
xpath.h 26 #include <libxml/xmlerror.h>
344 xmlError lastError; /* the last error */
xmlerror.h 69 * xmlError:
74 typedef struct _xmlError xmlError;
75 typedef xmlError *xmlErrorPtr;
    [all...]
parser.h 21 #include <libxml/xmlerror.h>
301 xmlError lastError;
    [all...]
  /external/libxml2/
globals.c 326 xmlError xmlLastError;
563 memset(&gs->xmlLastError, 0, sizeof(xmlError));
715 xmlError *
error.c 15 #include <libxml/xmlerror.h>
870 memset(err, 0, sizeof(xmlError));

Completed in 36 milliseconds