Searched defs:unicodestr (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dsmbutil.c437 int unicodestr)
623 s = unistr(ndo, buf, &len, (*fmt == 'R') ? 0 : unicodestr);
643 s = unistr(ndo, buf + 1, &len, (*fmt == 'Y') ? 0 : unicodestr);
675 s = unistr(ndo, buf, &stringlen, unicodestr);
797 int unicodestr)
810 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr);
849 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr);
435 smb_fdata1(netdissect_options *ndo, const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
795 smb_fdata(netdissect_options *ndo, const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
H A Dprint-smb.c26 static int unicodestr = 0; variable
101 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
119 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
135 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr);
209 maxbuf, unicodestr);
214 words + 1 + 14 * 2, unicodestr);
221 words + 1 + 10 * 2, unicodestr);
232 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr);
233 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
250 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
[all...]
/external/python/cpython2/Objects/
H A Dobject.c477 static PyObject *unicodestr = NULL; local
494 if (!unicodestr) {
495 unicodestr = PyString_InternFromString("__unicode__");
496 if (!unicodestr)
499 func = PyObject_GetAttr(v, unicodestr);
511 func = _PyObject_LookupSpecial(v, "__unicode__", &unicodestr);

Completed in 95 milliseconds