Home | History | Annotate | Download | only in libxml2

Lines Matching defs:table

153  * Do an entity lookup in the DTD entity hash table and
160 xmlEntitiesTablePtr table;
163 table = (xmlEntitiesTablePtr) dtd->entities;
164 return((xmlEntityPtr) xmlHashLookup(table, name));
165 /* return(xmlGetEntityFromTable(table, name)); */
174 * Do an entity lookup in the DTD pararmeter entity hash table and
181 xmlEntitiesTablePtr table;
184 table = (xmlEntitiesTablePtr) dtd->pentities;
185 return((xmlEntityPtr) xmlHashLookup(table, name));
186 /* return(xmlGetEntityFromTable(table, name)); */