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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c132 #define ACTXT_CAST (xmlSchemaAbstractCtxtPtr) macro
2288 xmlSchemaInternalErr2(ACTXT_CAST pctxt, funcName, message,
2372 xmlSchemaErr4Line(ACTXT_CAST vctxt, XML_ERR_ERROR,
2731 xmlSchemaCustomErr(ACTXT_CAST vctxt, err, NULL, type, msg, NULL, NULL);
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);
2875 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2876 xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr,
2980 xmlSchemaErr4(ACTXT_CAST ctx
[all...]
/external/libxml2/
H A Dxmlschemas.c132 #define ACTXT_CAST (xmlSchemaAbstractCtxtPtr) macro
2307 xmlSchemaInternalErr2(ACTXT_CAST pctxt, funcName, message,
2391 xmlSchemaErr4Line(ACTXT_CAST vctxt, XML_ERR_ERROR,
2750 xmlSchemaCustomErr(ACTXT_CAST vctxt, err, NULL, type, msg, NULL, NULL);
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);
2894 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2895 xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr,
2999 xmlSchemaErr4(ACTXT_CAST ctx
[all...]

Completed in 417 milliseconds