Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlschemas.c400 struct _xmlSchemaBucket { struct
401 int type;
402 int flags;
403 const xmlChar *schemaLocation;
404 const xmlChar *origTargetNamespace;
405 const xmlChar *targetNamespace;
406 xmlDocPtr doc;
407 xmlSchemaSchemaRelationPtr relations;
408 int located;
409 int parsed;
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c429 struct _xmlSchemaBucket { struct
430 int type;
431 int flags;
432 const xmlChar *schemaLocation;
433 const xmlChar *origTargetNamespace;
434 const xmlChar *targetNamespace;
435 xmlDocPtr doc;
436 xmlSchemaSchemaRelationPtr relations;
437 int located;
438 int parsed;
[all …]