Searched refs:comment_offset (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dclirap.c158 int comment_offset; local
172 comment_offset = (IVAL(p,16) & 0xFFFF) - converter;
173 if (comment_offset < 0 ||
174 comment_offset > (int)rdrcnt) {
178 cmnt = comment_offset?(rdata+comment_offset):"";
354 int comment_offset; local
367 comment_offset = (IVAL(p,22) & 0xFFFF)-converter;
368 cmnt = comment_offset?(rdata+comment_offset)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dclirap.c158 int comment_offset; local
172 comment_offset = (IVAL(p,16) & 0xFFFF) - converter;
173 if (comment_offset < 0 ||
174 comment_offset > (int)rdrcnt) {
178 cmnt = comment_offset?(rdata+comment_offset):"";
354 int comment_offset; local
367 comment_offset = (IVAL(p,22) & 0xFFFF)-converter;
368 cmnt = comment_offset?(rdata+comment_offset)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dclirap.c158 int comment_offset; local
172 comment_offset = (IVAL(p,16) & 0xFFFF) - converter;
173 if (comment_offset < 0 ||
174 comment_offset > (int)rdrcnt) {
178 cmnt = comment_offset?(rdata+comment_offset):"";
354 int comment_offset; local
367 comment_offset = (IVAL(p,22) & 0xFFFF)-converter;
368 cmnt = comment_offset?(rdata+comment_offset)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libsmb/
H A Dclirap.c179 int comment_offset = IVAL(p,16) & 0xFFFF; local
180 const char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
259 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
260 const char *cmnt = comment_offset?(rdata+comment_offset):"";
263 if (comment_offset < 0 || comment_offset > (int)rdrcnt) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libsmb/
H A Dclirap.c179 int comment_offset = IVAL(p,16) & 0xFFFF; local
180 const char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
259 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
260 const char *cmnt = comment_offset?(rdata+comment_offset):"";
263 if (comment_offset < 0 || comment_offset > (int)rdrcnt) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libsmb/
H A Dclirap.c179 int comment_offset = IVAL(p,16) & 0xFFFF; local
180 const char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
259 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
260 const char *cmnt = comment_offset?(rdata+comment_offset):"";
263 if (comment_offset < 0 || comment_offset > (int)rdrcnt) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/libsmb/
H A Dclientgen.c645 int comment_offset = IVAL(p,16) & 0xFFFF; local
646 char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
720 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
721 char *cmnt = comment_offset?(rdata+comment_offset):"";
722 if (comment_offset < 0 || comment_offset > rdrcnt) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/libsmb/
H A Dclientgen.c645 int comment_offset = IVAL(p,16) & 0xFFFF; local
646 char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
720 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
721 char *cmnt = comment_offset?(rdata+comment_offset):"";
722 if (comment_offset < 0 || comment_offset > rdrcnt) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/libsmb/
H A Dclientgen.c645 int comment_offset = IVAL(p,16) & 0xFFFF; local
646 char *cmnt = comment_offset?(rdata+comment_offset-converter):"";
720 int comment_offset = (IVAL(p,22) & 0xFFFF)-converter; local
721 char *cmnt = comment_offset?(rdata+comment_offset):"";
722 if (comment_offset < 0 || comment_offset > rdrcnt) continue;

Completed in 208 milliseconds