Home | History | Annotate | Download | only in libxml2

Lines Matching refs:dup

1753  * @dup:  arg need to be duplicated
1762 const xmlChar * arg2, int dup)
1801 if (dup) {
2300 xmlRelaxNGValidErrorPtr err, dup;
2310 dup = &ctxt->errTab[j];
2311 if ((err->err == dup->err) && (err->node == dup->node) &&
2312 (xmlStrEqual(err->arg1, dup->arg1)) &&
2313 (xmlStrEqual(err->arg2, dup->arg2))) {
2341 * @dup: need to dup the args
2349 const xmlChar * arg2, int dup)
2387 xmlRelaxNGValidErrorPush(ctxt, err, arg1, arg2, dup);