Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlEntityPtr

94 xmlFreeEntity(xmlEntityPtr entity)
106 (entity == (xmlEntityPtr) entity->children->parent))
146 static xmlEntityPtr
150 xmlEntityPtr ret;
152 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
200 static xmlEntityPtr
206 xmlEntityPtr ret;
257 xmlEntityPtr
298 xmlEntityPtr
302 xmlEntityPtr ret;
347 xmlEntityPtr
351 xmlEntityPtr ret;
400 xmlEntityPtr
404 xmlEntityPtr ret;
432 static xmlEntityPtr
434 return((xmlEntityPtr) xmlHashLookup(table, name));
447 xmlEntityPtr
450 xmlEntityPtr ret;
478 xmlEntityPtr
502 xmlEntityPtr
504 xmlEntityPtr cur;
800 xmlFreeEntityWrapper(xmlEntityPtr entity,
826 static xmlEntityPtr
827 xmlCopyEntity(xmlEntityPtr ent) {
828 xmlEntityPtr cur;
830 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
919 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) {
1005 xmlDumpEntityDeclScan(xmlEntityPtr ent, xmlBufferPtr buf) {