Home
last modified time | relevance | path

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

/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendsmb.c73 SMBCCTX *smb_context; member
387 SMBCCTX *smb_context; in do_mount() local
399 smb_context = smbc_new_context (); in do_mount()
400 if (smb_context == NULL) in do_mount()
415 smbc_setDebug (smb_context, debug_val); in do_mount()
425 smbc_setOptionUseCCache (smb_context, 1); in do_mount()
427 if (!smbc_init_context (smb_context)) in do_mount()
436 op_backend->smb_context = smb_context; in do_mount()
618 if (op_backend->smb_context == NULL) in do_unmount()
628 op_backend->smb_context = NULL; in do_unmount()
[all …]
H A Dgvfsbackendsmbbrowse.c76 SMBCCTX *smb_context; member
778 SMBCCTX *smb_context; in do_mount() local
793 smb_context = smbc_new_context (); in do_mount()
794 if (smb_context == NULL) in do_mount()
810 smbc_setDebug (smb_context, debug_val); in do_mount()
825 smbc_setOptionUseKerberos (smb_context, 1); in do_mount()
833 if (!smbc_init_context (smb_context)) in do_mount()
842 op_backend->smb_context = smb_context; in do_mount()
953 dir = smbc_opendir (smb_context, uri); in do_mount()
971 smbc_closedir (smb_context, dir); in do_mount()
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-samba.c128 auth_fn (SMBCCTX *smb_context, in deref()
199 anonymous_auth_fn (SMBCCTX *smb_context,
214 list_dir (SMBCCTX *smb_context,
233 dir = smbclient_opendir (smb_context, dirname);
319 list_dir (smb_context,
328 smbclient_closedir (smb_context, dir);
340 SMBCCTX *smb_context; in from_immdevice()
347 smb_context = smbc_new_context (); in from_immdevice()
348 if (smb_context) in from_immdevice()
350 if (smbc_init_context (smb_context)) in from_immdevice()
[all …]