Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netsmb/
Dsmb_conn.c472 &vcp->vc_ucs_tolocal); in smb_vc_create()
478 vcp->vc_ucs_tolocal = NULL; in smb_vc_create()
522 if (vcp->vc_ucs_tolocal) in smb_vc_free()
523 iconv_close(vcp->vc_ucs_tolocal); in smb_vc_free()
Dsmb_conn.h248 void * vc_ucs_tolocal; /* server charset to local one (using UCS-2) */ member
Dsmb_smb.c587 vcp->vc_tolocal = vcp->vc_ucs_tolocal; in smb_smb_treeconnect()