Searched defs:pBuf (Results 1 – 1 of 1) sorted by relevance
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 138 static void ebFree(ExpandBuf* pBuf) in ebFree() 152 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf) in ebGetBuffer() 160 static inline size_t ebGetLength(ExpandBuf* pBuf) in ebGetLength() 168 static void ebClear(ExpandBuf* pBuf) in ebClear() 176 static int ebEnsureCapacity(ExpandBuf* pBuf, int size) in ebEnsureCapacity() 199 static int ebAddData(ExpandBuf* pBuf, const void* data, size_t count) in ebAddData() 210 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString() 235 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData() 261 static int ebWriteData(ExpandBuf* pBuf, FILE* out) in ebWriteData() 440 static int processHeapDump(ExpandBuf* pBuf, FILE* out, int flags) in processHeapDump() [all …]
|