Searched refs:dupl (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Support/ |
D | regcomp.c | 99 static sopno dupl(struct parse *, sopno, sopno); 394 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 593 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1019 copy = dupl(p, start+1, finish+1); in repeat() 1028 copy = dupl(p, start, finish); in repeat() 1032 copy = dupl(p, start, finish); in repeat() 1311 dupl(struct parse *p, in dupl() function
|
/external/chromium_org/third_party/libxml/src/ |
D | ChangeLog | 3813 * parser.c: fixed problem with free on dupl attribute in
|