Searched refs:rawText (Results 1 – 3 of 3) sorted by relevance
125 const char* rawText = (const char*) data->data(); in parseSetup() local129 if ('\r' == rawText[index]) { in parseSetup()138 char ch = rawText[index]; in parseSetup()139 if ('\r' == rawText[index]) { in parseSetup()141 if ('\n' == rawText[index + 1]) { in parseSetup()149 rawText = &fLFOnly[name].front(); in parseSetup()152 fStart = rawText; in parseSetup()153 fLine = rawText; in parseSetup()154 fChar = rawText; in parseSetup()155 fEnd = rawText + dataSize; in parseSetup()
519 char rawText[1024]; in RegisterServicesInFile() local575 if (!ReadALine(rawText, sizeof(rawText), fp, mDNSfalse)) break; in RegisterServicesInFile()577 fprintf(stderr, "Text string: \"%s\"\n", rawText); in RegisterServicesInFile()578 len = strlen(rawText); in RegisterServicesInFile()584 mDNSPlatformMemCopy(text + textLen + 1, rawText, len); in RegisterServicesInFile()