- Timestamp:
- Sep 12, 2018 12:26:16 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r74142 r74220 1907 1907 # 1908 1908 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64) 1909 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def r3/win/VBoxRT-win64.def)1909 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def VBox/VBoxRTImp-vcc64.def r3/win/VBoxRT-win64.def) 1910 1910 else ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86) 1911 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def r3/win/VBoxRT-win32.def)1911 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def VBox/VBoxRTImp-vcc32.def r3/win/VBoxRT-win32.def) 1912 1912 else 1913 1913 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def) -
trunk/src/VBox/Runtime/VBox/VBoxRTImp.def
r72140 r74220 253 253 RTAvlrooGCPtrRemove 254 254 RTBase64Decode 255 RTBase64DecodeEx 255 256 RTBase64DecodedSize 257 RTBase64DecodedSizeEx 256 258 RTBase64Encode 259 RTBase64EncodeEx 257 260 RTBase64EncodedLength 261 RTBase64EncodedLengthEx 258 262 RTBldCfgCompiler 259 263 RTBldCfgRevision … … 299 303 RTCritSectLeave 300 304 RTCritSectLeaveMultiple 305 RTCritSectRwDelete 306 RTCritSectRwEnterExcl 307 RTCritSectRwEnterExclDebug 308 RTCritSectRwEnterShared 309 RTCritSectRwEnterSharedDebug 310 RTCritSectRwGetReadCount 311 RTCritSectRwGetWriteRecursion 312 RTCritSectRwGetWriterReadRecursion 313 RTCritSectRwInit 314 RTCritSectRwInitEx 315 RTCritSectRwIsReadOwner 316 RTCritSectRwIsWriteOwner 317 RTCritSectRwLeaveExcl 318 RTCritSectRwLeaveShared 319 RTCritSectRwSetSubClass 320 RTCritSectRwTryEnterExcl 321 RTCritSectRwTryEnterExclDebug 322 RTCritSectRwTryEnterShared 323 RTCritSectRwTryEnterSharedDebug 301 324 RTCritSectSetSubClass 302 325 RTCritSectTryEnter 303 326 RTCritSectTryEnterDebug 327 RTCrDigestClone 328 RTCrDigestCreate 329 RTCrDigestCreateByObjId 330 RTCrDigestCreateByObjIdString 331 RTCrDigestCreateByType 332 RTCrDigestFinal 333 RTCrDigestFindByObjId 334 RTCrDigestFindByObjIdString 335 RTCrDigestFindByType 336 RTCrDigestGetAlgorithmOid 337 RTCrDigestGetConsumedSize 338 RTCrDigestGetFlags 339 RTCrDigestGetHash 340 RTCrDigestGetHashSize 341 RTCrDigestGetType 342 RTCrDigestIsFinalized 343 RTCrDigestMatch 344 RTCrDigestRelease 345 RTCrDigestReset 346 RTCrDigestRetain 347 RTCrDigestTypeToAlgorithmOid 348 RTCrDigestTypeToHashSize 349 RTCrDigestTypeToName 350 RTCrDigestUpdate 351 RTCrDigestUpdateFromVfsFile 352 RTCrKeyCreateFromBuffer 353 RTCrKeyCreateFromFile 354 RTCrKeyCreateFromPublicAlgorithmAndBits 355 RTCrKeyCreateFromSubjectPublicKeyInfo 356 RTCrKeyGetBitCount 357 RTCrKeyGetType 358 RTCrKeyHasPrivatePart 359 RTCrKeyHasPublicPart 360 RTCrKeyRelease 361 RTCrKeyRetain 362 RTCrPkixGetCiperOidFromSignatureAlgorithm 363 RTCrPkixPubKeySignDigest 364 RTCrPkixPubKeyVerifySignature 365 RTCrPkixPubKeyVerifySignedDigest 366 RTCrPkixPubKeyVerifySignedDigestByCertPubKeyInfo 367 RTCrPkixSignatureCreate 368 RTCrPkixSignatureCreateByObjId 369 RTCrPkixSignatureCreateByObjIdString 370 RTCrPkixSignatureRelease 371 RTCrPkixSignatureRetain 372 RTCrPkixSignatureSign 373 RTCrPkixSignatureVerify 374 RTCrPkixSignatureVerifyBitString 375 RTCrPkixSignatureVerifyOctetString 304 376 RTDbgAsCreate 305 377 RTDbgAsCreateF … … 504 576 RTHeapSimpleRelocate 505 577 RTHeapSimpleSize 506 RTIsoFsClose 507 RTIsoFsExtractFile 508 RTIsoFsGetFileInfo 509 RTIsoFsOpen 578 RTHttpAbort 579 RTHttpAddHeader 580 RTHttpCreate 581 RTHttpDestroy 582 RTHttpFreeResponse 583 RTHttpFreeResponseText 584 RTHttpGatherCaCertsInFile 585 RTHttpGatherCaCertsInStore 586 RTHttpGetBinary 587 RTHttpGetByOrdinal 588 RTHttpGetFile 589 RTHttpGetHeader 590 RTHttpGetHeaderBinary 591 RTHttpGetHeaderCount 592 RTHttpGetHeaderText 593 RTHttpGetRedirLocation 594 RTHttpGetText 595 RTHttpMethodName 596 RTHttpPerform 597 RTHttpReset 598 RTHttpSetCAFile 599 RTHttpSetDownloadCallback 600 RTHttpSetDownloadProgressCallback 601 RTHttpSetFollowRedirects 602 RTHttpSetHeaders 603 RTHttpSetProxy 604 RTHttpSetUploadCallback 605 RTHttpSignHeaders 606 RTHttpUseSystemProxySettings 607 RTHttpUseTemporaryCaFile 608 RTJsonIteratorBegin 609 RTJsonIteratorBeginArray 610 RTJsonIteratorBeginObject 611 RTJsonIteratorFree 612 RTJsonIteratorNext 613 RTJsonIteratorQueryValue 614 RTJsonParseFromBuf 615 RTJsonParseFromFile 616 RTJsonParseFromString 617 RTJsonValueGetArraySize 618 RTJsonValueGetString 619 RTJsonValueGetType 620 RTJsonValueQueryArraySize 621 RTJsonValueQueryBooleanByName 622 RTJsonValueQueryByIndex 623 RTJsonValueQueryByName 624 RTJsonValueQueryInteger 625 RTJsonValueQueryIntegerByName 626 RTJsonValueQueryNumber 627 RTJsonValueQueryNumberByName 628 RTJsonValueQueryString 629 RTJsonValueQueryStringByName 630 RTJsonValueRelease 631 RTJsonValueRetain 632 RTJsonValueTypeName 510 633 RTLatin1CalcUtf16Len 511 634 RTLatin1CalcUtf16LenEx … … 920 1043 RTReqSubmit 921 1044 RTReqWait 922 RTS3BucketsDestroy923 RTS3Create924 RTS3CreateBucket925 RTS3DeleteBucket926 RTS3DeleteKey927 RTS3Destroy928 RTS3GetBucketKeys929 RTS3GetBuckets930 RTS3GetKey931 RTS3KeysDestroy932 RTS3PutKey933 RTS3SetProgressCallback934 1045 RTSemEventAddSignaller 935 1046 RTSemEventCreate … … 1073 1184 RTStrCacheDestroy 1074 1185 RTStrCacheEnter 1186 RTStrCacheEnterLower 1187 RTStrCacheEnterLowerN 1075 1188 RTStrCacheEnterN 1189 RTStrCacheGetStats 1190 RTStrCacheIsRealImpl 1076 1191 RTStrCacheLength 1077 1192 RTStrCacheRelease … … 1083 1198 RTStrCat 1084 1199 RTStrCatEx 1200 RTStrCatP 1201 RTStrCatPEx 1085 1202 RTStrCmp 1086 1203 RTStrConvertHexBytes 1087 1204 RTStrCopy 1088 1205 RTStrCopyEx 1206 RTStrCopyP 1207 RTStrCopyPEx 1089 1208 RTStrCurrentCPToUtf8Tag 1090 1209 RTStrDupExTag … … 1093 1212 RTStrFormat 1094 1213 RTStrFormatNumber 1214 RTStrFormatR80 1215 RTStrFormatR80u2 1095 1216 RTStrFormatTypeDeregister 1096 1217 RTStrFormatTypeRegister 1097 1218 RTStrFormatTypeSetUser 1219 RTStrFormatU128 1220 RTStrFormatU16 1221 RTStrFormatU256 1222 RTStrFormatU32 1223 RTStrFormatU512 1224 RTStrFormatU64 1225 RTStrFormatU8 1098 1226 RTStrFormatV 1099 1227 RTStrFree … … 1101 1229 RTStrGetCpInternal 1102 1230 RTStrGetCpNExInternal 1231 RTStrHash1 1232 RTStrHash1ExN 1233 RTStrHash1ExNV 1234 RTStrHash1N 1103 1235 RTStrICmp 1236 RTStrICmpAscii 1237 RTStrIStartsWith 1104 1238 RTStrIStr 1239 RTStrIsCaseFoldable 1240 RTStrIsLowerCased 1241 RTStrIsUpperCased 1105 1242 RTStrIsValidEncoding 1106 1243 RTStrNCmp 1107 1244 RTStrNICmp 1245 RTStrNICmpAscii 1108 1246 RTStrNLen 1109 1247 RTStrNLenEx … … 1111 1249 RTStrPrintHexBytes 1112 1250 RTStrPrintf 1251 RTStrPrintf2 1252 RTStrPrintf2Ex 1253 RTStrPrintf2ExV 1254 RTStrPrintf2V 1113 1255 RTStrPrintfEx 1114 1256 RTStrPrintfExV 1115 1257 RTStrPrintfV 1258 RTStrPurgeComplementSet 1116 1259 RTStrPurgeEncoding 1117 1260 RTStrPutCpInternal … … 1123 1266 RTStrSpaceEnumerate 1124 1267 RTStrSpaceGet 1268 RTStrSpaceGetN 1125 1269 RTStrSpaceInsert 1126 1270 RTStrSpaceRemove 1271 RTStrStartsWith 1127 1272 RTStrStr 1128 1273 RTStrStrip … … 1159 1304 RTStrToUniEx 1160 1305 RTStrToUpper 1306 RTStrToUtf16BigExTag 1307 RTStrToUtf16BigTag 1161 1308 RTStrToUtf16ExTag 1162 1309 RTStrToUtf16Tag … … 1428 1575 RTVfsChainOpenIoStream 1429 1576 RTVfsChainSpecFree 1577 RTVfsDirCreateDir 1578 RTVfsDirFromRTDir 1579 RTVfsDirOpen 1580 RTVfsDirOpenDir 1581 RTVfsDirOpenFile 1582 RTVfsDirOpenFileAsIoStream 1583 RTVfsDirOpenNormal 1584 RTVfsDirOpenObj 1585 RTVfsDirQueryPathInfo 1586 RTVfsDirReadEx 1430 1587 RTVfsDirRelease 1588 RTVfsDirRemoveDir 1431 1589 RTVfsDirRetain 1590 RTVfsDirRetainDebug 1591 RTVfsFileFlush 1592 RTVfsFileFromBuffer 1432 1593 RTVfsFileFromRTFile 1594 RTVfsFileGetMaxSize 1595 RTVfsFileGetOpenFlags 1596 RTVfsFileGetSize 1433 1597 RTVfsFileOpen 1598 RTVfsFileOpenNormal 1599 RTVfsFilePoll 1600 RTVfsFileQueryInfo 1601 RTVfsFileQueryMaxSize 1602 RTVfsFileRead 1603 RTVfsFileReadAt 1434 1604 RTVfsFileRelease 1435 1605 RTVfsFileRetain 1606 RTVfsFileRetainDebug 1436 1607 RTVfsFileSeek 1608 RTVfsFileSetSize 1609 RTVfsFileSgRead 1610 RTVfsFileSgWrite 1611 RTVfsFileTell 1437 1612 RTVfsFileToIoStream 1613 RTVfsFileWrite 1614 RTVfsFileWriteAt 1438 1615 RTVfsFsStrmNext 1439 1616 RTVfsFsStrmQueryInfo … … 1442 1619 RTVfsIoStreamToPrivate 1443 1620 RTVfsIoStrmFlush 1621 RTVfsIoStrmFromBuffer 1444 1622 RTVfsIoStrmFromRTFile 1623 RTVfsIoStrmFromRTPipe 1445 1624 RTVfsIoStrmFromStdHandle 1625 RTVfsIoStrmGetOpenFlags 1446 1626 RTVfsIoStrmIsAtEnd 1627 RTVfsIoStrmOpenNormal 1447 1628 RTVfsIoStrmPoll 1448 1629 RTVfsIoStrmQueryInfo 1449 1630 RTVfsIoStrmRead 1631 RTVfsIoStrmReadAll 1632 RTVfsIoStrmReadAllFree 1633 RTVfsIoStrmReadAt 1450 1634 RTVfsIoStrmRelease 1451 1635 RTVfsIoStrmRetain 1636 RTVfsIoStrmRetainDebug 1452 1637 RTVfsIoStrmSgRead 1453 1638 RTVfsIoStrmSgWrite … … 1455 1640 RTVfsIoStrmTell 1456 1641 RTVfsIoStrmToFile 1642 RTVfsIoStrmValidateUtf8Encoding 1457 1643 RTVfsIoStrmWrite 1644 RTVfsIoStrmWriteAt 1458 1645 RTVfsIoStrmZeroFill 1459 1646 RTVfsLockAcquireReadSlow … … 1525 1712 SUPR3TracerIoCtl 1526 1713 1714 ; Very temporary stuff: 1715 RTHttpRawGetResponseCode 1716 RTHttpRawPerform 1717 RTHttpRawSetCustomRequest 1718 RTHttpRawSetDelete 1719 RTHttpRawSetGet 1720 RTHttpRawSetHead 1721 RTHttpRawSetInfileSize 1722 RTHttpRawSetPost 1723 RTHttpRawSetPostFields 1724 RTHttpRawSetPut 1725 RTHttpRawSetReadCallback 1726 RTHttpRawSetTimeout 1727 RTHttpRawSetUrl 1728 RTHttpRawSetVerbose 1729 RTHttpRawSetWriteCallback 1730 RTHttpRawSetWriteHeaderCallback 1731
Note:
See TracChangeset
for help on using the changeset viewer.