Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ch

2393  * @ch:  a xmlChar string
2399 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len)
2407 "SAX.xmlSAX2Characters(%.30s, %d)\n", ch, len);
2433 lastChild = xmlSAX2TextNode(ctxt, ch, len);
2453 * reallocate a new buffer, move data, append ch. Here
2488 memcpy(&lastChild->content[ctxt->nodelen], ch, len);
2492 if (xmlTextConcat(lastChild, ch, len)) {
2501 lastChild = xmlSAX2TextNode(ctxt, ch, len);
2516 * @ch: a xmlChar string
2523 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED)
2528 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);