Searched refs:UniStrnlen (Results 1 - 2 of 2) 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.h166 * UniStrnlen: Return the length (in 16 bit Unicode chars not bytes) of a
170 UniStrnlen(const wchar_t *ucs1, int maxlen) function
H A Dsess.c305 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2;
314 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2;

Completed in 106 milliseconds