Lines Matching refs:str1
1887 * @str1: extra data
1894 const char *msg, const xmlChar * str1, const xmlChar * str2)
1909 (const char *) str1, (const char *) str2, NULL, 0, 0,
1910 msg, str1, str2);
1920 * @str1: extra data
1928 const char *msg, const xmlChar * str1, const xmlChar * str2)
1931 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
1933 xmlSchemaPErr(ctxt, node, error, msg, str1, str2);
1946 * @str1: extra parameter for the message display
1957 const xmlChar * strData3, const char *msg, const xmlChar * str1,
1976 (const char *) strData3, 0, 0, msg, str1, str2,
2021 * @str1: extra data
2031 const xmlChar *str1, const xmlChar *str2,
2105 (const char *) str1, (const char *) str2,
2106 (const char *) str3, 0, col, msg, str1, str2, str3, str4);
2122 (const char *) str1, (const char *) str2,
2123 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2136 * @str1: extra data
2145 const xmlChar *str1, const xmlChar *str2, const xmlChar *str3)
2148 msg, str1, str2, str3, NULL);
2154 const xmlChar *str1, const xmlChar *str2,
2158 msg, str1, str2, str3, str4);
2164 const xmlChar *str1, const xmlChar *str2)
2166 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL);
2269 const xmlChar *str1,
2284 (const char *) msg, str1, str2);
2288 (const char *) msg, str1, str2);
2306 const xmlChar *str1,
2310 str1, str2);
2320 const xmlChar *str1, const xmlChar *str2,
2335 (const char *) msg, str1, str2, str3, str4);
2345 const xmlChar *str1,
2349 message, str1, str2, NULL, NULL);
2360 const xmlChar *str1,
2372 (const char *) msg, str1, str2, str3, NULL);
2385 const xmlChar *str1,
2398 str1, str2, NULL);
2637 const xmlChar *str1,
2745 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2);
2913 * @str1: an optional param for the error message
2925 const xmlChar *str1,
2938 (const char *) msg, BAD_CAST des, str1, str2, str3, NULL);
2951 * @str1: the optional param for the error message
2961 const xmlChar *str1)
2964 str1, NULL, NULL);
2976 * @str1: the optional param for the error message
2987 const xmlChar *str1, const xmlChar *str2,
3002 (const char *) msg, str1, str2, str3, str4);
3111 const xmlChar *str1,
3173 (const char*) msg, str1, str2, NULL, NULL, NULL);
11542 xmlChar *str1 = NULL, *str2 = NULL;
11554 xmlSchemaFormatQName(&str1, type->baseNs, type->base),
11557 FREE_AND_NULL(str1);