Searched refs:wclen (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c614 int inlen, wclen, outlen; local
630 wclen = MultiByteToWideChar(bFromUTF8 ? CP_UTF8 : CP_ACP, 0, instr,
633 wclen, NULL, 0, NULL, NULL);
638 wclen, outstr, outlen, NULL, NULL);
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_heap.c211 vc->wclen = smb_wcequiv_strlen(s);
212 vc->wcsize = vc->wclen;
220 vc->vcs->vc_length_is = vc->wclen / sizeof (smb_wchar_t);
H A Dlibndr.h391 uint16_t wclen; member in struct:ndr_vcstr

Completed in 32 milliseconds