Searched refs:xmlSetFeature (Results 1 – 8 of 8) sorted by relevance
| /third_party/libxml2/ |
| D | legacy.c | 281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value) in xmlSetFeature() function
|
| D | libxml2.syms | 776 xmlSetFeature;
|
| D | elfgcchack.h | 10482 #undef xmlSetFeature 10483 extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias"))); 10485 #ifndef xmlSetFeature 10486 extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden"))); 10487 #define xmlSetFeature xmlSetFeature__internal_alias macro
|
| D | testapi.c | 15350 ret_val = xmlSetFeature(ctxt, (const char *)name, value); in test_xmlSetFeature()
|
| /third_party/libxml2/include/libxml/ |
| D | parser.h | 1007 xmlSetFeature (xmlParserCtxtPtr ctxt,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | parser.rpgle | 1114 d xmlSetFeature pr extproc('xmlSetFeature')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1827 xmlSetFeature
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 111455 -#undef xmlSetFeature 111456 -extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias"))… 111458 -#ifndef xmlSetFeature 111459 -extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden"))); 111460 -#define xmlSetFeature xmlSetFeature__internal_alias 120453 - "xmlSetFeature": "LIBXML_LEGACY_ENABLED", 120473 +"xmlSetFeature", "xmlGetFeature", "xmlGetFeaturesList", 122088 xmlSetFeature (xmlParserCtxtPtr ctxt, 131000 - ret_val = xmlSetFeature(ctxt, (const char *)name, value); 131008 - printf("Leak of %d blocks found in xmlSetFeature",
|