Home
last modified time | relevance | path

Searched defs:_xmlSchemaValidCtxt (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemas.c964 struct _xmlSchemaValidCtxt { struct
965 int type;
966 void *errCtxt; /* user specific data block */
967 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
968 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
969 xmlStructuredErrorFunc serror;
971 xmlSchemaPtr schema; /* The schema in use */
972 xmlDocPtr doc;
973 xmlParserInputBufferPtr input;
974 xmlCharEncoding enc;
[all …]
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c964 struct _xmlSchemaValidCtxt { struct
965 int type;
966 void *errCtxt; /* user specific data block */
967 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
968 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
969 xmlStructuredErrorFunc serror;
971 xmlSchemaPtr schema; /* The schema in use */
972 xmlDocPtr doc;
973 xmlParserInputBufferPtr input;
974 xmlCharEncoding enc;
[all …]