Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libxml/src/include/libxml/
Dentities.h89 xmlAddEntity (xmlDocPtr doc,
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dentities.h89 xmlAddEntity (xmlDocPtr doc,
/external/libxml2/include/libxml/
Dentities.h89 xmlAddEntity (xmlDocPtr doc,
/external/cronet/stable/third_party/libxml/src/
Dentities.c185 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()
DSAX2.c531 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
Dtestapi.c8713 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
/external/cronet/tot/third_party/libxml/src/
Dentities.c185 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()
DSAX2.c531 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
Dtestapi.c8713 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
/external/libxml2/
Dentities.c190 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()
DSAX2.c537 res = xmlAddEntity(ctxt->myDoc, extSubset, name, type, publicId, systemId, in xmlSAX2EntityDecl()
Dtestapi.c8755 ret_val = xmlAddEntity(doc, extSubset, name, type, ExternalID, SystemID, content, out); in test_xmlAddEntity()
/external/libxml2/fuzz/
Dapi.c2845 res = xmlAddEntity( in LLVMFuzzerTestOneInput()