Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_conn.c463 &vcp->vc_cp_tolocal); in smb_vc_create()
467 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_vc_create()
520 if (vcp->vc_cp_tolocal) in smb_vc_free()
521 iconv_close(vcp->vc_cp_tolocal); in smb_vc_free()
H A Dsmb_conn.h244 void * vc_cp_tolocal; /* server charset to local one (using CodePage) */ member
H A Dsmb_smb.c130 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_negotiate()
511 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_treeconnect()