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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c4938 CFURLRef destinationUrlRef; local
4955 destinationUrlRef = NULL;
5015 destinationUrlRef = create_cfurl_from_node(to_node, NULL, 0);
5016 require_action_quiet(destinationUrlRef != NULL, exit, error = EIO);
5019 require_action_quiet( !CFEqual(urlRef, destinationUrlRef), exit, error = 0);
5025 error = network_dir_is_empty(uid, destinationUrlRef);
5034 destinationUrlRef = create_cfurl_from_node(to_dir_node, to_name, to_name_length);
5035 require_action_quiet(destinationUrlRef != NULL, exit, error = EIO);
5038 require_action_quiet( !CFEqual(urlRef, destinationUrlRef), exit, error = 0);
5041 destinationRef = CFURLGetString(destinationUrlRef);
[all...]

Completed in 206 milliseconds