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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c69 static CFStringRef mount_password = NULL; variable
217 if ( mount_password != NULL )
219 CFRetain(mount_password);
221 *password = mount_password;
1001 mount_password = CFStringCreateWithCString(kCFAllocatorDefault, password, kCFStringEncodingUTF8);
1002 require_action(mount_password != NULL, CFStringCreateWithCString, result = ENOMEM);

Completed in 58 milliseconds