Searched refs:newbuf (Results 1 – 3 of 3) sorted by relevance
339 mStack.newbuf(); in appendEncodedString()542 mStack.newbuf(); in appendHeader()632 mStack.newbuf(); in appendHeader()857 mStack.newbuf(); // Switching buffer because we need to in makeMessageBody()918 mStack.newbuf(); // Leaving space for header lengh and data length in makeMessageBody()921 mStack.newbuf(); // Leaving space for Content-Type length in makeMessageBody()1086 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()
1597 Lcom/google/android/mms/pdu/PduComposer$BufferStack;->newbuf()V