Searched refs:xmlSchemaInternalErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1107 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, 1863 xmlSchemaInternalErr(actxt, in xmlSchemaFormatFacetEnumSet() 2355 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr() function 2817 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg); 2819 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg); 2820 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg); 2822 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);
|