xmlReadDoc       7893 third_party/libxml/src/elfgcchack.h #undef xmlReadDoc
xmlReadDoc       7894 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
xmlReadDoc       7896 third_party/libxml/src/elfgcchack.h #ifndef xmlReadDoc
xmlReadDoc       7897 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
xmlReadDoc       7898 third_party/libxml/src/elfgcchack.h #define xmlReadDoc xmlReadDoc__internal_alias
xmlReadDoc       1124 third_party/libxml/src/include/libxml/parser.h 		xmlReadDoc		(const xmlChar *cur,
xmlReadDoc        181 third_party/libxml/src/testXPath.c 	    document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
xmlReadDoc       14483 third_party/libxml/src/testapi.c         ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);