Home | History | Annotate | Download | only in libxml2

Lines Matching defs:source

8731  * source. This need not be the case if there are namespace declarations
8736 * as the QName used in the XML source. If the argument it omitted it
9235 xmlChar *source = NULL;
9252 source = obj->stringval;
9255 if (target && source) {
9258 while (IS_BLANK_CH(*source))
9259 source++;
9263 while (*source) {
9264 if (IS_BLANK_CH(*source)) {
9271 xmlBufferAdd(target, source, 1);
9273 source++;