comment_offset 157 source3/libsmb/clirap.c int comment_offset;
comment_offset 171 source3/libsmb/clirap.c comment_offset = (IVAL(p,16) & 0xFFFF) - converter;
comment_offset 172 source3/libsmb/clirap.c if (comment_offset < 0 ||
comment_offset 173 source3/libsmb/clirap.c comment_offset > (int)rdrcnt) {
comment_offset 177 source3/libsmb/clirap.c cmnt = comment_offset?(rdata+comment_offset):"";
comment_offset 339 source3/libsmb/clirap.c int comment_offset;
comment_offset 351 source3/libsmb/clirap.c comment_offset = (IVAL(p,22) & 0xFFFF)-converter;
comment_offset 352 source3/libsmb/clirap.c cmnt = comment_offset?(rdata+comment_offset):"";
comment_offset 354 source3/libsmb/clirap.c if (comment_offset < 0 || comment_offset > (int)rdrcnt) {