Searched refs:newHeader (Results 1 – 2 of 2) sorted by relevance
85 struct ChppAllocHeader *newHeader = (struct ChppAllocHeader *)reallocPtr; in chppRealloc() local86 newHeader->bytes = newSize; in chppRealloc()87 newHeader++; in chppRealloc()88 ptr = newHeader; in chppRealloc()
63 StringBuilder newHeader = new StringBuilder(headers + "\n"); in addFeatures() local64 newHeader.append("Accept-Contact:*"); in addFeatures()66 newHeader.append(";").append(feature); in addFeatures()68 return newHeader.toString(); in addFeatures()