Home
last modified time | relevance | path

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

/external/libxml2/
Dtestrecurse.c348 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
367 ctnt = content; in xmlParserPrintFileContextInternal()
371 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
374 *ctnt = 0; in xmlParserPrintFileContextInternal()
379 ctnt = content; in xmlParserPrintFileContextInternal()
381 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
382 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
383 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
384 ctnt++; in xmlParserPrintFileContextInternal()
386 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
[all …]
Derror.c178 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
199 ctnt = content; in xmlParserPrintFileContextInternal()
203 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
206 *ctnt = 0; in xmlParserPrintFileContextInternal()
211 ctnt = content; in xmlParserPrintFileContextInternal()
213 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
214 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
215 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
216 ctnt++; in xmlParserPrintFileContextInternal()
218 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
[all …]
Dtestlimits.c440 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
459 ctnt = content; in xmlParserPrintFileContextInternal()
463 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
466 *ctnt = 0; in xmlParserPrintFileContextInternal()
471 ctnt = content; in xmlParserPrintFileContextInternal()
473 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
474 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
475 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
476 ctnt++; in xmlParserPrintFileContextInternal()
478 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
[all …]
Druntest.c306 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
325 ctnt = content; in xmlParserPrintFileContextInternal()
329 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
332 *ctnt = 0; in xmlParserPrintFileContextInternal()
337 ctnt = content; in xmlParserPrintFileContextInternal()
339 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
340 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
341 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
342 ctnt++; in xmlParserPrintFileContextInternal()
344 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
[all …]