Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/evtranalyze/
H A Dxml.h98 xml_document_t xml_document_create(const char *);
H A Dxml.c40 xml_document_create(const char *file) in xml_document_create() function
H A Dsvg.c308 if (!(svg->xml = xml_document_create(path))) { in svg_document_create()