Searched refs:ACTXT_CAST (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 138 #define ACTXT_CAST (xmlSchemaAbstractCtxtPtr) macro 2370 xmlSchemaInternalErr2(ACTXT_CAST pctxt, funcName, message, 2454 xmlSchemaErr4Line(ACTXT_CAST vctxt, XML_ERR_ERROR, in xmlSchemaKeyrefErr() 2815 xmlSchemaCustomErr(ACTXT_CAST vctxt, err, NULL, type, msg, NULL, NULL); 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); 2955 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent); in xmlSchemaPIllegalAttrErr() 2956 xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr, in xmlSchemaPIllegalAttrErr() 3060 xmlSchemaErr4(ACTXT_CAST ctxt, error, node, in xmlSchemaPAttrUseErr4() [all …]
|