Home | History | Annotate | Download | only in libxml2

Lines Matching defs:dup

1769  * @dup:  arg need to be duplicated
1778 const xmlChar * arg2, int dup)
1817 if (dup) {
2318 xmlRelaxNGValidErrorPtr err, dup;
2328 dup = &ctxt->errTab[j];
2329 if ((err->err == dup->err) && (err->node == dup->node) &&
2330 (xmlStrEqual(err->arg1, dup->arg1)) &&
2331 (xmlStrEqual(err->arg2, dup->arg2))) {
2359 * @dup: need to dup the args
2367 const xmlChar * arg2, int dup)
2405 xmlRelaxNGValidErrorPush(ctxt, err, arg1, arg2, dup);