Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlNodeAddContentLen

1278 		    xmlNodeAddContentLen(last, q, cur - q);
1430 xmlNodeAddContentLen(last, q, cur - q);
1475 xmlNodeAddContentLen(last, q, cur - q);
1613 xmlNodeAddContentLen(last, q, cur - q);
5617 * xmlNodeAddContentLen:
5628 xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) {
5632 "xmlNodeAddContentLen : node == NULL\n");
5715 xmlNodeAddContentLen(cur, content, len);