Home
last modified time | relevance | path

Searched refs:vc_ucs_tolocal (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netsmb/
HDsmb_conn.c475 &vcp->vc_ucs_tolocal); in smb_vc_create()
481 vcp->vc_ucs_tolocal = NULL; in smb_vc_create()
525 if (vcp->vc_ucs_tolocal) in smb_vc_free()
526 iconv_close(vcp->vc_ucs_tolocal); in smb_vc_free()
HDsmb_conn.h246 void * vc_ucs_tolocal; /* server charset to local one (using UCS-2) */ member
HDsmb_smb.c585 vcp->vc_tolocal = vcp->vc_ucs_tolocal; in smb_smb_treeconnect()