Searched refs:xmlValidateQName (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattributes.c746 if (xmlValidateQName(prop, 0)) {
H A Dpreproc.c885 if (xmlValidateQName(comp->name, 0)) {
951 if (xmlValidateQName(comp->name, 0)) {
H A Dxslt.c1254 if (xmlValidateQName(BAD_CAST element, 0) != 0) {
H A Dtransform.c3584 if (xmlValidateQName(prop, 0)) {
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h552 xmlValidateQName (const xmlChar *value,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c2671 ret = xmlValidateQName(value, 1);
2847 ret = xmlValidateQName(value, 1);
H A Delfgcchack.h15238 #undef xmlValidateQName macro
15239 extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
15241 #ifndef xmlValidateQName
15242 extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
15243 #define xmlValidateQName xmlValidateQName__internal_alias macro
H A Dxmlschemas.c5774 ret = xmlValidateQName(value, 1);
21624 ret = xmlValidateQName(value, 1);
24055 ret = xmlValidateQName(value, 1);
24059 "calling xmlValidateQName()");
24466 ret = xmlValidateQName(value, 1);
H A Dtree.c416 * xmlValidateQName:
426 xmlValidateQName(const xmlChar *value, int space) { function

Completed in 201 milliseconds