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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1081 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1804 xmlSchemaInternalErr(actxt,
2273 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, function
2733 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2735 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2736 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2738 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);

Completed in 161 milliseconds