Home
last modified time | relevance | path

Searched refs:xmlAddDocEntity (Results 1 – 13 of 13) sorted by relevance

/external/cronet/stable/third_party/libxml/src/include/libxml/
Dentities.h98 xmlAddDocEntity (xmlDocPtr doc,
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dentities.h98 xmlAddDocEntity (xmlDocPtr doc,
/external/libxml2/include/libxml/
Dentities.h98 xmlAddDocEntity (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle81 d xmlAddDocEntity...
82 d pr extproc('xmlAddDocEntity')
/external/cronet/stable/third_party/libxml/src/
Dentities.c371 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function
402 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
Dtestapi.c8567 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
/external/cronet/tot/third_party/libxml/src/
Dentities.c371 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function
402 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
Dtestapi.c8567 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
/external/libxml2/
Dentities.c376 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function
407 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
Dlibxml2.syms504 xmlAddDocEntity;
Dxinclude.c960 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity()
Dtestapi.c8609 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
/external/libxml2/fuzz/
Dapi.c2864 ent = xmlAddDocEntity( in LLVMFuzzerTestOneInput()