Searched defs:xmlSchematronFree (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c550 * xmlSchematronFree:
556 xmlSchematronFree(xmlSchematronPtr schema) function
1218 xmlSchematronFree(ret);
1726 xmlSchematronFree(schema);
H A Delfgcchack.h10026 #undef xmlSchematronFree macro
10027 extern __typeof (xmlSchematronFree) xmlSchematronFree __attribute((alias("xmlSchematronFree__internal_alias")));
10029 #ifndef xmlSchematronFree
10030 extern __typeof (xmlSchematronFree) xmlSchematronFree__internal_alias __attribute((visibility("hidden")));
10031 #define xmlSchematronFree xmlSchematronFree__internal_alias macro

Completed in 550 milliseconds