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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c1877 * xmlSchemaPErr:
1888 xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, function
1926 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
1928 xmlSchemaPErr(ctxt, node, error, msg, str1, str2);
2766 xmlSchemaPErr(ctxt, ownerElem, error, "%s: %s.\n", BAD_CAST des, BAD_CAST message);
2768 xmlSchemaPErr(ctxt, ownerElem, error,
3035 xmlSchemaPErr(ctxt, type->node, error,
3145 xmlSchemaPErr(ctxt, node, error, (const char *) msg, value, NULL);
3147 xmlSchemaPErr(ctxt, node, error, (const char *) msg, NULL, NULL);
6372 xmlSchemaPErr(ctx
[all...]
/external/libxml2/
H A Dxmlschemas.c1882 * xmlSchemaPErr:
1893 xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, function
1931 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
1933 xmlSchemaPErr(ctxt, node, error, msg, str1, str2);
2785 xmlSchemaPErr(ctxt, ownerElem, error, "%s: %s.\n", BAD_CAST des, BAD_CAST message);
2787 xmlSchemaPErr(ctxt, ownerElem, error,
3054 xmlSchemaPErr(ctxt, type->node, error,
3164 xmlSchemaPErr(ctxt, node, error, (const char *) msg, value, NULL);
3166 xmlSchemaPErr(ctxt, node, error, (const char *) msg, NULL, NULL);
6391 xmlSchemaPErr(ctx
[all...]

Completed in 181 milliseconds