Searched refs:wclen (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_negotiate.c | 290 int wclen; in smb_com_negotiate() local 432 wclen = smb_wcequiv_strlen(nbdomain) + sizeof (smb_wchar_t); in smb_com_negotiate() 433 wcbuf = smb_srm_zalloc(sr, wclen); in smb_com_negotiate() 434 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate() 458 wclen, in smb_com_negotiate()
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | convutf8.c | 615 int inlen, wclen, outlen; 631 wclen = MultiByteToWideChar(bFromUTF8 ? CP_UTF8 : CP_ACP, 0, instr, 634 wclen, NULL, 0, NULL, NULL); 639 wclen, outstr, outlen, NULL, NULL);
|
/titanic_44/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_heap.c | 212 vc->wclen = smb_wcequiv_strlen(s); in ndr_heap_mkvcs() 213 vc->wcsize = vc->wclen; in ndr_heap_mkvcs() 221 vc->vcs->vc_length_is = vc->wclen / sizeof (smb_wchar_t); in ndr_heap_mkvcs()
|
H A D | libmlrpc.h | 382 uint16_t wclen; member
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 301 const char *wildcard, int wclen) in smbfs_xa_findopen() argument 358 ctx->f_wclen = wclen; in smbfs_xa_findopen()
|
H A D | smbfs_subr.h | 196 int smbfs_smb_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
|
H A D | smbfs_smb.c | 1819 const char *wildcard, int wclen, uint16_t attr) in smbfs_smb_findopenLM1() argument 1825 if (wclen == 1 && wildcard[0] == '*') { in smbfs_smb_findopenLM1() 1830 ctx->f_wclen = wclen; in smbfs_smb_findopenLM1() 2045 const char *wildcard, int wclen, uint16_t attr) in smbfs_smb_findopenLM2() argument 2058 ctx->f_wclen = wclen; in smbfs_smb_findopenLM2()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | netlogon.ndl | 108 WORD wclen;
|
H A D | winreg.ndl | 141 WORD wclen;
|
H A D | samrpc.ndl | 264 WORD wclen;
|