Searched refs:openOptions (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/smb-759.0/lib/smb/
H A Dremount.c125 CFMutableDictionaryRef openOptions; local
129 openOptions = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
132 if (!openOptions) {
141 CFDictionarySetValue(openOptions, kNetFSForceNewSessionKey, kCFBooleanTrue);
145 CFDictionarySetValue(openOptions, kNetFSNoUserPreferencesKey, kCFBooleanTrue);
150 CFDictionarySetValue(openOptions, kNetFSAllowLoopbackKey, kCFBooleanTrue);
158 error = smb_get_server_info(ctx, NULL, openOptions, &serverParams);
184 CFDictionarySetValue( openOptions, kNetFSUseGuestKey, kCFBooleanTrue);
195 CFDictionarySetValue( openOptions, kNetFSUseAuthenticationInfoKey, kCFBooleanTrue);
196 CFDictionarySetValue(openOptions, kNetFSAuthenticationInfoKe
[all...]
H A Dmsdfs.c1807 CFMutableDictionaryRef openOptions = NULL; local
1835 openOptions = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
1838 if (!openOptions) {
1839 smb_log_info("%s creating openOptions failed, syserr = %s",
1845 CFDictionarySetValue(openOptions, kNetFSNoUserPreferencesKey,
1849 CFDictionarySetValue(openOptions, kNetFSNoUserPreferencesKey,
1857 CFDictionarySetValue(openOptions, kNetFSAllowLoopbackKey, kCFBooleanTrue);
1863 error = smb_get_server_info(newConn, url, openOptions, &serverParams);
1875 error = smb_ctx_clone(newConn, inConn, openOptions);
1882 error = smb_open_session(newConn, NULL, openOptions, NUL
[all...]
H A Dctx.c3010 CFMutableDictionaryRef openOptions)
3017 if (openOptions == NULL) {
3076 CFDictionarySetValue(openOptions, kNetFSUseAuthenticationInfoKey, kCFBooleanTrue);
3077 CFDictionarySetValue(openOptions, kNetFSAuthenticationInfoKey, authInfoDict);
3009 smb_ctx_clone(struct smb_ctx *new_ctx, struct smb_ctx *old_ctx, CFMutableDictionaryRef openOptions) argument
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dsmbclient_netfs.h123 * @param openOptions The options used for the connection and authentication.
132 CFDictionaryRef openOptions,
140 * @param openOptions The options used for the connection.
149 CFDictionaryRef openOptions,
H A Dnetfs.c162 openOptions, CFDictionaryRef *sessionInfo)
168 error = smb_open_session(hContext, url, openOptions, sessionInfo);
177 CFDictionaryRef openOptions, CFDictionaryRef *serverParms)
183 error = smb_get_server_info(hContext, url, openOptions, serverParms);
161 SMBNetFsOpenSession(CFURLRef url, SMBHANDLE inConnection, CFDictionaryRef openOptions, CFDictionaryRef *sessionInfo) argument
176 SMBNetFsGetServerInfo(CFURLRef url, SMBHANDLE inConnection, CFDictionaryRef openOptions, CFDictionaryRef *serverParms) argument
/macosx-10.10.1/smb-759.0/NetFSPlugin/
H A Dsmb_netfs.c116 CFDictionaryRef openOptions,
120 char *tmscheme = SMB_GetTraceMessageScheme(openOptions);
128 error = SMBNetFsOpenSession(url, inConnection, openOptions, sessionInfo);
145 CFDictionaryRef openOptions,
154 error = SMBNetFsGetServerInfo(url, inConnection, openOptions, serverParms);
115 SMB_OpenSession(CFURLRef url, void *inConnection, CFDictionaryRef openOptions, CFDictionaryRef *sessionInfo) argument
144 SMB_GetServerInfo(CFURLRef url, void *inConnection, CFDictionaryRef openOptions, CFDictionaryRef *serverParms) argument
/macosx-10.10.1/smb-759.0/lib/
H A Dlibtest.c379 static int do_mount(const char *mp, CFURLRef url, CFDictionaryRef openOptions, int mntflags) argument
395 error = SMBNetFsOpenSession(url, theConnection, openOptions, NULL);
1028 CFMutableDictionaryRef openOptions = NULL; local
1037 openOptions = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1038 if (!openOptions)
1044 error = SMBNetFsGetServerInfo(url, inConnection, openOptions, &serverParms);
1053 error = SMBNetFsOpenSession(url, inConnection, openOptions, NULL);
1071 if (openOptions)
1072 CFRelease(openOptions);
/macosx-10.10.1/smb-759.0/include/netsmb/
H A Dsmb_lib.h154 CFMutableDictionaryRef openOptions);
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDManager.c89 IOOptionBits openOptions; member in struct:__IOHIDManager
176 IOHIDManagerClose(manager, manager->openOptions);
479 args->manager->openOptions);
486 args->manager->openOptions);
603 manager->openOptions = options;
647 manager->openOptions = options;
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXDialog.c31 enum openOptions { enum
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c1444 enum openOptions {
1439 enum openOptions { enum
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDialog.c275 enum openOptions {
273 enum openOptions { enum

Completed in 384 milliseconds