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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c4544 int propError; local
4571 propError = 0;
4576 require_action(bodyData != NULL, CFDataCreateWithBytesNoCopy, propError = EIO);
4579 propError = send_transaction(uid, urlRef, NULL, CFSTR("PROPFIND"), bodyData,
4581 if ( propError == 0 )
4584 propError = parse_cachevalidators(responseBuffer, count, file_last_modified, &file_entity_tag);

Completed in 166 milliseconds