Searched refs:newbuf (Results 1 – 2 of 2) sorted by relevance
338 mStack.newbuf(); in appendEncodedString()541 mStack.newbuf(); in appendHeader()629 mStack.newbuf(); in appendHeader()846 mStack.newbuf(); // Switching buffer because we need to in makeMessageBody()902 mStack.newbuf(); // Leaving space for header lengh and data length in makeMessageBody()905 mStack.newbuf(); // Leaving space for Content-Type length in makeMessageBody()1070 void newbuf() { in newbuf() method in PduComposer.BufferStack
4946 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local4947 if (newbuf == nullptr) in __cxa_demangle()4954 buf = newbuf; in __cxa_demangle()