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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c130 #define ACTXT_CAST (xmlSchemaAbstractCtxtPtr) macro
2279 xmlSchemaInternalErr2(ACTXT_CAST pctxt, funcName, message,
2363 xmlSchemaErr4Line(ACTXT_CAST vctxt, XML_ERR_ERROR,
2722 xmlSchemaCustomErr(ACTXT_CAST vctxt, err, NULL, type, msg, NULL, NULL);
2724 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2726 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2727 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2866 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2867 xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr,
2971 xmlSchemaErr4(ACTXT_CAST ctx
[all...]

Completed in 50 milliseconds