- Timestamp:
- Mar 20, 2020 9:22:33 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r82968 r83355 223 223 /** @name Upload callback 224 224 * @{ */ 225 /** Pointer to the download callback function, if any. */225 /** Pointer to the upload callback function, if any. */ 226 226 PFNRTHTTPUPLOADCALLBACK pfnUploadCallback; 227 227 /** The user argument for the upload callback function. */ … … 3214 3214 { 3215 3215 int rc = pThis->pfnDownloadCallback(pThis, pchBuf, cbBuf, pThis->uDownloadHttpStatus, pThis->offDownloadContent, 3216 pThis->cbDownloadContent, pThis->pv UploadCallbackUser);3216 pThis->cbDownloadContent, pThis->pvDownloadCallbackUser); 3217 3217 if (RT_SUCCESS(rc)) 3218 3218 { /* likely */ }
Note:
See TracChangeset
for help on using the changeset viewer.