Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrndup

287     *prefix = xmlStrndup(name, len);
1348 val = xmlStrndup(q, cur - q);
1533 val = xmlStrndup(q, cur - q);
2521 cur->name = xmlStrndup(name, len - 1);
2523 cur->name = xmlStrndup(name, len);
2565 cur->name = xmlStrndup(name, len - 1);
2567 cur->name = xmlStrndup(name, len);
2630 cur->content = xmlStrndup(content, len);
2715 cur->content = xmlStrndup(content, len);
5561 cur->content = xmlStrndup(content, len);
6669 xmlChar *prefix = xmlStrndup(name, len);