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