Home
last modified time | relevance | path

Searched refs:xmlSchemaNewNOTATIONValue (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemastypes.h131 xmlSchemaNewNOTATIONValue (const xmlChar *name,
/external/libxml2/
Delfgcchack.h9734 #undef xmlSchemaNewNOTATIONValue
9735 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue __attribute((alias("xmlSchema…
9737 #ifndef xmlSchemaNewNOTATIONValue
9738 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue__internal_alias __attribute((…
9739 #define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias macro
Dxmlschemastypes.c964 xmlSchemaNewNOTATIONValue(const xmlChar *name, in xmlSchemaNewNOTATIONValue() function
Dxmlschemas.c21886 (*val) = xmlSchemaNewNOTATIONValue(xmlStrdup(localName), in xmlSchemaValidateNotation()
21898 (*val) = xmlSchemaNewNOTATIONValue( in xmlSchemaValidateNotation()