Searched refs:xmlSchemaValidateOneElement (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemas.h168 xmlSchemaValidateOneElement (xmlSchemaValidCtxtPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h9930 #undef xmlSchemaValidateOneElement macro
9931 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement __attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
9933 #ifndef xmlSchemaValidateOneElement
9934 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement__internal_alias __attribute((visibility("hidden")));
9935 #define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias macro
H A Dxmlschemas.c27980 * xmlSchemaValidateOneElement:
27990 xmlSchemaValidateOneElement(xmlSchemaValidCtxtPtr ctxt, xmlNodePtr elem) function
H A Dtestapi.c34214 ret_val = xmlSchemaValidateOneElement(ctxt, elem);
34221 printf("Leak of %d blocks found in xmlSchemaValidateOneElement",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9205 if (!PyArg_ParseTuple(args, (char *)"OO:xmlSchemaValidateOneElement", &pyobj_ctxt, &pyobj_elem))
9210 c_retval = xmlSchemaValidateOneElement(ctxt, elem);

Completed in 749 milliseconds