Searched refs:p_begin (Results 1 – 1 of 1) sorted by relevance
74 static unsigned char * getEndOfRecord (unsigned char *p_begin, in getEndOfRecord() argument80 if (p_end < p_begin + HEADER_SIZE) { in getEndOfRecord()85 len = ntohl(*((uint32_t *)p_begin)); in getEndOfRecord()87 p_ret = p_begin + HEADER_SIZE + len; in getEndOfRecord()