Searched refs:begin_of_buf (Results 1 – 1 of 1) sorted by relevance
1664 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_buf() local1665 char *end_of_buf = begin_of_buf + buffer_length; in validate_buf()1681 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { in validate_buf()1699 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_and_copy_buf() local1709 memcpy(data, begin_of_buf, buffer_length); in validate_and_copy_buf()