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

/external/chromium_org/third_party/libxml/src/
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);
/external/libxml2/
H A Dxmlschemas.c1086 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1809 xmlSchemaInternalErr(actxt,
2292 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, function
2752 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2754 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2755 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2757 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);

Completed in 193 milliseconds