dtd_file          352 lib/common/schemas.c validate_with_dtd(xmlDocPtr doc, gboolean to_logs, const char *dtd_file)
dtd_file          360 lib/common/schemas.c     CRM_CHECK(dtd_file != NULL, return FALSE);
dtd_file          362 lib/common/schemas.c     dtd = xmlParseDTD(NULL, (const xmlChar *)dtd_file);
dtd_file          364 lib/common/schemas.c         crm_err("Could not locate/parse DTD: %s", dtd_file);