Home
last modified time | relevance | path

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

/third_party/libxml2/
Drelaxng.c648 struct _xmlRelaxNGTypeLibrary { struct
649 const xmlChar *namespace; /* the datatypeLibrary value */
650 void *data; /* data needed for the library */
651 xmlRelaxNGTypeHave have; /* the export function */
652 xmlRelaxNGTypeCheck check; /* the checking function */
653 xmlRelaxNGTypeCompare comp; /* the compare function */
654 xmlRelaxNGFacetCheck facet; /* the facet check function */
655 xmlRelaxNGTypeFree freef; /* the freeing function */
/third_party/gettext/gnulib-local/lib/libxml/
Drelaxng.c677 struct _xmlRelaxNGTypeLibrary { struct
678 const xmlChar *namespace; /* the datatypeLibrary value */
679 void *data; /* data needed for the library */
680 xmlRelaxNGTypeHave have; /* the export function */
681 xmlRelaxNGTypeCheck check; /* the checking function */
682 xmlRelaxNGTypeCompare comp; /* the compare function */
683 xmlRelaxNGFacetCheck facet; /* the facet check function */
684 xmlRelaxNGTypeFree freef; /* the freeing function */