Changeset 90839 in vbox
- Timestamp:
- Aug 24, 2021 11:36:54 AM (3 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1.h
r85224 r90839 316 316 * 317 317 * @returns IPRT status code. 318 * @param p bBuf Pointer to the bytes to output.318 * @param pvBuf Pointer to the bytes to output. 319 319 * @param cbToWrite The number of bytes to write. 320 320 * @param pvUser Callback user parameter. -
trunk/include/iprt/http.h
r87004 r90839 488 488 * @param hHttp The HTTP client handle. 489 489 * @param pvUser The user parameter specified when registering the callback. 490 * @param cbDow loadTotalThe content-length value, if available.490 * @param cbDownloadTotal The content-length value, if available. 491 491 * Warning! Not entirely clear what it will be if 492 492 * unavailable, probably 0. 493 * @param cbDow loadedHow much was downloaded thus far.493 * @param cbDownloaded How much was downloaded thus far. 494 494 */ 495 495 typedef DECLCALLBACKTYPE(void, FNRTHTTPDOWNLDPROGRCALLBACK,(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal, -
trunk/include/iprt/sort.h
r85121 r90839 56 56 * Sorter function for an array of variable sized elementes. 57 57 * 58 * @param p apvArrayThe array to sort.58 * @param pvArray The array to sort. 59 59 * @param cElements The number of elements in the array. 60 60 * @param cbElement The size of an array element.
Note:
See TracChangeset
for help on using the changeset viewer.