HomeSort by: relevance | last modified time | path
    Searched defs:textPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/expat/dist/tests/
basic_tests.c 5436 char *textPtr = text;
5439 textPtr += snprintf(textPtr, SIZE_PER_LINE,
5444 textPtr += snprintf(textPtr, SIZE_PER_LINE, " <!ENTITY s%lu '&s%lu;'>\n",
5448 snprintf(textPtr, SIZE_PER_LINE, "]> <foo>&s%lu;</foo>\n",
5482 char *textPtr = text;
5485 textPtr += snprintf(textPtr, SIZE_PER_LINE,
5490 textPtr += snprintf(textPtr, SIZE_PER_LINE, " <!ENTITY s%lu '&s%lu;'>\n"
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 320 const XML_Char *textPtr;
3071 if (entity->textPtr) {
5252 // parser->m_declEntity->textPtr.
5257 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool);
5265 parser->m_declEntity->is_param, parser->m_declEntity->textPtr,
5274 // This will store "&amp;entity123;" in parser->m_declEntity->textPtr
5286 parser->m_declEntity->is_param, parser->m_declEntity->textPtr,
5351 // This will store "&amp;entity123;" in entity->textPtr
5676 if (entity->textPtr) {
6057 textStart = ((const char *)entity->textPtr) + entity->processed
    [all...]

Completed in 35 milliseconds