Searched refs:xmlValidateNCName (Results 1 – 21 of 21) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 693 xmlValidateNCName (const xmlChar *value,
|
D | xmlschemastypes.c | 2768 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()
|
D | SAX2.c | 1439 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal() 2195 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
|
D | relaxng.c | 3582 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()
|
D | elfgcchack.h | 15399 #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
|
D | tree.c | 402 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
|
D | xmlschemas.c | 6014 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 664 xmlValidateNCName (const xmlChar *value,
|
/third_party/libxml2/ |
D | xmlschemastypes.c | 2841 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()
|
D | libxml2.syms | 1345 xmlValidateNCName;
|
D | SAX2.c | 1382 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal() 2140 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
|
D | relaxng.c | 3553 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()
|
D | rngparser.c | 351 if (xmlValidateNCName(token->token, 0) == 0) in xmlCRNGNextToken()
|
D | elfgcchack.h | 15390 #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
|
D | tree.c | 373 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
|
D | NEWS | 1060 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
|
D | xmlschemas.c | 6022 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
|
D | testapi.c | 24164 ret_val = xmlValidateNCName((const xmlChar *)value, space); in test_xmlValidateNCName()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 629 d xmlValidateNCName... 630 d pr extproc('xmlValidateNCName')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 2614 xmlValidateNCName
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 81397 - * 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 …]
|