Lines Matching defs:buf
57 static int SpeGetPayload(const unsigned char *buf, const size_t len, in SpeGetPayload()
85 static int SpeGetAlignment(const unsigned char *buf, const size_t len, in SpeGetAlignment()
105 static int SpeGetTimestamp(const unsigned char *buf, const size_t len, in SpeGetTimestamp()
113 static int SpeGetEvents(const unsigned char *buf, const size_t len, in SpeGetEvents()
122 static int SpeGetDataSource(const unsigned char *buf, const size_t len, in SpeGetDataSource()
130 static int SpeGetContext(const unsigned char *buf, const size_t len, in SpeGetContext()
139 static int SpeGetOpType(const unsigned char *buf, const size_t len, in SpeGetOpType()
148 static int SpeGetCounter(const unsigned char *buf, const size_t len, in SpeGetCounter()
162 static int SpeGetAddr(const unsigned char *buf, const size_t len, in SpeGetAddr()
176 static int SpeDoGetPacket(const unsigned char *buf, const size_t len, in SpeDoGetPacket()
238 int SpeGetPacket(const unsigned char *buf, const size_t len, in SpeGetPacket()
301 char *buf, size_t bufLen) in SpePktDescEvent()
355 char *buf, size_t bufLen) in SpePktDescOpType()
451 char *buf, size_t bufLen) in SpePktDescAddr()
497 char *buf, size_t bufLen) in SpePktDesCont()
524 int SpePktDesc(const struct SpePkt *packet, char *buf, in SpePktDesc()
826 bool SpeDumpRawData(unsigned char *buf, size_t len, const int indent, FILE *outputDump) in SpeDumpRawData()