Searched refs:xmlGetLineNo (Results 1 – 25 of 26) sorted by relevance
12
/third_party/libxml2/ |
D | runsuite.c | 314 xmlGetLineNo(cur)); in xsdIncorrectTestCase() 336 xmlGetLineNo(test)); in xsdIncorrectTestCase() 349 xmlGetLineNo(cur), xmlMemUsed() - memt); in xsdIncorrectTestCase() 447 xmlGetLineNo(cur)); in xsdTestCase() 472 xmlGetLineNo(test)); in xsdTestCase() 486 xmlGetLineNo(tmp)); in xsdTestCase() 503 xmlGetLineNo(tmp)); in xsdTestCase() 514 xmlGetLineNo(tmp)); in xsdTestCase() 518 xmlGetLineNo(tmp)); in xsdTestCase() 526 xmlGetLineNo(tmp), xmlMemUsed() - mem); in xsdTestCase() [all …]
|
D | runxmlconf.c | 310 test_log("test missing ID, line %ld\n", xmlGetLineNo(cur)); in xmlconfTestItem()
|
D | error.c | 539 line = xmlGetLineNo(node); in __xmlRaiseError()
|
D | libxml2.syms | 961 xmlGetLineNo;
|
D | schematron.c | 1390 line = xmlGetLineNo(cur); in xmlSchematronReportSuccess()
|
D | elfgcchack.h | 4099 #undef xmlGetLineNo 4100 extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias"))); 4102 #ifndef xmlGetLineNo 4103 extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden"))); 4104 #define xmlGetLineNo xmlGetLineNo__internal_alias macro
|
D | xmlreader.c | 4303 res = xmlGetLineNo(reader->node); in xmlTextReaderLocator() 4852 ret = xmlGetLineNo(ctx->node); in xmlTextReaderLocatorLineNumber()
|
D | valid.c | 2744 ret->lineno = xmlGetLineNo(attr->parent); in xmlAddID() 3070 ret->lineno = xmlGetLineNo(attr->parent); in xmlAddRef()
|
D | NEWS | 1599 xmlGetLineNo fixes, bug on entities handling, entity name extraction in 2503 - avoid a compilation problem, improve xmlGetLineNo()
|
D | tree.c | 4684 xmlGetLineNo(const xmlNode *node) in xmlGetLineNo() function
|
D | ChangeLog | 3257 xmlGetLineNo() c.f. bug #309205 14929 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, 15055 * debugXML.c: applied an improvement to xmlGetLineNo() from
|
D | xmlschemas.c | 18131 xmlGetLineNo(type->node)); in xmlSchemaDebugFixedType()
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plurals.c | 68 xmlGetLineNo (node), in extract_rules() 103 xmlGetLineNo (n), in extract_rules() 143 xmlGetLineNo (n2), in extract_rules()
|
D | its.c | 1831 pos.line_number = xmlGetLineNo (node); in its_rule_list_extract_text()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 553 (xmlGetLineNo(n)) 943 xmlGetLineNo (const xmlNode *node);
|
D | error.c | 568 line = xmlGetLineNo(node); in __xmlRaiseError()
|
D | schematron.c | 1419 line = xmlGetLineNo(cur); in xmlSchematronReportSuccess()
|
D | xmlreader.c | 4259 res = xmlGetLineNo(reader->node); in xmlTextReaderLocator() 4808 ret = xmlGetLineNo(ctx->node); in xmlTextReaderLocatorLineNumber()
|
D | elfgcchack.h | 4130 #undef xmlGetLineNo 4131 extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias"))); 4133 #ifndef xmlGetLineNo 4134 extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden"))); 4135 #define xmlGetLineNo xmlGetLineNo__internal_alias macro
|
D | valid.c | 2683 ret->lineno = xmlGetLineNo(attr->parent); in xmlAddID() 3008 ret->lineno = xmlGetLineNo(attr->parent); in xmlAddRef()
|
D | tree.c | 4673 xmlGetLineNo(const xmlNode *node) in xmlGetLineNo() function
|
D | xmlschemas.c | 18075 xmlGetLineNo(type->node)); in xmlSchemaDebugFixedType()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 524 (xmlGetLineNo(n)) 914 xmlGetLineNo (const xmlNode *node);
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1057 d xmlGetLineNo pr extproc('xmlGetLineNo')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 927 xmlGetLineNo
|
12