Searched defs:newHdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstring.cpp106 nsStringHeader *newHdr = nsStringHeader::Realloc(hdr, storageSize); local
107 if (newHdr)
109 hdr = newHdr;
138 nsStringHeader* newHdr = nsStringHeader::Alloc(storageSize); local
139 if (!newHdr)
142 newData = (char_type*) newHdr->Data();

Completed in 46 milliseconds