Lines Matching defs:CFURLDownloadRef
145 void didStartCallback(CFURLDownloadRef, const void* clientInfo) in didStartCallback() argument
150 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef… in willSendRequestCallback() argument
157 void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef, CFURLAuthChallengeRef challenge, c… in didReceiveAuthenticationChallengeCallback() argument
163 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void* clientInfo) in didReceiveResponseCallback() argument
168 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByt… in willResumeWithResponseCallback() argument
174 void didReceiveDataCallback(CFURLDownloadRef, CFIndex length, const void* clientInfo) in didReceiveDataCallback() argument
179 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void* … in shouldDecodeDataOfMIMETypeCallback() argument
184 void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef, CFStringRef objectName, con… in decideDestinationWithSuggestedObjectNameCallback() argument
191 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef, const void* clientInfo) in didCreateDestinationCallback() argument
200 void didFinishCallback(CFURLDownloadRef, const void* clientInfo) in didFinishCallback() argument
205 void didFailCallback(CFURLDownloadRef, CFErrorRef error, const void* clientInfo) in didFailCallback() argument