Home
last modified time | relevance | path

Searched defs:_xmlError (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Wim/
DWimHandler.h38 bool _xmlError; variable
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlerror.h78 struct _xmlError { struct
79 int domain; /* What part of the library raised this error */
80 int code; /* The error code, e.g. an xmlParserError */
81 char *message;/* human-readable informative error message */
82 xmlErrorLevel level;/* how consequent is the error */
83 char *file; /* the filename */
84 int line; /* the line number if available */
85 char *str1; /* extra string information */
86 char *str2; /* extra string information */
87 char *str3; /* extra string information */
[all …]
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlerror.h78 struct _xmlError { struct
79 int domain; /* What part of the library raised this error */
80 int code; /* The error code, e.g. an xmlParserError */
81 char *message;/* human-readable informative error message */
82 xmlErrorLevel level;/* how consequent is the error */
83 char *file; /* the filename */
84 int line; /* the line number if available */
85 char *str1; /* extra string information */
86 char *str2; /* extra string information */
87 char *str3; /* extra string information */
[all …]
/external/libxml2/include/libxml/
Dxmlerror.h78 struct _xmlError { struct
79 int domain; /* What part of the library raised this error */
80 int code; /* The error code, e.g. an xmlParserError */
81 char *message;/* human-readable informative error message */
82 xmlErrorLevel level;/* how consequent is the error */
83 char *file; /* the filename */
84 int line; /* the line number if available */
85 char *str1; /* extra string information */
86 char *str2; /* extra string information */
87 char *str3; /* extra string information */
[all …]