Home
last modified time | relevance | path

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

/external/libxml2/
Dtestapi.c32 static xmlDtdPtr api_dtd = NULL; variable
47 api_dtd = NULL; in free_api_doc()
65 if ((api_dtd == NULL) || (api_dtd->type != XML_DTD_NODE)) { in get_api_dtd()
69 api_dtd = (xmlDtdPtr) api_doc->children; in get_api_dtd()
71 return(api_dtd); in get_api_dtd()