/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | entities.h | 89 xmlAddEntity (xmlDocPtr doc,
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | entities.h | 89 xmlAddEntity (xmlDocPtr doc,
|
/external/libxml2/include/libxml/ |
D | entities.h | 89 xmlAddEntity (xmlDocPtr doc,
|
/external/cronet/stable/third_party/libxml/src/ |
D | entities.c | 185 xmlAddEntity(xmlDocPtr doc, int extSubset, const xmlChar *name, int type, in xmlAddEntity() function 353 xmlAddEntity(doc, 1, name, type, ExternalID, SystemID, content, &ret); in xmlAddDtdEntity() 376 xmlAddEntity(doc, 0, name, type, ExternalID, SystemID, content, &ret); in xmlAddDocEntity()
|
D | SAX2.c | 531 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
|
D | testapi.c | 8713 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
|
/external/cronet/tot/third_party/libxml/src/ |
D | entities.c | 185 xmlAddEntity(xmlDocPtr doc, int extSubset, const xmlChar *name, int type, in xmlAddEntity() function 353 xmlAddEntity(doc, 1, name, type, ExternalID, SystemID, content, &ret); in xmlAddDtdEntity() 376 xmlAddEntity(doc, 0, name, type, ExternalID, SystemID, content, &ret); in xmlAddDocEntity()
|
D | SAX2.c | 531 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
|
D | testapi.c | 8713 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
|
/external/libxml2/ |
D | entities.c | 190 xmlAddEntity(xmlDocPtr doc, int extSubset, const xmlChar *name, int type, in xmlAddEntity() function 358 xmlAddEntity(doc, 1, name, type, ExternalID, SystemID, content, &ret); in xmlAddDtdEntity() 381 xmlAddEntity(doc, 0, name, type, ExternalID, SystemID, content, &ret); in xmlAddDocEntity()
|
D | SAX2.c | 537 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
|
D | testapi.c | 8755 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
|
/external/libxml2/fuzz/ |
D | api.c | 2845 res = xmlAddEntity( in LLVMFuzzerTestOneInput()
|