• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:str1

1882  * @str1: extra data
1889 const char *msg, const xmlChar * str1, const xmlChar * str2)
1904 (const char *) str1, (const char *) str2, NULL, 0, 0,
1905 msg, str1, str2);
1915 * @str1: extra data
1923 const char *msg, const xmlChar * str1, const xmlChar * str2)
1926 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
1928 xmlSchemaPErr(ctxt, node, error, msg, str1, str2);
1941 * @str1: extra parameter for the message display
1952 const xmlChar * strData3, const char *msg, const xmlChar * str1,
1971 (const char *) strData3, 0, 0, msg, str1, str2,
2016 * @str1: extra data
2026 const xmlChar *str1, const xmlChar *str2,
2084 (const char *) str1, (const char *) str2,
2085 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2101 (const char *) str1, (const char *) str2,
2102 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2115 * @str1: extra data
2124 const xmlChar *str1, const xmlChar *str2, const xmlChar *str3)
2127 msg, str1, str2, str3, NULL);
2133 const xmlChar *str1, const xmlChar *str2,
2137 msg, str1, str2, str3, str4);
2143 const xmlChar *str1, const xmlChar *str2)
2145 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL);
2248 const xmlChar *str1,
2263 (const char *) msg, str1, str2);
2267 (const char *) msg, str1, str2);
2285 const xmlChar *str1,
2289 str1, str2);
2299 const xmlChar *str1, const xmlChar *str2,
2314 (const char *) msg, str1, str2, str3, str4);
2324 const xmlChar *str1,
2328 message, str1, str2, NULL, NULL);
2339 const xmlChar *str1,
2351 (const char *) msg, str1, str2, str3, NULL);
2364 const xmlChar *str1,
2377 str1, str2, NULL);
2616 const xmlChar *str1,
2724 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2);
2892 * @str1: an optional param for the error message
2904 const xmlChar *str1,
2917 (const char *) msg, BAD_CAST des, str1, str2, str3, NULL);
2930 * @str1: the optional param for the error message
2940 const xmlChar *str1)
2943 str1, NULL, NULL);
2955 * @str1: the optional param for the error message
2966 const xmlChar *str1, const xmlChar *str2,
2981 (const char *) msg, str1, str2, str3, str4);
3090 const xmlChar *str1,
3152 (const char*) msg, str1, str2, NULL, NULL, NULL);
11500 xmlChar *str1 = NULL, *str2 = NULL;
11512 xmlSchemaFormatQName(&str1, type->baseNs, type->base),
11515 FREE_AND_NULL(str1);