Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netsmb/
Dsmb_conn.c461 &vcp->vc_cp_tolocal); in smb_vc_create()
465 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_vc_create()
518 if (vcp->vc_cp_tolocal) in smb_vc_free()
519 iconv_close(vcp->vc_cp_tolocal); in smb_vc_free()
Dsmb_conn.h246 void * vc_cp_tolocal; /* server charset to local one (using CodePage) */ member
Dsmb_smb.c133 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_negotiate()
514 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_treeconnect()