Home
last modified time | relevance | path

Searched refs:xmlGetEntityFromTable (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dentities.c469 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) { in xmlGetEntityFromTable() function
492 ret = xmlGetEntityFromTable(table, name); in xmlGetParameterEntity()
498 return(xmlGetEntityFromTable(table, name)); in xmlGetParameterEntity()
522 return(xmlGetEntityFromTable(table, name)); in xmlGetDtdEntity()
546 cur = xmlGetEntityFromTable(table, name); in xmlGetDocEntity()
554 cur = xmlGetEntityFromTable(table, name); in xmlGetDocEntity()
/third_party/libxml2/
Dentities.c455 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) { in xmlGetEntityFromTable() function
478 ret = xmlGetEntityFromTable(table, name); in xmlGetParameterEntity()
484 return(xmlGetEntityFromTable(table, name)); in xmlGetParameterEntity()
508 return(xmlGetEntityFromTable(table, name)); in xmlGetDtdEntity()
532 cur = xmlGetEntityFromTable(table, name); in xmlGetDocEntity()
540 cur = xmlGetEntityFromTable(table, name); in xmlGetDocEntity()