Searched refs:textPtr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/expat/tests/ |
| H A D | basic_tests.c | 5436 char *textPtr = text; in START_TEST() local 5439 textPtr += snprintf(textPtr, SIZE_PER_LINE, in START_TEST() 5444 textPtr += snprintf(textPtr, SIZE_PER_LINE, " <!ENTITY s%lu '&s%lu;'>\n", in START_TEST() 5448 snprintf(textPtr, SIZE_PER_LINE, "]> <foo>&s%lu;</foo>\n", in START_TEST() 5482 char *textPtr = text; in START_TEST() local 5485 textPtr += snprintf(textPtr, SIZE_PER_LINE, in START_TEST() 5490 textPtr += snprintf(textPtr, SIZE_PER_LINE, " <!ENTITY s%lu '&s%lu;'>\n", in START_TEST() 5525 char *textPtr = text; in START_TEST() local 5528 textPtr += snprintf(textPtr, SIZE_PER_LINE, in START_TEST() 5533 textPtr += snprintf(textPtr, SIZE_PER_LINE, in START_TEST() [all …]
|
| /freebsd-14.2/contrib/expat/lib/ |
| H A D | xmlparse.c | 320 const XML_Char *textPtr; member 3071 if (entity->textPtr) { in doContent() 5676 if (entity->textPtr) { in doProlog() 6058 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor() 6144 = ((const char *)entity->textPtr) + entity->processed; in storeAttributeValue() 6146 = (const char *)(entity->textPtr + entity->textLen); in storeAttributeValue() 6361 if (! entity->textPtr) { in appendAttributeValue() 6595 = ((const char *)entity->textPtr) + entity->processed; in callStoreEntityValue() 6597 = (const char *)(entity->textPtr + entity->textLen); in callStoreEntityValue() 6666 entity->textPtr = poolStart(pool); in storeSelfEntityValue() [all …]
|