Searched refs:ctnt (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Derror.c178 xmlChar *ctnt; local
197 ctnt = content;
201 *ctnt++ = *cur++;
204 *ctnt = 0;
209 ctnt = content;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
212 if (*(ctnt) != '\t')
213 *(ctnt) = ' ';
214 ctnt++;
216 *ctnt
[all...]

Completed in 75 milliseconds