Searched refs:is_unicode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.c221 * @is_unicode - is this a unicode string?
229 cifs_strndup_from_ucs(const char *src, const int maxlen, const bool is_unicode, argument
235 if (is_unicode) {
H A Dcifs_unicode.h83 const bool is_unicode,
H A Dcifssmb.c2440 bool is_unicode; local
2447 is_unicode = true;
2449 is_unicode = false;
2452 is_unicode, nls_codepage);
4016 bool is_unicode; local
4020 is_unicode = true;
4022 is_unicode = false;
4063 if (is_unicode) {
4086 is_unicode, nls_codepage);
4096 is_unicode, nls_codepag
[all...]
H A Dconnect.c2871 bool is_unicode; local
2880 is_unicode = true;
2882 is_unicode = false;
2905 bytes_left, is_unicode,

Completed in 122 milliseconds