Searched refs:xmlSchemaInternalErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1081 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, 1804 xmlSchemaInternalErr(actxt, in xmlSchemaFormatFacetEnumSet() 2273 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr() 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);
|