Home
last modified time | relevance | path

Searched refs:ACTXT_CAST (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c132 #define ACTXT_CAST (xmlSchemaAbstractCtxtPtr) macro
2316 xmlSchemaInternalErr2(ACTXT_CAST pctxt, funcName, message,
2400 xmlSchemaErr4Line(ACTXT_CAST vctxt, XML_ERR_ERROR, in xmlSchemaKeyrefErr()
2761 xmlSchemaCustomErr(ACTXT_CAST vctxt, err, NULL, type, msg, NULL, NULL);
2763 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2765 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2766 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2905 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent); in xmlSchemaPIllegalAttrErr()
2906 xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr, in xmlSchemaPIllegalAttrErr()
3010 xmlSchemaErr4(ACTXT_CAST ctxt, error, node, in xmlSchemaPAttrUseErr4()
[all …]