Lines Matching refs:xmlEntityPtr
96 xmlFreeEntity(xmlEntityPtr entity) in xmlFreeEntity()
108 (entity == (xmlEntityPtr) entity->children->parent)) in xmlFreeEntity()
148 static xmlEntityPtr
152 xmlEntityPtr ret; in xmlCreateEntity()
154 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCreateEntity()
202 static xmlEntityPtr
208 xmlEntityPtr ret; in xmlAddEntity()
259 xmlEntityPtr
300 xmlEntityPtr
304 xmlEntityPtr ret; in xmlAddDtdEntity()
349 xmlEntityPtr
353 xmlEntityPtr ret; in xmlAddDocEntity()
402 xmlEntityPtr
406 xmlEntityPtr ret; in xmlNewEntity()
434 static xmlEntityPtr
436 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetEntityFromTable()
449 xmlEntityPtr
452 xmlEntityPtr ret; in xmlGetParameterEntity()
480 xmlEntityPtr
504 xmlEntityPtr
506 xmlEntityPtr cur; in xmlGetDocEntity()
883 xmlFreeEntityWrapper(xmlEntityPtr entity, in xmlFreeEntityWrapper()
909 static xmlEntityPtr
910 xmlCopyEntity(xmlEntityPtr ent) { in xmlCopyEntity()
911 xmlEntityPtr cur; in xmlCopyEntity()
913 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCopyEntity()
1002 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) { in xmlDumpEntityDecl()
1088 xmlDumpEntityDeclScan(xmlEntityPtr ent, xmlBufferPtr buf) { in xmlDumpEntityDeclScan()