OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicodestr
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-smb.c
28
static int
unicodestr
= 0;
variable
102
smb_fdata(param, fmt, param + pcnt,
unicodestr
);
119
smb_fdata(param, fmt, param + pcnt,
unicodestr
);
135
smb_fdata(data, fmt, data + dcnt,
unicodestr
);
209
maxbuf,
unicodestr
);
214
words + 1 + 14 * 2,
unicodestr
);
221
words + 1 + 10 * 2,
unicodestr
);
232
smb_fdata(param, f1 ? f1 : "Parameters=\n", param + pcnt,
unicodestr
);
233
smb_fdata(data, f2 ? f2 : "Data=\n", data + dcnt,
unicodestr
);
251
smb_fdata(param, "BROWSE PACKET\n|Param ", param+paramlen,
unicodestr
);
[
all
...]
smbutil.c
433
int
unicodestr
)
619
s = unistr(buf, &len, (*fmt == 'R') ? 0 :
unicodestr
);
639
s = unistr(buf + 1, &len, (*fmt == 'Y') ? 0 :
unicodestr
);
671
s = unistr(buf, &stringlen,
unicodestr
);
792
int
unicodestr
)
805
buf2 = smb_fdata(buf, fmt, maxbuf,
unicodestr
);
844
buf = smb_fdata1(buf, s, maxbuf,
unicodestr
);
[
all
...]
Completed in 61 milliseconds