Home
last modified time | relevance | path

Searched refs:xmlValidateNCName (Results 1 – 21 of 21) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.in.h693 xmlValidateNCName (const xmlChar *value,
Dxmlschemastypes.c2768 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2780 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2816 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2855 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
DSAX2.c1439 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal()
2195 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
Drelaxng.c3582 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseValue()
3675 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseData()
4657 if (xmlValidateNCName(name, 0)) { in xmlRelaxNGParseDefine()
4969 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5085 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5337 if (xmlValidateNCName(val, 0)) { in xmlRelaxNGParseNameClass()
Delfgcchack.h15399 #undef xmlValidateNCName
15400 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__intern…
15402 #ifndef xmlValidateNCName
15403 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidd…
15404 #define xmlValidateNCName xmlValidateNCName__internal_alias macro
Dtree.c402 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
Dxmlschemas.c6014 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
/third_party/libxml2/include/libxml/
Dtree.h664 xmlValidateNCName (const xmlChar *value,
/third_party/libxml2/
Dxmlschemastypes.c2841 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2853 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2889 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2928 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
Dlibxml2.syms1345 xmlValidateNCName;
DSAX2.c1382 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal()
2140 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
Drelaxng.c3553 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseValue()
3646 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseData()
4629 if (xmlValidateNCName(name, 0)) { in xmlRelaxNGParseDefine()
4941 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5057 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5309 if (xmlValidateNCName(val, 0)) { in xmlRelaxNGParseNameClass()
Drngparser.c351 if (xmlValidateNCName(token->token, 0) == 0) in xmlCRNGNextToken()
Delfgcchack.h15390 #undef xmlValidateNCName
15391 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__intern…
15393 #ifndef xmlValidateNCName
15394 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidd…
15395 #define xmlValidateNCName xmlValidateNCName__internal_alias macro
Dtree.c373 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
DNEWS1060 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
Dxmlschemas.c6022 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
Dtestapi.c24164 ret_val = xmlValidateNCName((const xmlChar *)value, space); in test_xmlValidateNCName()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle629 d xmlValidateNCName...
630 d pr extproc('xmlValidateNCName')
/third_party/libxml2/win32/
Dlibxml2.def.src2614 xmlValidateNCName
/third_party/chromium/patch/
D0001-cve.patch81397 - * SAX2.c: skipped call to xmlValidateNCName when compiling
96685 - if (xmlValidateNCName(value, 1) != 0) {
96686 + if (xmlValidateNCName(content, 1) != 0) {
96745 - if (xmlValidateNCName(dup, 1) != 0) {
96746 + if (xmlValidateNCName(content, 1) != 0) {
116363 -#undef xmlValidateNCName
116364 -extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__inter…
116366 -#ifndef xmlValidateNCName
116367 -extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hid…
116368 -#define xmlValidateNCName xmlValidateNCName__internal_alias
[all …]