Searched refs:rawName (Results 1 – 1 of 1) sorted by relevance
310 const char *rawName; /* tagName in the original encoding */2649 /* Initially tag->rawName always points into the parse buffer; in storeRawNames() 2651 processed, and not yet closed, we need to store tag->rawName in a more in storeRawNames() 2667 if (tag->rawName == rawNameBuf) in storeRawNames() 2696 memcpy(rawNameBuf, tag->rawName, tag->rawNameLength); in contentProcessor() 2697 tag->rawName = rawNameBuf; in contentProcessor() 3013 tag->rawName = s + enc->minBytesPerChar; in doContent() 3014 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent() 3017 const char *rawNameEnd = tag->rawName + tag->rawNameLength; in doContent() 3018 const char *fromPtr = tag->rawName; in doContent() 309 const char *rawName; /* tagName in the original encoding */ global() member 3050 const char *rawName = s + enc->minBytesPerChar; doContent() local 3096 const char *rawName; doContent() local [all...]