Home
last modified time | relevance | path

Searched refs:xmlTextReaderAttributeCount (Results 1 – 12 of 12) sorted by relevance

/third_party/libxml2/fuzz/
Dxml.c90 int i, n = xmlTextReaderAttributeCount(reader); in LLVMFuzzerTestOneInput()
/third_party/libxml2/
DtestReader.c61 attrs += xmlTextReaderAttributeCount(reader); in processNode()
DtestOOM.c180 attrs += xmlTextReaderAttributeCount(reader); in processNode()
Dlibxml2.syms803 xmlTextReaderAttributeCount;
Delfgcchack.h11170 #undef xmlTextReaderAttributeCount
11171 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTe…
11173 #ifndef xmlTextReaderAttributeCount
11174 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribu…
11175 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias macro
Dxmlreader.c3034 xmlTextReaderAttributeCount(xmlTextReaderPtr reader) { in xmlTextReaderAttributeCount() function
Dtestapi.c30676 ret_val = xmlTextReaderAttributeCount(reader); in test_xmlTextReaderAttributeCount()
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc335 return xmlTextReaderAttributeCount(reader_); in GetAttributeCount()
/third_party/libxml2/include/libxml/
Dxmlreader.h148 xmlTextReaderAttributeCount(xmlTextReaderPtr reader);
/third_party/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle183 d xmlTextReaderAttributeCount...
185 d 'xmlTextReaderAttributeCount')
/third_party/libxml2/win32/
Dlibxml2.def.src1919 xmlTextReaderAttributeCount
/third_party/chromium/patch/
D0001-cve.patch112143 -#undef xmlTextReaderAttributeCount
112144 -extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlT…
112146 -#ifndef xmlTextReaderAttributeCount
112147 -extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attrib…
112148 -#define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
127116 - attrs += xmlTextReaderAttributeCount(reader);