Lines Matching refs:xmlStrndup
291 *prefix = xmlStrndup(name, len); in xmlSplitQName2()
1366 val = xmlStrndup(q, cur - q); in xmlStringLenGetNodeList()
1562 val = xmlStrndup(q, cur - q); in xmlStringGetNodeList()
2567 cur->name = xmlStrndup(name, len - 1); in xmlNewCharRef()
2569 cur->name = xmlStrndup(name, len); in xmlNewCharRef()
2611 cur->name = xmlStrndup(name, len - 1); in xmlNewReference()
2613 cur->name = xmlStrndup(name, len); in xmlNewReference()
2676 cur->content = xmlStrndup(content, len); in xmlNewTextLen()
2761 cur->content = xmlStrndup(content, len); in xmlNewCDataBlock()
5729 cur->content = xmlStrndup(content, len); in xmlNodeSetContentLen()
6840 xmlChar *prefix = xmlStrndup(name, len); in xmlSetProp()