Searched refs:xmlAddDocEntity (Results 1 – 13 of 13) sorted by relevance
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | entities.h | 98 xmlAddDocEntity (xmlDocPtr doc,
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | entities.h | 98 xmlAddDocEntity (xmlDocPtr doc,
|
/external/libxml2/include/libxml/ |
D | entities.h | 98 xmlAddDocEntity (xmlDocPtr doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 81 d xmlAddDocEntity... 82 d pr extproc('xmlAddDocEntity')
|
/external/cronet/stable/third_party/libxml/src/ |
D | entities.c | 371 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function 402 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
|
D | testapi.c | 8567 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
|
/external/cronet/tot/third_party/libxml/src/ |
D | entities.c | 371 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function 402 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
|
D | testapi.c | 8567 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
|
/external/libxml2/ |
D | entities.c | 376 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function 407 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
|
D | libxml2.syms | 504 xmlAddDocEntity;
|
D | xinclude.c | 960 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity()
|
D | testapi.c | 8609 ret_val = xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content); in test_xmlAddDocEntity()
|
/external/libxml2/fuzz/ |
D | api.c | 2864 ent = xmlAddDocEntity( in LLVMFuzzerTestOneInput()
|