Searched refs:pLastTag (Results 1 – 1 of 1) sorted by relevance
75 const char * pLastTag = strrchr(aFile.operator const char *(),'<'); in LoadFile() local76 if (pLastTag == 0) in LoadFile()78 if ( strnicmp(pLastTag+2, pDocumentData->Name().str(), pDocumentData->Name().l()) != 0 in LoadFile()79 || strnicmp(pLastTag, "</", 2) != 0 ) in LoadFile()81 if (strchr(pLastTag,'>') == 0) in LoadFile()
Completed in 12 milliseconds