Searched defs:pBuf (Results 1 – 1 of 1) sorted by relevance
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 133 static void ebFree(ExpandBuf* pBuf) in ebFree() 147 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf) in ebGetBuffer() 155 static inline size_t ebGetLength(ExpandBuf* pBuf) in ebGetLength() 163 static void ebClear(ExpandBuf* pBuf) in ebClear() 171 static int ebEnsureCapacity(ExpandBuf* pBuf, int size) in ebEnsureCapacity() 194 static int ebAddData(ExpandBuf* pBuf, const void* data, size_t count) in ebAddData() 205 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString() 230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData() 256 static int ebWriteData(ExpandBuf* pBuf, FILE* out) in ebWriteData() 435 static int processHeapDump(ExpandBuf* pBuf, FILE* out, int flags) in processHeapDump() [all …]
|