Lines Matching refs:str1
1896 * @str1: extra data
1903 const char *msg, const xmlChar * str1, const xmlChar * str2)
1918 (const char *) str1, (const char *) str2, NULL, 0, 0,
1919 msg, str1, str2);
1929 * @str1: extra data
1937 const char *msg, const xmlChar * str1, const xmlChar * str2)
1940 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
1942 xmlSchemaPErr(ctxt, node, error, msg, str1, str2);
1955 * @str1: extra parameter for the message display
1966 const xmlChar * strData3, const char *msg, const xmlChar * str1,
1985 (const char *) strData3, 0, 0, msg, str1, str2,
2032 * @str1: extra data
2043 const xmlChar *str1, const xmlChar *str2,
2117 (const char *) str1, (const char *) str2,
2118 (const char *) str3, 0, col, msg, str1, str2, str3, str4);
2134 (const char *) str1, (const char *) str2,
2135 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2148 * @str1: extra data
2157 const xmlChar *str1, const xmlChar *str2, const xmlChar *str3)
2160 msg, str1, str2, str3, NULL);
2166 const xmlChar *str1, const xmlChar *str2,
2170 msg, str1, str2, str3, str4);
2176 const xmlChar *str1, const xmlChar *str2)
2178 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL);
2288 const xmlChar *str1,
2301 (const char *) msg, (const xmlChar *) funcName, str1, str2);
2304 (const char *) msg, (const xmlChar *) funcName, str1, str2);
2322 const xmlChar *str1,
2326 str1, str2);
2336 const xmlChar *str1, const xmlChar *str2,
2351 (const char *) msg, str1, str2, str3, str4);
2361 const xmlChar *str1,
2365 message, str1, str2, NULL, NULL);
2376 const xmlChar *str1,
2388 (const char *) msg, str1, str2, str3, NULL);
2401 const xmlChar *str1,
2414 str1, str2, NULL);
2655 const xmlChar *str1,
2763 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2);
2931 * @str1: an optional param for the error message
2943 const xmlChar *str1,
2956 (const char *) msg, BAD_CAST des, str1, str2, str3, NULL);
2969 * @str1: the optional param for the error message
2979 const xmlChar *str1)
2982 str1, NULL, NULL);
2994 * @str1: the optional param for the error message
3005 const xmlChar *str1, const xmlChar *str2,
3020 (const char *) msg, str1, str2, str3, str4);
3129 const xmlChar *str1,
3195 (const char*) msg, str1, str2, NULL, NULL, NULL);
11581 xmlChar *str1 = NULL, *str2 = NULL;
11593 xmlSchemaFormatQName(&str1, type->baseNs, type->base),
11596 FREE_AND_NULL(str1);