VirtualBox

source: vbox/trunk/src/VBox/Runtime/VBox/VBoxRTImp.def@ 76527

Last change on this file since 76527 was 75879, checked in by vboxsync, 6 years ago

Runtime: Introduce RTShMem* API for accessing shared memory objects with implementations for POSIX (via shm_*) and Windows (via CreateFileMapping)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 54.5 KB
Line 
1; $Id: VBoxRTImp.def 75879 2018-12-02 18:39:16Z vboxsync $
2;; @file
3; VirtualBox Runtime DLL - Stable Interface Definition file.
4;
5
6;
7; Copyright (C) 2010-2018 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17; The contents of this file may alternatively be used under the terms
18; of the Common Development and Distribution License Version 1.0
19; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20; VirtualBox OSE distribution, in which case the provisions of the
21; CDDL are applicable instead of those of the GPL.
22;
23; You may elect to license modified versions of this file under the
24; terms and conditions of either the GPL or the CDDL or both.
25;
26
27LIBRARY VBoxRT.dll
28EXPORTS
29 ; data
30 g_aRTUniFlagsRanges DATA
31 g_aRTUniLowerRanges DATA
32 g_aRTUniUpperRanges DATA
33 ;g_fRTAlignmentChecks DATA - depends on build type, is internal, so not stable.
34 g_pSUPGlobalInfoPage DATA
35 g_pStdErr DATA
36 g_pStdIn DATA
37 g_pStdOut DATA
38 g_pszRTAssertExpr DATA
39 g_pszRTAssertFile DATA
40 g_pszRTAssertFunction DATA
41 g_szRTAssertMsg1 DATA
42 g_szRTAssertMsg2 DATA
43 g_u32RTAssertLine DATA
44 g_RTAsn1BitString_Vtable DATA
45 g_RTAsn1Boolean_Vtable DATA
46 g_RTAsn1Core_Vtable DATA
47 g_RTAsn1DefaultAllocator DATA
48 g_RTAsn1EFenceAllocator DATA
49 g_RTAsn1Integer_Vtable DATA
50 g_RTAsn1Null_Vtable DATA
51 g_RTAsn1ObjId_Vtable DATA
52 g_RTAsn1OctetString_Vtable DATA
53 g_RTAsn1SaferAllocator DATA
54 g_RTAsn1String_Vtable DATA
55 g_RTAsn1Time_Vtable DATA
56 g_aRTCrX509CertificateMarkers DATA
57 g_cRTCrX509CertificateMarkers DATA
58
59
60 ; code
61 ASMAtomicCmpXchgU8 ; not-some-systems...
62 ASMAtomicCmpXchgU16 ; not-some-systems...
63 ASMAtomicCmpXchgExU64 ; not-some-systems...
64 ASMAtomicCmpXchgU64 ; not-some-systems...
65 ASMAtomicReadU64 ; not-some-systems...
66 ASMAtomicUoReadU64 ; not-some-systems...
67 ASMAtomicXchgU16 ; not-some-systems...
68 ASMAtomicXchgU64 ; not-some-systems...
69
70 RTAsn1BitString_AreContentBitsValid
71 RTAsn1BitString_CheckSanity
72 RTAsn1BitString_Clone
73 RTAsn1BitString_Compare
74 RTAsn1BitString_DecodeAsn1
75 RTAsn1BitString_DecodeAsn1Ex
76 RTAsn1BitString_Delete
77 RTAsn1BitString_Enum
78 RTAsn1BitString_GetAsUInt64
79 RTAsn1BitString_Init
80 RTAsn1BitString_RefreshContent
81 RTAsn1BmpString_CheckSanity
82 RTAsn1BmpString_Clone
83 RTAsn1BmpString_Compare
84 RTAsn1BmpString_DecodeAsn1
85 RTAsn1BmpString_Delete
86 RTAsn1BmpString_Enum
87 RTAsn1BmpString_Init
88 RTAsn1Boolean_CheckSanity
89 RTAsn1Boolean_Clone
90 RTAsn1Boolean_Compare
91 RTAsn1Boolean_DecodeAsn1
92 RTAsn1Boolean_Delete
93 RTAsn1Boolean_Enum
94 RTAsn1Boolean_Init
95 RTAsn1Boolean_InitDefault
96 RTAsn1Boolean_Set
97 RTAsn1ContentAllocZ
98 RTAsn1ContentDup
99 RTAsn1ContentFree
100 RTAsn1ContentReallocZ
101 RTAsn1ContextTagN_Clone
102 RTAsn1ContextTagN_Init
103 RTAsn1Core_ChangeTag
104 RTAsn1Core_CheckSanity
105 RTAsn1Core_Clone
106 RTAsn1Core_CloneContent
107 RTAsn1Core_CloneNoContent
108 RTAsn1Core_Compare
109 RTAsn1Core_CompareEx
110 RTAsn1Core_DecodeAsn1
111 RTAsn1Core_Delete
112 RTAsn1Core_Enum
113 RTAsn1Core_Init
114 RTAsn1Core_InitDefault
115 RTAsn1Core_InitEx
116 RTAsn1Core_ResetImplict
117 RTAsn1Core_SetTagAndFlags
118 RTAsn1CursorCheckEnd
119 RTAsn1CursorCheckSeqEnd
120 RTAsn1CursorCheckSetEnd
121 RTAsn1CursorGetBitString
122 RTAsn1CursorGetBitStringEx
123 RTAsn1CursorGetBmpString
124 RTAsn1CursorGetBoolean
125 RTAsn1CursorGetContextTagNCursor
126 RTAsn1CursorGetCore
127 RTAsn1CursorGetDynType
128 RTAsn1CursorGetIa5String
129 RTAsn1CursorGetInteger
130 RTAsn1CursorGetNull
131 RTAsn1CursorGetObjId
132 RTAsn1CursorGetOctetString
133 RTAsn1CursorGetSequenceCursor
134 RTAsn1CursorGetSetCursor
135 RTAsn1CursorGetString
136 RTAsn1CursorGetTime
137 RTAsn1CursorGetUtf8String
138 RTAsn1CursorInitAllocation
139 RTAsn1CursorInitArrayAllocation
140 RTAsn1CursorInitPrimary
141 RTAsn1CursorInitSub
142 RTAsn1CursorInitSubFromCore
143 RTAsn1CursorIsEnd
144 RTAsn1CursorIsNextEx
145 RTAsn1CursorMatchTagClassFlagsEx
146 RTAsn1CursorPeek
147 RTAsn1CursorReadHdr
148 RTAsn1CursorSetInfo
149 RTAsn1CursorSetInfoV
150 RTAsn1Dummy_InitEx
151 RTAsn1Dump
152 RTAsn1DynType_CheckSanity
153 RTAsn1DynType_Clone
154 RTAsn1DynType_Compare
155 RTAsn1DynType_DecodeAsn1
156 RTAsn1DynType_Delete
157 RTAsn1DynType_Enum
158 RTAsn1DynType_Init
159 RTAsn1EncodePrepare
160 RTAsn1EncodeRecalcHdrSize
161 RTAsn1EncodeToBuffer
162 RTAsn1EncodeWrite
163 RTAsn1EncodeWriteHeader
164 RTAsn1GeneralString_CheckSanity
165 RTAsn1GeneralString_Clone
166 RTAsn1GeneralString_Compare
167 RTAsn1GeneralString_DecodeAsn1
168 RTAsn1GeneralString_Delete
169 RTAsn1GeneralString_Enum
170 RTAsn1GeneralString_Init
171 RTAsn1GeneralizedTime_CheckSanity
172 RTAsn1GeneralizedTime_Clone
173 RTAsn1GeneralizedTime_Compare
174 RTAsn1GeneralizedTime_DecodeAsn1
175 RTAsn1GeneralizedTime_Delete
176 RTAsn1GeneralizedTime_Enum
177 RTAsn1GeneralizedTime_Init
178 RTAsn1GraphicString_CheckSanity
179 RTAsn1GraphicString_Clone
180 RTAsn1GraphicString_Compare
181 RTAsn1GraphicString_DecodeAsn1
182 RTAsn1GraphicString_Delete
183 RTAsn1GraphicString_Enum
184 RTAsn1GraphicString_Init
185 RTAsn1Ia5String_CheckSanity
186 RTAsn1Ia5String_Clone
187 RTAsn1Ia5String_Compare
188 RTAsn1Ia5String_DecodeAsn1
189 RTAsn1Ia5String_Delete
190 RTAsn1Ia5String_Enum
191 RTAsn1Ia5String_Init
192 RTAsn1Integer_CheckSanity
193 RTAsn1Integer_Clone
194 RTAsn1Integer_Compare
195 RTAsn1Integer_DecodeAsn1
196 RTAsn1Integer_Delete
197 RTAsn1Integer_Enum
198 RTAsn1Integer_FromBigNum
199 RTAsn1Integer_Init
200 RTAsn1Integer_InitDefault
201 RTAsn1Integer_InitU64
202 RTAsn1Integer_ToBigNum
203 RTAsn1Integer_ToString
204 RTAsn1Integer_UnsignedCompare
205 RTAsn1Integer_UnsignedCompareWithU32
206 RTAsn1Integer_UnsignedCompareWithU64
207 RTAsn1Integer_UnsignedLastBit
208 RTAsn1MemAllocZ
209 RTAsn1MemDup
210 RTAsn1MemFree
211 RTAsn1MemFreeArray
212 RTAsn1MemInitAllocation
213 RTAsn1MemInitArrayAllocation
214 RTAsn1MemResizeArray
215 RTAsn1Null_CheckSanity
216 RTAsn1Null_Clone
217 RTAsn1Null_Compare
218 RTAsn1Null_DecodeAsn1
219 RTAsn1Null_Delete
220 RTAsn1Null_Enum
221 RTAsn1Null_Init
222 RTAsn1NumericString_CheckSanity
223 RTAsn1NumericString_Clone
224 RTAsn1NumericString_Compare
225 RTAsn1NumericString_DecodeAsn1
226 RTAsn1NumericString_Delete
227 RTAsn1NumericString_Enum
228 RTAsn1NumericString_Init
229 RTAsn1ObjIdCountComponents
230 RTAsn1ObjIdGetComponentsAsUInt32
231 RTAsn1ObjIdGetLastComponentsAsUInt32
232 RTAsn1ObjId_CheckSanity
233 RTAsn1ObjId_Clone
234 RTAsn1ObjId_Compare
235 RTAsn1ObjId_CompareWithString
236 RTAsn1ObjId_DecodeAsn1
237 RTAsn1ObjId_Delete
238 RTAsn1ObjId_Enum
239 RTAsn1ObjId_Init
240 RTAsn1ObjId_InitFromString
241 RTAsn1ObjId_StartsWith
242 RTAsn1OctetString_AreContentBytesValid
243 RTAsn1OctetString_CheckSanity
244 RTAsn1OctetString_Clone
245 RTAsn1OctetString_Compare
246 RTAsn1OctetString_DecodeAsn1
247 RTAsn1OctetString_Delete
248 RTAsn1OctetString_Enum
249 RTAsn1OctetString_Init
250 RTAsn1OctetString_RefreshContent
251 RTAsn1PrintableString_CheckSanity
252 RTAsn1PrintableString_Clone
253 RTAsn1PrintableString_Compare
254 RTAsn1PrintableString_DecodeAsn1
255 RTAsn1PrintableString_Delete
256 RTAsn1PrintableString_Enum
257 RTAsn1PrintableString_Init
258 RTAsn1QueryObjIdName
259 RTAsn1SeqOfBitStrings_CheckSanity
260 RTAsn1SeqOfBitStrings_Clone
261 RTAsn1SeqOfBitStrings_Compare
262 RTAsn1SeqOfBitStrings_DecodeAsn1
263 RTAsn1SeqOfBitStrings_Delete
264 RTAsn1SeqOfBitStrings_Enum
265 RTAsn1SeqOfBitStrings_Erase
266 RTAsn1SeqOfBitStrings_Init
267 RTAsn1SeqOfBitStrings_InsertEx
268 RTAsn1SeqOfBooleans_CheckSanity
269 RTAsn1SeqOfBooleans_Clone
270 RTAsn1SeqOfBooleans_Compare
271 RTAsn1SeqOfBooleans_DecodeAsn1
272 RTAsn1SeqOfBooleans_Delete
273 RTAsn1SeqOfBooleans_Enum
274 RTAsn1SeqOfBooleans_Erase
275 RTAsn1SeqOfBooleans_Init
276 RTAsn1SeqOfBooleans_InsertEx
277 RTAsn1SeqOfCore_Clone
278 RTAsn1SeqOfCore_Init
279 RTAsn1SeqOfCores_CheckSanity
280 RTAsn1SeqOfCores_Clone
281 RTAsn1SeqOfCores_Compare
282 RTAsn1SeqOfCores_DecodeAsn1
283 RTAsn1SeqOfCores_Delete
284 RTAsn1SeqOfCores_Enum
285 RTAsn1SeqOfCores_Erase
286 RTAsn1SeqOfCores_Init
287 RTAsn1SeqOfCores_InsertEx
288 RTAsn1SeqOfIntegers_CheckSanity
289 RTAsn1SeqOfIntegers_Clone
290 RTAsn1SeqOfIntegers_Compare
291 RTAsn1SeqOfIntegers_DecodeAsn1
292 RTAsn1SeqOfIntegers_Delete
293 RTAsn1SeqOfIntegers_Enum
294 RTAsn1SeqOfIntegers_Erase
295 RTAsn1SeqOfIntegers_Init
296 RTAsn1SeqOfIntegers_InsertEx
297 RTAsn1SeqOfObjIds_CheckSanity
298 RTAsn1SeqOfObjIds_Clone
299 RTAsn1SeqOfObjIds_Compare
300 RTAsn1SeqOfObjIds_DecodeAsn1
301 RTAsn1SeqOfObjIds_Delete
302 RTAsn1SeqOfObjIds_Enum
303 RTAsn1SeqOfObjIds_Erase
304 RTAsn1SeqOfObjIds_Init
305 RTAsn1SeqOfObjIds_InsertEx
306 RTAsn1SeqOfOctetStrings_CheckSanity
307 RTAsn1SeqOfOctetStrings_Clone
308 RTAsn1SeqOfOctetStrings_Compare
309 RTAsn1SeqOfOctetStrings_DecodeAsn1
310 RTAsn1SeqOfOctetStrings_Delete
311 RTAsn1SeqOfOctetStrings_Enum
312 RTAsn1SeqOfOctetStrings_Erase
313 RTAsn1SeqOfOctetStrings_Init
314 RTAsn1SeqOfOctetStrings_InsertEx
315 RTAsn1SeqOfStrings_CheckSanity
316 RTAsn1SeqOfStrings_Clone
317 RTAsn1SeqOfStrings_Compare
318 RTAsn1SeqOfStrings_DecodeAsn1
319 RTAsn1SeqOfStrings_Delete
320 RTAsn1SeqOfStrings_Enum
321 RTAsn1SeqOfStrings_Erase
322 RTAsn1SeqOfStrings_Init
323 RTAsn1SeqOfStrings_InsertEx
324 RTAsn1SeqOfTimes_CheckSanity
325 RTAsn1SeqOfTimes_Clone
326 RTAsn1SeqOfTimes_Compare
327 RTAsn1SeqOfTimes_DecodeAsn1
328 RTAsn1SeqOfTimes_Delete
329 RTAsn1SeqOfTimes_Enum
330 RTAsn1SeqOfTimes_Erase
331 RTAsn1SeqOfTimes_Init
332 RTAsn1SeqOfTimes_InsertEx
333 RTAsn1SequenceCore_Clone
334 RTAsn1SequenceCore_Init
335 RTAsn1SetCore_Clone
336 RTAsn1SetCore_Init
337 RTAsn1SetOfBitStrings_CheckSanity
338 RTAsn1SetOfBitStrings_Clone
339 RTAsn1SetOfBitStrings_Compare
340 RTAsn1SetOfBitStrings_DecodeAsn1
341 RTAsn1SetOfBitStrings_Delete
342 RTAsn1SetOfBitStrings_Enum
343 RTAsn1SetOfBitStrings_Erase
344 RTAsn1SetOfBitStrings_Init
345 RTAsn1SetOfBitStrings_InsertEx
346 RTAsn1SetOfBooleans_CheckSanity
347 RTAsn1SetOfBooleans_Clone
348 RTAsn1SetOfBooleans_Compare
349 RTAsn1SetOfBooleans_DecodeAsn1
350 RTAsn1SetOfBooleans_Delete
351 RTAsn1SetOfBooleans_Enum
352 RTAsn1SetOfBooleans_Erase
353 RTAsn1SetOfBooleans_Init
354 RTAsn1SetOfBooleans_InsertEx
355 RTAsn1SetOfCore_Clone
356 RTAsn1SetOfCore_Init
357 RTAsn1SetOfCores_CheckSanity
358 RTAsn1SetOfCores_Clone
359 RTAsn1SetOfCores_Compare
360 RTAsn1SetOfCores_DecodeAsn1
361 RTAsn1SetOfCores_Delete
362 RTAsn1SetOfCores_Enum
363 RTAsn1SetOfCores_Erase
364 RTAsn1SetOfCores_Init
365 RTAsn1SetOfCores_InsertEx
366 RTAsn1SetOfIntegers_CheckSanity
367 RTAsn1SetOfIntegers_Clone
368 RTAsn1SetOfIntegers_Compare
369 RTAsn1SetOfIntegers_DecodeAsn1
370 RTAsn1SetOfIntegers_Delete
371 RTAsn1SetOfIntegers_Enum
372 RTAsn1SetOfIntegers_Erase
373 RTAsn1SetOfIntegers_Init
374 RTAsn1SetOfIntegers_InsertEx
375 RTAsn1SetOfObjIdSeqs_CheckSanity
376 RTAsn1SetOfObjIdSeqs_Clone
377 RTAsn1SetOfObjIdSeqs_Compare
378 RTAsn1SetOfObjIdSeqs_DecodeAsn1
379 RTAsn1SetOfObjIdSeqs_Delete
380 RTAsn1SetOfObjIdSeqs_Enum
381 RTAsn1SetOfObjIdSeqs_Erase
382 RTAsn1SetOfObjIdSeqs_Init
383 RTAsn1SetOfObjIdSeqs_InsertEx
384 RTAsn1SetOfObjIds_CheckSanity
385 RTAsn1SetOfObjIds_Clone
386 RTAsn1SetOfObjIds_Compare
387 RTAsn1SetOfObjIds_DecodeAsn1
388 RTAsn1SetOfObjIds_Delete
389 RTAsn1SetOfObjIds_Enum
390 RTAsn1SetOfObjIds_Erase
391 RTAsn1SetOfObjIds_Init
392 RTAsn1SetOfObjIds_InsertEx
393 RTAsn1SetOfOctetStrings_CheckSanity
394 RTAsn1SetOfOctetStrings_Clone
395 RTAsn1SetOfOctetStrings_Compare
396 RTAsn1SetOfOctetStrings_DecodeAsn1
397 RTAsn1SetOfOctetStrings_Delete
398 RTAsn1SetOfOctetStrings_Enum
399 RTAsn1SetOfOctetStrings_Erase
400 RTAsn1SetOfOctetStrings_Init
401 RTAsn1SetOfOctetStrings_InsertEx
402 RTAsn1SetOfStrings_CheckSanity
403 RTAsn1SetOfStrings_Clone
404 RTAsn1SetOfStrings_Compare
405 RTAsn1SetOfStrings_DecodeAsn1
406 RTAsn1SetOfStrings_Delete
407 RTAsn1SetOfStrings_Enum
408 RTAsn1SetOfStrings_Erase
409 RTAsn1SetOfStrings_Init
410 RTAsn1SetOfStrings_InsertEx
411 RTAsn1SetOfTimes_CheckSanity
412 RTAsn1SetOfTimes_Clone
413 RTAsn1SetOfTimes_Compare
414 RTAsn1SetOfTimes_DecodeAsn1
415 RTAsn1SetOfTimes_Delete
416 RTAsn1SetOfTimes_Enum
417 RTAsn1SetOfTimes_Erase
418 RTAsn1SetOfTimes_Init
419 RTAsn1SetOfTimes_InsertEx
420 RTAsn1String_CheckSanity
421 RTAsn1String_Clone
422 RTAsn1String_Compare
423 RTAsn1String_CompareEx
424 RTAsn1String_CompareValues
425 RTAsn1String_CompareWithString
426 RTAsn1String_DecodeAsn1
427 RTAsn1String_Delete
428 RTAsn1String_Enum
429 RTAsn1String_Init
430 RTAsn1String_InitEx
431 RTAsn1String_InitWithValue
432 RTAsn1String_QueryUtf8
433 RTAsn1String_QueryUtf8Len
434 RTAsn1String_RecodeAsUtf8
435 RTAsn1T61String_CheckSanity
436 RTAsn1T61String_Clone
437 RTAsn1T61String_Compare
438 RTAsn1T61String_DecodeAsn1
439 RTAsn1T61String_Delete
440 RTAsn1T61String_Enum
441 RTAsn1T61String_Init
442 RTAsn1Time_CheckSanity
443 RTAsn1Time_Clone
444 RTAsn1Time_Compare
445 RTAsn1Time_CompareWithTimeSpec
446 RTAsn1Time_DecodeAsn1
447 RTAsn1Time_Delete
448 RTAsn1Time_Enum
449 RTAsn1Time_Init
450 RTAsn1Time_InitEx
451 RTAsn1UniversalString_CheckSanity
452 RTAsn1UniversalString_Clone
453 RTAsn1UniversalString_Compare
454 RTAsn1UniversalString_DecodeAsn1
455 RTAsn1UniversalString_Delete
456 RTAsn1UniversalString_Enum
457 RTAsn1UniversalString_Init
458 RTAsn1UtcTime_CheckSanity
459 RTAsn1UtcTime_Clone
460 RTAsn1UtcTime_Compare
461 RTAsn1UtcTime_DecodeAsn1
462 RTAsn1UtcTime_Delete
463 RTAsn1UtcTime_Enum
464 RTAsn1UtcTime_Init
465 RTAsn1Utf8String_CheckSanity
466 RTAsn1Utf8String_Clone
467 RTAsn1Utf8String_Compare
468 RTAsn1Utf8String_DecodeAsn1
469 RTAsn1Utf8String_Delete
470 RTAsn1Utf8String_Enum
471 RTAsn1Utf8String_Init
472 RTAsn1VisibleString_CheckSanity
473 RTAsn1VisibleString_Clone
474 RTAsn1VisibleString_Compare
475 RTAsn1VisibleString_DecodeAsn1
476 RTAsn1VisibleString_Delete
477 RTAsn1VisibleString_Enum
478 RTAsn1VisibleString_Init
479 RTAsn1VtCheckSanity
480 RTAsn1VtClone
481 RTAsn1VtCompare
482 RTAsn1VtDeepEnum
483 RTAsn1VtDelete
484 RTAssertAreQuiet
485 RTAssertMayPanic
486 RTAssertMsg1
487 RTAssertMsg1Weak
488 RTAssertMsg2
489 RTAssertMsg2Add
490 RTAssertMsg2AddV
491 RTAssertMsg2AddWeak
492 RTAssertMsg2AddWeakV
493 RTAssertMsg2V
494 RTAssertMsg2Weak
495 RTAssertMsg2WeakV
496 RTAssertSetMayPanic
497 RTAssertSetQuiet
498 RTAssertShouldPanic
499 RTAvlGCPhysDestroy
500 RTAvlGCPhysDoWithAll
501 RTAvlGCPhysGet
502 RTAvlGCPhysGetBestFit
503 RTAvlGCPhysInsert
504 RTAvlGCPhysRemove
505 RTAvlGCPhysRemoveBestFit
506 RTAvlGCPtrDestroy
507 RTAvlGCPtrDoWithAll
508 RTAvlGCPtrGet
509 RTAvlGCPtrGetBestFit
510 RTAvlGCPtrInsert
511 RTAvlGCPtrRemove
512 RTAvlGCPtrRemoveBestFit
513 RTAvlHCPhysDestroy
514 RTAvlHCPhysDoWithAll
515 RTAvlHCPhysGet
516 RTAvlHCPhysGetBestFit
517 RTAvlHCPhysInsert
518 RTAvlHCPhysRemove
519 RTAvlHCPhysRemoveBestFit
520 RTAvlPVDestroy
521 RTAvlPVDoWithAll
522 RTAvlPVGet
523 RTAvlPVGetBestFit
524 RTAvlPVInsert
525 RTAvlPVRemove
526 RTAvlPVRemoveBestFit
527 RTAvlU32Destroy
528 RTAvlU32DoWithAll
529 RTAvlU32Get
530 RTAvlU32GetBestFit
531 RTAvlU32Insert
532 RTAvlU32Remove
533 RTAvlU32RemoveBestFit
534 RTAvlUIntPtrDestroy
535 RTAvlUIntPtrDoWithAll
536 RTAvlUIntPtrGet
537 RTAvlUIntPtrGetBestFit
538 RTAvlUIntPtrGetLeft
539 RTAvlUIntPtrGetRight
540 RTAvlUIntPtrGetRoot
541 RTAvlUIntPtrInsert
542 RTAvlUIntPtrRemove
543 RTAvlULDestroy
544 RTAvlULDoWithAll
545 RTAvlULGet
546 RTAvlULGetBestFit
547 RTAvlULInsert
548 RTAvlULRemove
549 RTAvlULRemoveBestFit
550 RTAvllU32Destroy
551 RTAvllU32DoWithAll
552 RTAvllU32Get
553 RTAvllU32GetBestFit
554 RTAvllU32Insert
555 RTAvllU32Remove
556 RTAvllU32RemoveBestFit
557 RTAvloGCPhysDestroy
558 RTAvloGCPhysDoWithAll
559 RTAvloGCPhysGet
560 RTAvloGCPhysGetBestFit
561 RTAvloGCPhysInsert
562 RTAvloGCPhysRemove
563 RTAvloGCPhysRemoveBestFit
564 RTAvloGCPtrDestroy
565 RTAvloGCPtrDoWithAll
566 RTAvloGCPtrGet
567 RTAvloGCPtrGetBestFit
568 RTAvloGCPtrInsert
569 RTAvloGCPtrRemove
570 RTAvloGCPtrRemoveBestFit
571 RTAvloHCPhysDestroy
572 RTAvloHCPhysDoWithAll
573 RTAvloHCPhysGet
574 RTAvloHCPhysGetBestFit
575 RTAvloHCPhysInsert
576 RTAvloHCPhysRemove
577 RTAvloHCPhysRemoveBestFit
578 RTAvloIOPortDestroy
579 RTAvloIOPortDoWithAll
580 RTAvloIOPortGet
581 RTAvloIOPortGetBestFit
582 RTAvloIOPortInsert
583 RTAvloIOPortRemove
584 RTAvloIOPortRemoveBestFit
585 RTAvloU32Destroy
586 RTAvloU32DoWithAll
587 RTAvloU32Get
588 RTAvloU32GetBestFit
589 RTAvloU32Insert
590 RTAvloU32Remove
591 RTAvloU32RemoveBestFit
592 RTAvlrFileOffsetDestroy
593 RTAvlrFileOffsetDoWithAll
594 RTAvlrFileOffsetGet
595 RTAvlrFileOffsetGetBestFit
596 RTAvlrFileOffsetGetLeft
597 RTAvlrFileOffsetGetRight
598 RTAvlrFileOffsetGetRoot
599 RTAvlrFileOffsetInsert
600 RTAvlrFileOffsetRangeGet
601 RTAvlrFileOffsetRangeRemove
602 RTAvlrFileOffsetRemove
603 RTAvlrGCPtrDestroy
604 RTAvlrGCPtrDoWithAll
605 RTAvlrGCPtrGet
606 RTAvlrGCPtrGetBestFit
607 RTAvlrGCPtrGetLeft
608 RTAvlrGCPtrGetRight
609 RTAvlrGCPtrGetRoot
610 RTAvlrGCPtrInsert
611 RTAvlrGCPtrRangeGet
612 RTAvlrGCPtrRangeRemove
613 RTAvlrGCPtrRemove
614 RTAvlrPVDestroy
615 RTAvlrPVDoWithAll
616 RTAvlrPVGet
617 RTAvlrPVGetBestFit
618 RTAvlrPVInsert
619 RTAvlrPVRangeGet
620 RTAvlrPVRangeRemove
621 RTAvlrPVRemove
622 RTAvlrPVRemoveBestFit
623 RTAvlrU64Destroy
624 RTAvlrU64DoWithAll
625 RTAvlrU64Get
626 RTAvlrU64GetBestFit
627 RTAvlrU64Insert
628 RTAvlrU64RangeGet
629 RTAvlrU64RangeRemove
630 RTAvlrU64Remove
631 RTAvlrU64RemoveBestFit
632 RTAvlrUIntPtrDestroy
633 RTAvlrUIntPtrDoWithAll
634 RTAvlrUIntPtrGet
635 RTAvlrUIntPtrGetBestFit
636 RTAvlrUIntPtrGetLeft
637 RTAvlrUIntPtrGetRight
638 RTAvlrUIntPtrGetRoot
639 RTAvlrUIntPtrInsert
640 RTAvlrUIntPtrRangeGet
641 RTAvlrUIntPtrRangeRemove
642 RTAvlrUIntPtrRemove
643 RTAvlroGCPhysDestroy
644 RTAvlroGCPhysDoWithAll
645 RTAvlroGCPhysGet
646 RTAvlroGCPhysGetBestFit
647 RTAvlroGCPhysGetLeft
648 RTAvlroGCPhysGetRight
649 RTAvlroGCPhysGetRoot
650 RTAvlroGCPhysInsert
651 RTAvlroGCPhysRangeGet
652 RTAvlroGCPhysRangeRemove
653 RTAvlroGCPhysRemove
654 RTAvlroGCPtrDestroy
655 RTAvlroGCPtrDoWithAll
656 RTAvlroGCPtrGet
657 RTAvlroGCPtrGetBestFit
658 RTAvlroGCPtrGetLeft
659 RTAvlroGCPtrGetRight
660 RTAvlroGCPtrGetRoot
661 RTAvlroGCPtrInsert
662 RTAvlroGCPtrRangeGet
663 RTAvlroGCPtrRangeRemove
664 RTAvlroGCPtrRemove
665 RTAvlroIOPortDestroy
666 RTAvlroIOPortDoWithAll
667 RTAvlroIOPortGet
668 RTAvlroIOPortInsert
669 RTAvlroIOPortRangeGet
670 RTAvlroIOPortRangeRemove
671 RTAvlroIOPortRemove
672 RTAvlrooGCPtrDestroy
673 RTAvlrooGCPtrDoWithAll
674 RTAvlrooGCPtrGet
675 RTAvlrooGCPtrGetBestFit
676 RTAvlrooGCPtrGetLeft
677 RTAvlrooGCPtrGetNextEqual
678 RTAvlrooGCPtrGetRight
679 RTAvlrooGCPtrGetRoot
680 RTAvlrooGCPtrInsert
681 RTAvlrooGCPtrRangeGet
682 RTAvlrooGCPtrRangeRemove
683 RTAvlrooGCPtrRemove
684 RTBase64Decode
685 RTBase64DecodeEx
686 RTBase64DecodedSize
687 RTBase64DecodedSizeEx
688 RTBase64Encode
689 RTBase64EncodeEx
690 RTBase64EncodedLength
691 RTBase64EncodedLengthEx
692 RTBigNumAdd
693 RTBigNumAssign
694 RTBigNumBitWidth
695 RTBigNumByteWidth
696 RTBigNumClone
697 RTBigNumCompare
698 RTBigNumCompareWithS64
699 RTBigNumCompareWithU64
700 RTBigNumDestroy
701 RTBigNumDivide
702 RTBigNumDivideLong
703 RTBigNumExponentiate
704 RTBigNumInit
705 RTBigNumInitZero
706 RTBigNumModExp
707 RTBigNumModulo
708 RTBigNumMultiply
709 RTBigNumNegate
710 RTBigNumNegateThis
711 RTBigNumShiftLeft
712 RTBigNumShiftRight
713 RTBigNumSubtract
714 RTBigNumToBytesBigEndian
715 RTBldCfgCompiler
716 RTBldCfgRevision
717 RTBldCfgRevisionStr
718 RTBldCfgTarget
719 RTBldCfgTargetArch
720 RTBldCfgTargetDotArch
721 RTBldCfgType
722 RTBldCfgVersion
723 RTBldCfgVersionBuild
724 RTBldCfgVersionMajor
725 RTBldCfgVersionMinor
726 RTCidrStrToIPv4
727 RTCircBufAcquireReadBlock
728 RTCircBufAcquireWriteBlock
729 RTCircBufCreate
730 RTCircBufDestroy
731 RTCircBufFree
732 RTCircBufReleaseReadBlock
733 RTCircBufReleaseWriteBlock
734 RTCircBufReset
735 RTCircBufSize
736 RTCircBufUsed
737 RTCrc32
738 RTCrc32Finish
739 RTCrc32Process
740 RTCrc32Start
741 RTCrc64
742 RTCrc64Finish
743 RTCrc64Process
744 RTCrc64Start
745 RTCrcAdler32
746 RTCrcAdler32Finish
747 RTCrcAdler32Process
748 RTCrcAdler32Start
749 RTCritSectDelete
750 RTCritSectEnter
751 RTCritSectEnterDebug
752 RTCritSectEnterMultiple
753 RTCritSectEnterMultipleDebug
754 RTCritSectInit
755 RTCritSectInitEx
756 RTCritSectLeave
757 RTCritSectLeaveMultiple
758 RTCritSectRwDelete
759 RTCritSectRwEnterExcl
760 RTCritSectRwEnterExclDebug
761 RTCritSectRwEnterShared
762 RTCritSectRwEnterSharedDebug
763 RTCritSectRwGetReadCount
764 RTCritSectRwGetWriteRecursion
765 RTCritSectRwGetWriterReadRecursion
766 RTCritSectRwInit
767 RTCritSectRwInitEx
768 RTCritSectRwIsReadOwner
769 RTCritSectRwIsWriteOwner
770 RTCritSectRwLeaveExcl
771 RTCritSectRwLeaveShared
772 RTCritSectRwSetSubClass
773 RTCritSectRwTryEnterExcl
774 RTCritSectRwTryEnterExclDebug
775 RTCritSectRwTryEnterShared
776 RTCritSectRwTryEnterSharedDebug
777 RTCritSectSetSubClass
778 RTCritSectTryEnter
779 RTCritSectTryEnterDebug
780 RTCrCipherDecrypt
781 RTCrCipherEncrypt
782 RTCrCipherGetBlockSize
783 RTCrCipherGetInitializationVectorLength
784 RTCrCipherGetKeyLength
785 RTCrCipherOpenByType
786 RTCrCipherRetain
787 RTCrCipherRelease
788 RTCrDigestClone
789 RTCrDigestCreate
790 RTCrDigestCreateByObjId
791 RTCrDigestCreateByObjIdString
792 RTCrDigestCreateByType
793 RTCrDigestFinal
794 RTCrDigestFindByObjId
795 RTCrDigestFindByObjIdString
796 RTCrDigestFindByType
797 RTCrDigestGetAlgorithmOid
798 RTCrDigestGetConsumedSize
799 RTCrDigestGetFlags
800 RTCrDigestGetHash
801 RTCrDigestGetHashSize
802 RTCrDigestGetType
803 RTCrDigestIsFinalized
804 RTCrDigestMatch
805 RTCrDigestRelease
806 RTCrDigestReset
807 RTCrDigestRetain
808 RTCrDigestTypeToAlgorithmOid
809 RTCrDigestTypeToHashSize
810 RTCrDigestTypeToName
811 RTCrDigestUpdate
812 RTCrDigestUpdateFromVfsFile
813 RTCrKeyCreateFromBuffer
814 RTCrKeyCreateFromFile
815 RTCrKeyCreateFromPublicAlgorithmAndBits
816 RTCrKeyCreateFromSubjectPublicKeyInfo
817 RTCrKeyCreateNewRsa
818 RTCrKeyGetBitCount
819 RTCrKeyGetType
820 RTCrKeyHasPrivatePart
821 RTCrKeyHasPublicPart
822 RTCrKeyRelease
823 RTCrKeyRetain
824 RTCrKeyQueryRsaModulus
825 RTCrKeyQueryRsaPrivateExponent
826 RTCrPkcs5Pbkdf2Hmac
827 RTCrPkixGetCiperOidFromSignatureAlgorithm
828 RTCrPkixPubKeySignDigest
829 RTCrPkixPubKeyVerifySignature
830 RTCrPkixPubKeyVerifySignedDigest
831 RTCrPkixPubKeyVerifySignedDigestByCertPubKeyInfo
832 RTCrPkixSignatureCreate
833 RTCrPkixSignatureCreateByObjId
834 RTCrPkixSignatureCreateByObjIdString
835 RTCrPkixSignatureRelease
836 RTCrPkixSignatureRetain
837 RTCrPkixSignatureSign
838 RTCrPkixSignatureVerify
839 RTCrPkixSignatureVerifyBitString
840 RTCrPkixSignatureVerifyOctetString
841 RTCrRandBytes
842 RTCrRc4
843 RTCrRc4SetKey
844 RTCrSslCreate
845 RTCrSslCreateSessionForNativeSocket
846 RTCrSslLoadTrustedRootCerts
847 RTCrSslRelease
848 RTCrSslRetain
849 RTCrSslSessionAccept
850 RTCrSslSessionConnect
851 RTCrSslSessionGetCertIssuerNameAsString
852 RTCrSslSessionGetVersion
853 RTCrSslSessionPending
854 RTCrSslSessionRead
855 RTCrSslSessionRelease
856 RTCrSslSessionRetain
857 RTCrSslSessionWrite
858 RTCrSslSetCertificateFile
859 RTCrSslSetNoPeerVerify
860 RTCrSslSetPrivateKeyFile
861 RTCrX509CertificatePolicies_CheckSanity
862 RTCrX509CertificatePolicies_Clone
863 RTCrX509CertificatePolicies_Compare
864 RTCrX509CertificatePolicies_DecodeAsn1
865 RTCrX509CertificatePolicies_Delete
866 RTCrX509CertificatePolicies_Enum
867 RTCrX509CertificatePolicies_Erase
868 RTCrX509CertificatePolicies_Init
869 RTCrX509CertificatePolicies_InsertEx
870 RTCrX509Certificate_CheckSanity
871 RTCrX509Certificate_Clone
872 RTCrX509Certificate_Compare
873 RTCrX509Certificate_DecodeAsn1
874 RTCrX509Certificate_Delete
875 RTCrX509Certificate_Enum
876 RTCrX509Certificate_Init
877 RTCrX509Certificate_IsSelfSigned
878 RTCrX509Certificate_MatchIssuerAndSerialNumber
879 RTCrX509Certificate_MatchSubjectOrAltSubjectByRfc5280
880 RTCrX509Certificate_ReadFromBuffer
881 RTCrX509Certificate_ReadFromFile
882 RTCrX509Certificate_VerifySignature
883 RTCrX509Certificate_VerifySignatureSelfSigned
884 RTCrX509Certificates_CheckSanity
885 RTCrX509Certificates_Clone
886 RTCrX509Certificates_Compare
887 RTCrX509Certificates_DecodeAsn1
888 RTCrX509Certificates_Delete
889 RTCrX509Certificates_Enum
890 RTCrX509Certificates_Erase
891 RTCrX509Certificates_FindByIssuerAndSerialNumber
892 RTCrX509Certificates_Init
893 RTCrX509Certificates_InsertEx
894 RTDbgAsCreate
895 RTDbgAsCreateF
896 RTDbgAsCreateV
897 RTDbgAsFirstAddr
898 RTDbgAsLastAddr
899 RTDbgAsLineAdd
900 RTDbgAsLineByAddrA
901 RTDbgAsModuleByAddr
902 RTDbgAsModuleByIndex
903 RTDbgAsModuleByName
904 RTDbgAsModuleCount
905 RTDbgAsModuleLink
906 RTDbgAsModuleLinkSeg
907 RTDbgAsModuleQueryMapByIndex
908 RTDbgAsModuleUnlink
909 RTDbgAsModuleUnlinkByAddr
910 RTDbgAsName
911 RTDbgAsRelease
912 RTDbgAsRetain
913 RTDbgAsSymbolAdd
914 RTDbgAsSymbolByAddr
915 RTDbgAsSymbolByAddrA
916 RTDbgAsSymbolByName
917 RTDbgAsSymbolByNameA
918 RTDbgLineAlloc
919 RTDbgLineDup
920 RTDbgLineFree
921 RTDbgModCreate
922 RTDbgModCreateFromImage
923 RTDbgModCreateFromMap
924 RTDbgModCreateFromPeImage
925 RTDbgModCreateFromMachOImage
926 RTDbgModGetTag
927 RTDbgModImageSize
928 RTDbgModLineAdd
929 RTDbgModLineByAddr
930 RTDbgModLineByAddrA
931 RTDbgModLineByOrdinal
932 RTDbgModLineByOrdinalA
933 RTDbgModLineCount
934 RTDbgModName
935 RTDbgModRelease
936 RTDbgModRetain
937 RTDbgModRvaToSegOff
938 RTDbgModSegmentAdd
939 RTDbgModSegmentByIndex
940 RTDbgModSegmentCount
941 RTDbgModSegmentRva
942 RTDbgModSegmentSize
943 RTDbgModSetTag
944 RTDbgModSymbolAdd
945 RTDbgModSymbolByAddr
946 RTDbgModSymbolByAddrA
947 RTDbgModSymbolByName
948 RTDbgModSymbolByNameA
949 RTDbgModSymbolByOrdinal
950 RTDbgModSymbolByOrdinalA
951 RTDbgModSymbolCount
952 RTDbgSymbolAlloc
953 RTDbgSymbolDup
954 RTDbgSymbolFree
955 RTDirClose
956 RTDirCreate
957 RTDirCreateFullPath
958 RTDirCreateTemp
959 RTDirExists
960 RTDirFlush
961 RTDirFlushParent
962 RTDirOpen
963 RTDirOpenFiltered
964 RTDirQueryInfo
965 RTDirRead
966 RTDirReadEx
967 RTDirRemove
968 RTDirRemoveRecursive
969 RTDirRename
970 RTDirSetTimes
971 RTEnvClone
972 RTEnvCreate
973 RTEnvDestroy
974 RTEnvDupEx
975 RTEnvExist
976 RTEnvExistEx
977 RTEnvFreeUtf16Block
978 RTEnvGet
979 RTEnvGetEx
980 RTEnvGetExecEnvP
981 RTEnvPut
982 RTEnvPutEx
983 RTEnvQueryUtf16Block
984 RTEnvSet
985 RTEnvSetEx
986 RTEnvUnset
987 RTEnvUnsetEx
988 RTErrCOMGet
989 RTErrConvertFromErrno
990 RTErrConvertToErrno
991 RTErrGet
992 RTErrInfoAlloc
993 RTErrInfoAllocEx
994 RTErrInfoFree
995 RTErrInfoSet
996 RTErrInfoSetF
997 RTErrInfoSetV
998 RTFileAioCtxAssociateWithFile
999 RTFileAioCtxCreate
1000 RTFileAioCtxDestroy
1001 RTFileAioCtxGetMaxReqCount
1002 RTFileAioCtxSubmit
1003 RTFileAioCtxWait
1004 RTFileAioCtxWakeup
1005 RTFileAioGetLimits
1006 RTFileAioReqCancel
1007 RTFileAioReqCreate
1008 RTFileAioReqDestroy
1009 RTFileAioReqGetRC
1010 RTFileAioReqGetUser
1011 RTFileAioReqPrepareFlush
1012 RTFileAioReqPrepareRead
1013 RTFileAioReqPrepareWrite
1014 RTFileChangeLock
1015 RTFileClose
1016 RTFileCopy
1017 RTFileCopyByHandles
1018 RTFileCopyByHandlesEx
1019 RTFileCopyEx
1020 RTFileDelete
1021 RTFileExists
1022 RTFileFlush
1023 RTFileFromNative
1024 RTFileGetMaxSize
1025 RTFileGetMaxSizeEx
1026 RTFileGetSize
1027 RTFileIoCtl ; not-win
1028 RTFileIsValid
1029 RTFileLock
1030 RTFileMove
1031 RTFileOpen
1032 RTFileOpenBitBucket
1033 RTFileOpenF
1034 RTFileOpenV
1035 RTFileQueryFsSizes
1036 RTFileQueryInfo
1037 RTFileQuerySize
1038 RTFileRead
1039 RTFileReadAll
1040 RTFileReadAllByHandle
1041 RTFileReadAllByHandleEx
1042 RTFileReadAllEx
1043 RTFileReadAllFree
1044 RTFileReadAt
1045 RTFileRename
1046 RTFileSeek
1047 RTFileSetForceFlags
1048 RTFileSetMode
1049 RTFileSetSize
1050 RTFileSetTimes
1051 RTFileTell
1052 RTFileToNative
1053 RTFileUnlock
1054 RTFileWrite
1055 RTFileWriteAt
1056 RTFsQueryProperties
1057 RTFsQuerySerial
1058 RTFsQuerySizes
1059 RTFsQueryType
1060 RTFsTypeName
1061 RTGetOpt
1062 RTGetOptArgvFree
1063 RTGetOptArgvFromString
1064 RTGetOptArgvToString
1065 RTGetOptArgvToUtf16String
1066 RTGetOptFetchValue
1067 RTGetOptInit
1068 RTGetOptPrintError
1069 RTHandleClose
1070 RTHandleGetStandard
1071 RTHandleTableAlloc
1072 RTHandleTableAllocWithCtx
1073 RTHandleTableCreate
1074 RTHandleTableCreateEx
1075 RTHandleTableDestroy
1076 RTHandleTableFree
1077 RTHandleTableFreeWithCtx
1078 RTHandleTableLookup
1079 RTHandleTableLookupWithCtx
1080 RTHeapOffsetAlloc
1081 RTHeapOffsetAllocZ
1082 RTHeapOffsetDump
1083 RTHeapOffsetFree
1084 RTHeapOffsetGetFreeSize
1085 RTHeapOffsetGetHeapSize
1086 RTHeapOffsetInit
1087 RTHeapOffsetSize
1088 RTHeapSimpleAlloc
1089 RTHeapSimpleAllocZ
1090 RTHeapSimpleDump
1091 RTHeapSimpleFree
1092 RTHeapSimpleGetFreeSize
1093 RTHeapSimpleGetHeapSize
1094 RTHeapSimpleInit
1095 RTHeapSimpleRelocate
1096 RTHeapSimpleSize
1097 RTHttpAbort
1098 RTHttpAddHeader
1099 RTHttpCreate
1100 RTHttpDestroy
1101 RTHttpFreeResponse
1102 RTHttpFreeResponseText
1103 RTHttpGatherCaCertsInFile
1104 RTHttpGatherCaCertsInStore
1105 RTHttpGetBinary
1106 RTHttpGetByOrdinal
1107 RTHttpGetFile
1108 RTHttpGetHeader
1109 RTHttpGetHeaderBinary
1110 RTHttpGetHeaderCount
1111 RTHttpGetHeaderText
1112 RTHttpGetRedirLocation
1113 RTHttpGetText
1114 RTHttpMethodName
1115 RTHttpPerform
1116 RTHttpReset
1117 RTHttpSetCAFile
1118 RTHttpSetDownloadCallback
1119 RTHttpSetDownloadProgressCallback
1120 RTHttpSetFollowRedirects
1121 RTHttpSetHeaders
1122 RTHttpSetProxy
1123 RTHttpSetUploadCallback
1124 RTHttpSignHeaders
1125 RTHttpUseSystemProxySettings
1126 RTHttpUseTemporaryCaFile
1127 RTJsonIteratorBegin
1128 RTJsonIteratorBeginArray
1129 RTJsonIteratorBeginObject
1130 RTJsonIteratorFree
1131 RTJsonIteratorNext
1132 RTJsonIteratorQueryValue
1133 RTJsonParseFromBuf
1134 RTJsonParseFromFile
1135 RTJsonParseFromString
1136 RTJsonValueGetArraySize
1137 RTJsonValueGetString
1138 RTJsonValueGetType
1139 RTJsonValueQueryArraySize
1140 RTJsonValueQueryBooleanByName
1141 RTJsonValueQueryByIndex
1142 RTJsonValueQueryByName
1143 RTJsonValueQueryInteger
1144 RTJsonValueQueryIntegerByName
1145 RTJsonValueQueryNumber
1146 RTJsonValueQueryNumberByName
1147 RTJsonValueQueryString
1148 RTJsonValueQueryStringByName
1149 RTJsonValueRelease
1150 RTJsonValueRetain
1151 RTJsonValueTypeName
1152 RTLatin1CalcUtf16Len
1153 RTLatin1CalcUtf16LenEx
1154 RTLatin1CalcUtf8Len
1155 RTLatin1CalcUtf8LenEx
1156 RTLatin1ToUtf16ExTag
1157 RTLatin1ToUtf16Tag
1158 RTLatin1ToUtf8ExTag
1159 RTLatin1ToUtf8Tag
1160 RTLdrClose
1161 RTLdrEnumSymbols
1162 RTLdrGetBits
1163 RTLdrGetSuff
1164 RTLdrGetSymbol
1165 RTLdrGetSymbolEx
1166 RTLdrIsLoadable
1167 RTLdrLoad
1168 RTLdrLoadAppPriv
1169 RTLdrOpen
1170 RTLdrRelocate
1171 RTLdrSize
1172 RTLinuxFindDevicePath ; only-linux
1173 RTLinuxFindDevicePathV ; only-linux
1174 RTLinuxSysFsClose ; only-linux
1175 RTLinuxSysFsExists ; only-linux
1176 RTLinuxSysFsExistsV ; only-linux
1177 RTLinuxSysFsGetLinkDest ; only-linux
1178 RTLinuxSysFsGetLinkDestV ; only-linux
1179 RTLinuxSysFsOpen ; only-linux
1180 RTLinuxSysFsOpenV ; only-linux
1181 RTLinuxSysFsReadDevNumFile ; only-linux
1182 RTLinuxSysFsReadDevNumFileV ; only-linux
1183 RTLinuxSysFsReadFile ; only-linux
1184 RTLinuxSysFsReadIntFile ; only-linux
1185 RTLinuxSysFsReadIntFileV ; only-linux
1186 RTLinuxSysFsReadStr ; only-linux
1187 RTLinuxSysFsReadStrFile ; only-linux
1188 RTLinuxSysFsReadStrFileV ; only-linux
1189 RTLockValidatorClassAddPriorClass
1190 RTLockValidatorClassCreate
1191 RTLockValidatorClassCreateEx
1192 RTLockValidatorClassCreateExV
1193 RTLockValidatorClassCreateUnique
1194 RTLockValidatorClassEnforceStrictReleaseOrder
1195 RTLockValidatorClassFindForSrcPos
1196 RTLockValidatorClassForSrcPos
1197 RTLockValidatorClassRelease
1198 RTLockValidatorClassRetain
1199 RTLockValidatorHoldsLocksInClass
1200 RTLockValidatorHoldsLocksInSubClass
1201 RTLockValidatorIsBlockedThreadInValidator
1202 RTLockValidatorIsEnabled
1203 RTLockValidatorIsQuiet
1204 RTLockValidatorMayPanic
1205 RTLockValidatorQueryBlocking
1206 RTLockValidatorReadLockDec
1207 RTLockValidatorReadLockGetCount
1208 RTLockValidatorReadLockInc
1209 RTLockValidatorRecExclCheckBlocking
1210 RTLockValidatorRecExclCheckOrder
1211 RTLockValidatorRecExclCheckOrderAndBlocking
1212 RTLockValidatorRecExclCreate
1213 RTLockValidatorRecExclCreateV
1214 RTLockValidatorRecExclDelete
1215 RTLockValidatorRecExclDestroy
1216 RTLockValidatorRecExclInit
1217 RTLockValidatorRecExclInitV
1218 RTLockValidatorRecExclRecursion
1219 RTLockValidatorRecExclRecursionMixed
1220 RTLockValidatorRecExclReleaseOwner
1221 RTLockValidatorRecExclReleaseOwnerUnchecked
1222 RTLockValidatorRecExclSetOwner
1223 RTLockValidatorRecExclSetSubClass
1224 RTLockValidatorRecExclUnwind
1225 RTLockValidatorRecExclUnwindMixed
1226 RTLockValidatorRecMakeSiblings
1227 RTLockValidatorRecSharedAddOwner
1228 RTLockValidatorRecSharedCheckAndRelease
1229 RTLockValidatorRecSharedCheckBlocking
1230 RTLockValidatorRecSharedCheckOrder
1231 RTLockValidatorRecSharedCheckOrderAndBlocking
1232 RTLockValidatorRecSharedCheckSignaller
1233 RTLockValidatorRecSharedDelete
1234 RTLockValidatorRecSharedInit
1235 RTLockValidatorRecSharedInitV
1236 RTLockValidatorRecSharedIsOwner
1237 RTLockValidatorRecSharedRemoveOwner
1238 RTLockValidatorRecSharedResetOwner
1239 RTLockValidatorRecSharedSetSubClass
1240 RTLockValidatorSetEnabled
1241 RTLockValidatorSetMayPanic
1242 RTLockValidatorSetQuiet
1243 RTLockValidatorWriteLockDec
1244 RTLockValidatorWriteLockGetCount
1245 RTLockValidatorWriteLockInc
1246 RTLogCloneRC
1247 RTLogComPrintf
1248 RTLogComPrintfV
1249 RTLogCopyGroupsAndFlagsForR0
1250 RTLogCreate
1251 RTLogCreateEx
1252 RTLogCreateExV
1253 RTLogCreateForR0
1254 RTLogDefaultInit
1255 RTLogDefaultInstance
1256 RTLogDefaultInstanceEx
1257 RTLogDestinations
1258 RTLogDestroy
1259 RTLogFlags
1260 RTLogFlush
1261 RTLogFlushRC
1262 RTLogFlushToLogger
1263 RTLogFormatV
1264 RTLogGetDefaultInstance
1265 RTLogGetDefaultInstanceEx
1266 RTLogGetDestinations
1267 RTLogGetFlags
1268 RTLogGetGroupSettings
1269 RTLogGroupSettings
1270 RTLogLogger
1271 RTLogLoggerEx
1272 RTLogLoggerExV
1273 RTLogLoggerV
1274 RTLogPrintf
1275 RTLogPrintfV
1276 RTLogRelGetDefaultInstance
1277 RTLogRelGetDefaultInstanceEx
1278 RTLogRelLogger
1279 RTLogRelLoggerV
1280 RTLogRelPrintf
1281 RTLogRelPrintfV
1282 RTLogRelSetBuffering
1283 RTLogRelSetDefaultInstance
1284 RTLogSetBuffering
1285 RTLogSetCustomPrefixCallback
1286 RTLogSetDefaultInstance
1287 RTLogSetGroupLimit
1288 RTLogWriteCom
1289 RTLogWriteDebugger
1290 RTLogWriteStdErr
1291 RTLogWriteStdOut
1292 RTLogWriteUser
1293 RTManifestCreate
1294 RTManifestDup
1295 RTManifestEntryAdd
1296 RTManifestEntryAddIoStream
1297 RTManifestEntryAddPassthruIoStream
1298 RTManifestEntryRemove
1299 RTManifestEntrySetAttr
1300 RTManifestEntryUnsetAttr
1301 RTManifestEquals
1302 RTManifestEqualsEx
1303 RTManifestPtIosAddEntryNow
1304 RTManifestReadStandard
1305 RTManifestReadStandardEx
1306 RTManifestRelease
1307 RTManifestRetain
1308 RTManifestSetAttr
1309 RTManifestUnsetAttr
1310 RTManifestVerify
1311 RTManifestVerifyFiles
1312 RTManifestVerifyFilesBuf
1313 RTManifestVerifyDigestType
1314 RTManifestWriteFiles
1315 RTManifestWriteFilesBuf
1316 RTManifestWriteStandard
1317 RTMd5
1318 RTMd5Final
1319 RTMd5FromString
1320 RTMd5Init
1321 RTMd5ToString
1322 RTMd5Update
1323 RTMemAllocTag
1324 RTMemAllocVarTag
1325 RTMemAllocZTag
1326 RTMemAllocZVarTag
1327 RTMemCacheAlloc
1328 RTMemCacheAllocEx
1329 RTMemCacheCreate
1330 RTMemCacheDestroy
1331 RTMemCacheFree
1332 RTMemDupExTag
1333 RTMemDupTag
1334 RTMemEfAlloc
1335 RTMemEfAllocNP
1336 RTMemEfAllocVar
1337 RTMemEfAllocVarNP
1338 RTMemEfAllocZ
1339 RTMemEfAllocZNP
1340 RTMemEfAllocZVar
1341 RTMemEfAllocZVarNP
1342 RTMemEfDup
1343 RTMemEfDupEx
1344 RTMemEfDupExNP
1345 RTMemEfDupNP
1346 RTMemEfFree
1347 RTMemEfFreeNP
1348 RTMemEfRealloc
1349 RTMemEfReallocNP
1350 RTMemEfTmpAlloc
1351 RTMemEfTmpAllocNP
1352 RTMemEfTmpAllocZ
1353 RTMemEfTmpAllocZNP
1354 RTMemEfTmpFree
1355 RTMemEfTmpFreeNP
1356 RTMemExecAllocTag
1357 RTMemExecFree
1358 RTMemFree
1359 RTMemPageAllocTag
1360 RTMemPageAllocZTag
1361 RTMemPageFree
1362 RTMemPoolAlloc
1363 RTMemPoolAllocZ
1364 RTMemPoolCreate
1365 RTMemPoolDestroy
1366 RTMemPoolDup
1367 RTMemPoolDupEx
1368 RTMemPoolFree
1369 RTMemPoolRealloc
1370 RTMemPoolRefCount
1371 RTMemPoolRelease
1372 RTMemPoolRetain
1373 RTMemProtect
1374 RTMemReallocTag
1375 RTMemSaferAllocZExTag
1376 RTMemSaferAllocZTag
1377 RTMemSaferFree
1378 RTMemSaferReallocZExTag
1379 RTMemSaferReallocZTag
1380 RTMemSaferScramble
1381 RTMemSaferUnscramble
1382 RTMemTmpAllocTag
1383 RTMemTmpAllocZTag
1384 RTMemTmpFree
1385 RTMemWipeThoroughly
1386 RTMpCpuIdFromSetIndex
1387 RTMpCpuIdToSetIndex
1388 RTMpGetCount
1389 RTMpGetCurFrequency
1390 RTMpGetDescription
1391 RTMpGetMaxCpuId
1392 RTMpGetMaxFrequency
1393 RTMpGetOnlineCount
1394 RTMpGetOnlineSet
1395 RTMpGetPresentCount
1396 RTMpGetPresentSet
1397 RTMpGetSet
1398 RTMpIsCpuOnline
1399 RTMpIsCpuPossible
1400 RTMpIsCpuPresent
1401 RTMsgError
1402 RTMsgErrorExit
1403 RTMsgErrorExitV
1404 RTMsgErrorRc
1405 RTMsgErrorRcV
1406 RTMsgErrorV
1407 RTMsgInfo
1408 RTMsgInfoV
1409 RTMsgInitFailure
1410 RTMsgWarning
1411 RTMsgWarningV
1412 RTNetIPv4AddDataChecksum
1413 RTNetIPv4AddTCPChecksum
1414 RTNetIPv4AddUDPChecksum
1415 RTNetIPv4FinalizeChecksum
1416 RTNetIPv4HdrChecksum
1417 RTNetIPv4IsDHCPValid
1418 RTNetIPv4IsHdrValid
1419 RTNetIPv4IsTCPSizeValid
1420 RTNetIPv4IsTCPValid
1421 RTNetIPv4IsUDPSizeValid
1422 RTNetIPv4IsUDPValid
1423 RTNetIPv4PseudoChecksum
1424 RTNetIPv4PseudoChecksumBits
1425 RTNetIPv4TCPChecksum
1426 RTNetIPv4UDPChecksum
1427 RTNetIPv6PseudoChecksum
1428 RTNetIPv6PseudoChecksumBits
1429 RTNetIPv6PseudoChecksumEx
1430 RTNetTCPChecksum
1431 RTNetUDPChecksum
1432 RTOnceReset
1433 RTOnceSlow
1434 RTPathAbs
1435 RTPathAbsDup
1436 RTPathAbsEx
1437 RTPathAbsExDup
1438 RTPathAppDocs
1439 RTPathAppPrivateArch
1440 RTPathAppPrivateNoArch
1441 RTPathAppend
1442 RTPathAppendEx
1443 RTPathChangeToDosSlashes
1444 RTPathChangeToUnixSlashes
1445 RTPathCompare
1446 RTPathCopyComponents
1447 RTPathCountComponents
1448 RTPathExecDir
1449 RTPathExists
1450 RTPathExistsEx
1451 RTPathFilename
1452 RTPathGetCurrent
1453 RTPathGetMode
1454 RTPathHasPath
1455 RTPathHasSuffix
1456 RTPathJoin
1457 RTPathJoinA
1458 RTPathJoinEx
1459 RTPathParseSimple
1460 RTPathQueryInfo
1461 RTPathQueryInfoEx
1462 RTPathReal
1463 RTPathRealDup
1464 RTPathRename
1465 RTPathSetCurrent
1466 RTPathSetMode
1467 RTPathSetOwner ; not-win
1468 RTPathSetOwnerEx ; not-win
1469 RTPathSetTimes
1470 RTPathSetTimesEx
1471 RTPathSharedLibs
1472 RTPathStartsWith
1473 RTPathStartsWithRoot
1474 RTPathStripFilename
1475 RTPathStripSuffix
1476 RTPathStripTrailingSlash
1477 RTPathSuffix
1478 RTPathTemp
1479 RTPathTraverseList
1480 RTPathUserHome
1481 RTPipeClose
1482 RTPipeCreate
1483 RTPipeFlush
1484 RTPipeFromNative
1485 RTPipeRead
1486 RTPipeReadBlocking
1487 RTPipeSelectOne
1488 RTPipeToNative
1489 RTPipeWrite
1490 RTPipeWriteBlocking
1491 RTPoll
1492 RTPollNoResume
1493 RTPollSetAdd
1494 RTPollSetCreate
1495 RTPollSetDestroy
1496 RTPollSetEventsChange
1497 RTPollSetGetCount
1498 RTPollSetQueryHandle
1499 RTPollSetRemove
1500 RTPrintf
1501 RTPrintfV
1502 RTProcCreate
1503 RTProcCreateEx
1504 RTProcDaemonize
1505 RTProcDaemonizeUsingFork ; not-win not-os2
1506 RTProcGetAffinityMask
1507 RTProcGetExecutablePath
1508 RTProcGetPriority
1509 RTProcIsRunningByName
1510 RTProcSelf
1511 RTProcSetPriority
1512 RTProcShortName
1513 RTProcTerminate
1514 RTProcWait
1515 RTProcWaitNoResume
1516 RTR3InitDll
1517 RTR3InitExe
1518 RTR3InitExeNoArguments
1519 RTR3InitEx
1520 RTRandAdvBytes
1521 RTRandAdvCreateParkMiller
1522 RTRandAdvCreateSystemFaster
1523 RTRandAdvCreateSystemTruer
1524 RTRandAdvDestroy
1525 RTRandAdvRestoreState
1526 RTRandAdvS32
1527 RTRandAdvS32Ex
1528 RTRandAdvS64
1529 RTRandAdvS64Ex
1530 RTRandAdvSaveState
1531 RTRandAdvSeed
1532 RTRandAdvU32
1533 RTRandAdvU32Ex
1534 RTRandAdvU64
1535 RTRandAdvU64Ex
1536 RTRandBytes
1537 RTRandS32
1538 RTRandS32Ex
1539 RTRandS64
1540 RTRandS64Ex
1541 RTRandU32
1542 RTRandU32Ex
1543 RTRandU64
1544 RTRandU64Ex
1545 RTReqQueueAlloc
1546 RTReqQueueCall
1547 RTReqQueueCallEx
1548 RTReqQueueCallV
1549 RTReqQueueCallVoid
1550 RTReqQueueCreate
1551 RTReqQueueDestroy
1552 RTReqQueueIsBusy
1553 RTReqQueueProcess
1554 RTReqGetStatus
1555 RTReqRelease
1556 RTReqRetain
1557 RTReqSubmit
1558 RTReqWait
1559 RTSemEventAddSignaller
1560 RTSemEventCreate
1561 RTSemEventCreateEx
1562 RTSemEventDestroy
1563 RTSemEventMultiAddSignaller
1564 RTSemEventMultiCreate
1565 RTSemEventMultiCreateEx
1566 RTSemEventMultiDestroy
1567 RTSemEventMultiRemoveSignaller
1568 RTSemEventMultiReset
1569 RTSemEventMultiSetSignaller
1570 RTSemEventMultiSignal
1571 RTSemEventMultiWait
1572 RTSemEventMultiWaitEx
1573 RTSemEventMultiWaitExDebug
1574 RTSemEventMultiWaitNoResume
1575 RTSemEventRemoveSignaller
1576 RTSemEventSetSignaller
1577 RTSemEventSignal
1578 RTSemEventWait
1579 RTSemEventWaitNoResume
1580 RTSemFastMutexCreate
1581 RTSemFastMutexDestroy
1582 RTSemFastMutexRelease
1583 RTSemFastMutexRequest
1584 RTSemMutexCreate
1585 RTSemMutexCreateEx
1586 RTSemMutexDestroy
1587 RTSemMutexIsOwned
1588 RTSemMutexRelease
1589 RTSemMutexRequest
1590 RTSemMutexRequestDebug
1591 RTSemMutexRequestNoResume
1592 RTSemMutexRequestNoResumeDebug
1593 RTSemMutexSetSubClass
1594 RTSemPing
1595 RTSemPingPongDelete
1596 RTSemPingPongInit
1597 RTSemPingWait
1598 RTSemPong
1599 RTSemPongWait
1600 RTSemRWCreate
1601 RTSemRWCreateEx
1602 RTSemRWDestroy
1603 RTSemRWGetReadCount
1604 RTSemRWGetWriteRecursion
1605 RTSemRWGetWriterReadRecursion
1606 RTSemRWIsReadOwner
1607 RTSemRWIsWriteOwner
1608 RTSemRWReleaseRead
1609 RTSemRWReleaseWrite
1610 RTSemRWRequestRead
1611 RTSemRWRequestReadDebug
1612 RTSemRWRequestReadNoResume
1613 RTSemRWRequestReadNoResumeDebug
1614 RTSemRWRequestWrite
1615 RTSemRWRequestWriteDebug
1616 RTSemRWRequestWriteNoResume
1617 RTSemRWRequestWriteNoResumeDebug
1618 RTSemRWSetSubClass
1619 RTSemSpinMutexCreate
1620 RTSemSpinMutexDestroy
1621 RTSemSpinMutexRelease
1622 RTSemSpinMutexRequest
1623 RTSemSpinMutexTryRequest
1624 RTSemXRoadsCreate
1625 RTSemXRoadsDestroy
1626 RTSemXRoadsEWEnter
1627 RTSemXRoadsEWLeave
1628 RTSemXRoadsNSEnter
1629 RTSemXRoadsNSLeave
1630 RTSgBufAdvance
1631 RTSgBufClone
1632 RTSgBufCmp
1633 RTSgBufCmpEx
1634 RTSgBufCopy
1635 RTSgBufCopyFromBuf
1636 RTSgBufCopyToBuf
1637 RTSgBufGetNextSegment
1638 RTSgBufInit
1639 RTSgBufReset
1640 RTSgBufSegArrayCreate
1641 RTSgBufSet
1642 RTSha1
1643 RTSha1Digest
1644 RTSha1DigestFromFile
1645 RTSha1Final
1646 RTSha1FromString
1647 RTSha1Init
1648 RTSha1ToString
1649 RTSha1Update
1650 RTSha256
1651 RTSha256Final
1652 RTSha256FromString
1653 RTSha256Init
1654 RTSha256ToString
1655 RTSha256Update
1656 RTSha256Digest
1657 RTSha256DigestFromFile
1658 RTSha512
1659 RTSha512Final
1660 RTSha512FromString
1661 RTSha512Init
1662 RTSha512ToString
1663 RTSha512Update
1664 RTShMemClose
1665 RTShMemMapRegion
1666 RTShMemOpen
1667 RTShMemQuerySize
1668 RTShMemRefCount
1669 RTShMemSetSize
1670 RTShMemUnmapRegion
1671 RTSocketClose
1672 RTSocketFromNative
1673 RTSocketGetLocalAddress
1674 RTSocketGetPeerAddress
1675 RTSocketRead
1676 RTSocketReadNB
1677 RTSocketRelease
1678 RTSocketRetain
1679 RTSocketSelectOne
1680 RTSocketSelectOneEx
1681 RTSocketSetInheritance
1682 RTSocketSgWrite
1683 RTSocketSgWriteL
1684 RTSocketSgWriteLNB
1685 RTSocketSgWriteLV
1686 RTSocketSgWriteLVNB
1687 RTSocketSgWriteNB
1688 RTSocketShutdown
1689 RTSocketToNative
1690 RTSocketWrite
1691 RTSocketWriteNB
1692 RTSpinlockAcquire
1693 RTSpinlockCreate
1694 RTSpinlockDestroy
1695 RTSpinlockRelease
1696 RTStrAAppendExNVTag
1697 RTStrAAppendNTag
1698 RTStrAAppendTag
1699 RTStrAPrintf2VTag
1700 RTStrAPrintfVTag
1701 RTStrATruncateTag
1702 RTStrAllocExTag
1703 RTStrAllocTag
1704 RTStrCacheCreate
1705 RTStrCacheDestroy
1706 RTStrCacheEnter
1707 RTStrCacheEnterLower
1708 RTStrCacheEnterLowerN
1709 RTStrCacheEnterN
1710 RTStrCacheGetStats
1711 RTStrCacheIsRealImpl
1712 RTStrCacheLength
1713 RTStrCacheRelease
1714 RTStrCacheRetain
1715 RTStrCalcLatin1Len
1716 RTStrCalcLatin1LenEx
1717 RTStrCalcUtf16Len
1718 RTStrCalcUtf16LenEx
1719 RTStrCat
1720 RTStrCatEx
1721 RTStrCatP
1722 RTStrCatPEx
1723 RTStrCmp
1724 RTStrConvertHexBytes
1725 RTStrCopy
1726 RTStrCopyEx
1727 RTStrCopyP
1728 RTStrCopyPEx
1729 RTStrCurrentCPToUtf8Tag
1730 RTStrDupExTag
1731 RTStrDupNTag
1732 RTStrDupTag
1733 RTStrFormat
1734 RTStrFormatNumber
1735 RTStrFormatR80
1736 RTStrFormatR80u2
1737 RTStrFormatTypeDeregister
1738 RTStrFormatTypeRegister
1739 RTStrFormatTypeSetUser
1740 RTStrFormatU128
1741 RTStrFormatU16
1742 RTStrFormatU256
1743 RTStrFormatU32
1744 RTStrFormatU512
1745 RTStrFormatU64
1746 RTStrFormatU8
1747 RTStrFormatV
1748 RTStrFree
1749 RTStrGetCpExInternal
1750 RTStrGetCpInternal
1751 RTStrGetCpNExInternal
1752 RTStrHash1
1753 RTStrHash1ExN
1754 RTStrHash1ExNV
1755 RTStrHash1N
1756 RTStrICmp
1757 RTStrICmpAscii
1758 RTStrIStartsWith
1759 RTStrIStr
1760 RTStrIsCaseFoldable
1761 RTStrIsLowerCased
1762 RTStrIsUpperCased
1763 RTStrIsValidEncoding
1764 RTStrNCmp
1765 RTStrNICmp
1766 RTStrNICmpAscii
1767 RTStrNLen
1768 RTStrNLenEx
1769 RTStrPrevCp
1770 RTStrPrintHexBytes
1771 RTStrPrintf
1772 RTStrPrintf2
1773 RTStrPrintf2Ex
1774 RTStrPrintf2ExV
1775 RTStrPrintf2V
1776 RTStrPrintfEx
1777 RTStrPrintfExV
1778 RTStrPrintfV
1779 RTStrPurgeComplementSet
1780 RTStrPurgeEncoding
1781 RTStrPutCpInternal
1782 RTStrReallocTag
1783 RTStrSimplePatternMatch
1784 RTStrSimplePatternMultiMatch
1785 RTStrSimplePatternNMatch
1786 RTStrSpaceDestroy
1787 RTStrSpaceEnumerate
1788 RTStrSpaceGet
1789 RTStrSpaceGetN
1790 RTStrSpaceInsert
1791 RTStrSpaceRemove
1792 RTStrStartsWith
1793 RTStrStr
1794 RTStrStrip
1795 RTStrStripL
1796 RTStrStripR
1797 RTStrToInt16
1798 RTStrToInt16Ex
1799 RTStrToInt16Full
1800 RTStrToInt32
1801 RTStrToInt32Ex
1802 RTStrToInt32Full
1803 RTStrToInt64
1804 RTStrToInt64Ex
1805 RTStrToInt64Full
1806 RTStrToInt8
1807 RTStrToInt8Ex
1808 RTStrToInt8Full
1809 RTStrToLatin1ExTag
1810 RTStrToLatin1Tag
1811 RTStrToLower
1812 RTStrToUInt16
1813 RTStrToUInt16Ex
1814 RTStrToUInt16Full
1815 RTStrToUInt32
1816 RTStrToUInt32Ex
1817 RTStrToUInt32Full
1818 RTStrToUInt64
1819 RTStrToUInt64Ex
1820 RTStrToUInt64Full
1821 RTStrToUInt8
1822 RTStrToUInt8Ex
1823 RTStrToUInt8Full
1824 RTStrToUni
1825 RTStrToUniEx
1826 RTStrToUpper
1827 RTStrToUtf16BigExTag
1828 RTStrToUtf16BigTag
1829 RTStrToUtf16ExTag
1830 RTStrToUtf16Tag
1831 RTStrUniLen
1832 RTStrUniLenEx
1833 RTStrUtf8ToCurrentCPTag
1834 RTStrValidateEncoding
1835 RTStrValidateEncodingEx
1836 RTStrVersionCompare
1837 RTStrmClearError
1838 RTStrmClose
1839 RTStrmError
1840 RTStrmFlush
1841 RTStrmGetCh
1842 RTStrmGetLine
1843 RTStrmOpen
1844 RTStrmOpenF
1845 RTStrmOpenFV
1846 RTStrmPrintf
1847 RTStrmPrintfV
1848 RTStrmPutCh
1849 RTStrmPutStr
1850 RTStrmReadEx
1851 RTStrmRewind
1852 RTStrmWriteEx
1853 RTSymlinkCreate
1854 RTSymlinkDelete
1855 RTSymlinkExists
1856 RTSymlinkIsDangling
1857 RTSymlinkRead
1858 RTSymlinkReadA
1859 RTSystemQueryAvailableRam
1860 RTSystemQueryDmiString
1861 RTSystemQueryOSInfo
1862 RTSystemQueryTotalRam
1863 RTTarClose
1864 RTTarFileClose
1865 RTTarFileGetSize
1866 RTTarFileOpen
1867 RTTarFileReadAt
1868 RTTarFileSetSize
1869 RTTarFileWriteAt
1870 RTTarOpen
1871 RTTcpClientClose
1872 RTTcpClientCloseEx
1873 RTTcpClientConnect
1874 RTTcpFlush
1875 RTTcpGetLocalAddress
1876 RTTcpGetPeerAddress
1877 RTTcpRead
1878 RTTcpReadNB
1879 RTTcpSelectOne
1880 RTTcpSelectOneEx
1881 RTTcpServerCreate
1882 RTTcpServerCreateEx
1883 RTTcpServerDestroy
1884 RTTcpServerDisconnectClient
1885 RTTcpServerDisconnectClient2
1886 RTTcpServerListen
1887 RTTcpServerListen2
1888 RTTcpServerShutdown
1889 RTTcpSetSendCoalescing
1890 RTTcpSgWrite
1891 RTTcpSgWriteL
1892 RTTcpSgWriteLNB
1893 RTTcpSgWriteLV
1894 RTTcpSgWriteLVNB
1895 RTTcpSgWriteNB
1896 RTTcpWrite
1897 RTTcpWriteNB
1898 RTTermDeregisterCallback
1899 RTTermRegisterCallback
1900 RTTermRunCallbacks
1901 RTTestBanner
1902 RTTestCreate
1903 RTTestDestroy
1904 RTTestErrorCount
1905 RTTestErrorInc
1906 RTTestFailed
1907 RTTestFailedV
1908 RTTestFailureDetails
1909 RTTestFailureDetailsV
1910 RTTestGuardedAlloc
1911 RTTestGuardedAllocHead
1912 RTTestGuardedAllocTail
1913 RTTestGuardedFree
1914 RTTestIErrorCount
1915 RTTestIErrorInc
1916 RTTestIFailed
1917 RTTestIFailedRc
1918 RTTestIFailedRcV
1919 RTTestIFailedV
1920 RTTestIFailureDetails
1921 RTTestIFailureDetailsV
1922 RTTestIPassed
1923 RTTestIPassedV
1924 RTTestIPrintf
1925 RTTestIPrintfV
1926 RTTestISub
1927 RTTestISubDone
1928 RTTestISubF
1929 RTTestISubV
1930 RTTestIValue
1931 RTTestIValueF
1932 RTTestIValueV
1933 RTTestInitAndCreate
1934 RTTestPassed
1935 RTTestPassedV
1936 RTTestPrintf
1937 RTTestPrintfNl
1938 RTTestPrintfNlV
1939 RTTestPrintfV
1940 RTTestSetDefault
1941 RTTestSkipAndDestroy
1942 RTTestSkipAndDestroyV
1943 RTTestSub
1944 RTTestSubDone
1945 RTTestSubF
1946 RTTestSubV
1947 RTTestSummaryAndDestroy
1948 RTTestValue
1949 RTTestValueF
1950 RTTestValueV
1951 RTThreadAdopt
1952 RTThreadBlocking
1953 RTThreadCreate
1954 RTThreadCreateF
1955 RTThreadCreateV
1956 RTThreadFromNative
1957 RTThreadGetAffinity
1958 RTThreadGetExecutionTimeMilli
1959 RTThreadGetName
1960 RTThreadGetNative
1961 RTThreadGetNativeState
1962 RTThreadGetReallySleeping
1963 RTThreadGetState
1964 RTThreadGetType
1965 RTThreadIsMain
1966 RTThreadNativeSelf
1967 RTThreadPoke ; not-win not-os2
1968 RTThreadSelf
1969 RTThreadSelfAutoAdopt
1970 RTThreadSelfName
1971 RTThreadSetAffinity
1972 RTThreadSetName
1973 RTThreadSetType
1974 RTThreadSleep
1975 RTThreadStateName
1976 RTThreadUnblocked
1977 RTThreadUserReset
1978 RTThreadUserSignal
1979 RTThreadUserWait
1980 RTThreadUserWaitNoResume
1981 RTThreadWait
1982 RTThreadWaitNoResume
1983 RTThreadYield
1984 RTTimeCompare
1985 RTTimeConvertToZulu
1986 RTTimeDbgBad
1987 RTTimeDbgExpired
1988 RTTimeDbgRaces
1989 RTTimeDbgSteps
1990 RTTimeExplode
1991 RTTimeImplode
1992 RTTimeIsLeapYear
1993 RTTimeLocalDeltaNano
1994 RTTimeLocalExplode
1995 RTTimeLocalNormalize
1996 RTTimeLocalNow
1997 RTTimeMilliTS
1998 RTTimeNanoTS
1999 RTTimeNanoTSLegacySyncInvarNoDelta
2000 RTTimeNanoTSLFenceSyncInvarNoDelta
2001 RTTimeNanoTSLegacyAsyncUseApicId
2002 RTTimeNanoTSLegacyAsyncUseRdtscp
2003 RTTimeNanoTSLegacyAsyncUseIdtrLim
2004 RTTimeNanoTSLegacySyncInvarWithDeltaUseApicId
2005 RTTimeNanoTSLegacySyncInvarWithDeltaUseRdtscp
2006 RTTimeNanoTSLegacySyncInvarWithDeltaUseIdtrLim
2007 RTTimeNanoTSLFenceAsyncUseApicId
2008 RTTimeNanoTSLFenceAsyncUseRdtscp
2009 RTTimeNanoTSLFenceAsyncUseIdtrLim
2010 RTTimeNanoTSLFenceSyncInvarWithDeltaUseApicId
2011 RTTimeNanoTSLFenceSyncInvarWithDeltaUseRdtscp
2012 RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim
2013 RTTimeNormalize
2014 RTTimeNow
2015 RTTimeProgramMicroTS
2016 RTTimeProgramMilliTS
2017 RTTimeProgramNanoTS
2018 RTTimeProgramSecTS
2019 RTTimeProgramStartNanoTS
2020 RTTimeSet
2021 RTTimeSpecToString
2022 RTTimeSystemMilliTS
2023 RTTimeSystemNanoTS
2024 RTTimeToString
2025 ;RTTimerChangeInterval - missing on windows
2026 RTTimerCreate
2027 ;RTTimerCreateEx - missing on windows
2028 RTTimerDestroy
2029 RTTimerLRCreate
2030 RTTimerLRCreateEx
2031 RTTimerLRDestroy
2032 RTTimerLRStart
2033 RTTimerLRStop
2034 ;RTTimerStart - missing on windows
2035 ;RTTimerStop - missing on windows
2036 RTTlsAlloc
2037 RTTlsAllocEx
2038 RTTlsFree
2039 RTTlsGet
2040 RTTlsGetEx
2041 RTTlsSet
2042 RTUniFree
2043 RTUtf16CalcLatin1Len
2044 RTUtf16CalcLatin1LenEx
2045 RTUtf16CalcUtf8Len
2046 RTUtf16CalcUtf8LenEx
2047 RTUtf16Cmp
2048 RTUtf16DupExTag
2049 RTUtf16DupTag
2050 RTUtf16Free
2051 RTUtf16GetCpExInternal
2052 RTUtf16GetCpInternal
2053 RTUtf16ICmp
2054 RTUtf16Len
2055 RTUtf16LocaleICmp
2056 RTUtf16PutCpInternal
2057 RTUtf16ToLatin1ExTag
2058 RTUtf16ToLatin1Tag
2059 RTUtf16ToLower
2060 RTUtf16ToUpper
2061 RTUtf16ToUtf8ExTag
2062 RTUtf16ToUtf8Tag
2063 RTUuidClear
2064 RTUuidCompare
2065 RTUuidCompare2Strs
2066 RTUuidCompareStr
2067 RTUuidCreate
2068 RTUuidFromStr
2069 RTUuidFromUtf16
2070 RTUuidIsNull
2071 RTUuidToStr
2072 RTUuidToUtf16
2073 RTVfsChainElementDeregisterProvider
2074 RTVfsChainElementRegisterProvider
2075 RTVfsChainIsSpec
2076 RTVfsChainOpenFile
2077 RTVfsChainOpenIoStream
2078 RTVfsChainSpecFree
2079 RTVfsDirCreateDir
2080 RTVfsDirFromRTDir
2081 RTVfsDirOpen
2082 RTVfsDirOpenDir
2083 RTVfsDirOpenFile
2084 RTVfsDirOpenFileAsIoStream
2085 RTVfsDirOpenNormal
2086 RTVfsDirOpenObj
2087 RTVfsDirQueryPathInfo
2088 RTVfsDirReadEx
2089 RTVfsDirRelease
2090 RTVfsDirRemoveDir
2091 RTVfsDirRetain
2092 RTVfsDirRetainDebug
2093 RTVfsFileFlush
2094 RTVfsFileFromBuffer
2095 RTVfsFileFromRTFile
2096 RTVfsFileGetMaxSize
2097 RTVfsFileGetOpenFlags
2098 RTVfsFileGetSize
2099 RTVfsFileOpen
2100 RTVfsFileOpenNormal
2101 RTVfsFilePoll
2102 RTVfsFileQueryInfo
2103 RTVfsFileQueryMaxSize
2104 RTVfsFileRead
2105 RTVfsFileReadAt
2106 RTVfsFileRelease
2107 RTVfsFileRetain
2108 RTVfsFileRetainDebug
2109 RTVfsFileSeek
2110 RTVfsFileSetSize
2111 RTVfsFileSgRead
2112 RTVfsFileSgWrite
2113 RTVfsFileTell
2114 RTVfsFileToIoStream
2115 RTVfsFileWrite
2116 RTVfsFileWriteAt
2117 RTVfsFsStrmNext
2118 RTVfsFsStrmQueryInfo
2119 RTVfsFsStrmRelease
2120 RTVfsFsStrmRetain
2121 RTVfsIoStreamToPrivate
2122 RTVfsIoStrmFlush
2123 RTVfsIoStrmFromBuffer
2124 RTVfsIoStrmFromRTFile
2125 RTVfsIoStrmFromRTPipe
2126 RTVfsIoStrmFromStdHandle
2127 RTVfsIoStrmGetOpenFlags
2128 RTVfsIoStrmIsAtEnd
2129 RTVfsIoStrmOpenNormal
2130 RTVfsIoStrmPoll
2131 RTVfsIoStrmQueryInfo
2132 RTVfsIoStrmRead
2133 RTVfsIoStrmReadAll
2134 RTVfsIoStrmReadAllFree
2135 RTVfsIoStrmReadAt
2136 RTVfsIoStrmRelease
2137 RTVfsIoStrmRetain
2138 RTVfsIoStrmRetainDebug
2139 RTVfsIoStrmSgRead
2140 RTVfsIoStrmSgWrite
2141 RTVfsIoStrmSkip
2142 RTVfsIoStrmTell
2143 RTVfsIoStrmToFile
2144 RTVfsIoStrmValidateUtf8Encoding
2145 RTVfsIoStrmWrite
2146 RTVfsIoStrmWriteAt
2147 RTVfsIoStrmZeroFill
2148 RTVfsLockAcquireReadSlow
2149 RTVfsLockAcquireWriteSlow
2150 RTVfsLockRelease
2151 RTVfsLockReleaseReadSlow
2152 RTVfsLockReleaseWriteSlow
2153 RTVfsLockRetain
2154 RTVfsMemorizeIoStreamAsFile
2155 RTVfsNewBaseObj
2156 RTVfsNewFile
2157 RTVfsNewFsStream
2158 RTVfsNewIoStream
2159 RTVfsNewSymlink
2160 RTVfsObjFromDir
2161 RTVfsObjFromFile
2162 RTVfsObjFromFsStream
2163 RTVfsObjFromIoStream
2164 RTVfsObjFromSymlink
2165 RTVfsObjFromVfs
2166 RTVfsObjQueryInfo
2167 RTVfsObjRelease
2168 RTVfsObjRetain
2169 RTVfsObjToDir
2170 RTVfsObjToFile
2171 RTVfsObjToFsStream
2172 RTVfsObjToIoStream
2173 RTVfsObjToSymlink
2174 RTVfsObjToVfs
2175 RTVfsParsePath
2176 RTVfsParsePathA
2177 RTVfsParsePathAppend
2178 RTVfsParsePathFree
2179 RTVfsSymlinkQueryInfo
2180 RTVfsSymlinkRead
2181 RTVfsSymlinkRelease
2182 RTVfsSymlinkRetain
2183 RTVfsSymlinkSetMode
2184 RTVfsSymlinkSetOwner
2185 RTVfsSymlinkSetTimes
2186 RTVfsUtilDummyPollOne
2187 RTVfsUtilPumpIoStreams
2188 RTZipBlockCompress
2189 RTZipBlockDecompress
2190 RTZipCompCreate
2191 RTZipCompDestroy
2192 RTZipCompFinish
2193 RTZipCompress
2194 RTZipDecompCreate
2195 RTZipDecompDestroy
2196 RTZipDecompress
2197 RTZipGzipDecompressIoStream
2198 RTZipTarCmd
2199 RTZipTarFsStreamFromIoStream
2200
2201 ; Support library
2202 SUPR3HardenedLdrLoad
2203 SUPR3HardenedLdrLoadAppPriv
2204 SUPR3HardenedLdrLoadPlugIn
2205 SUPR3QueryVTxSupported
2206 SUPR3QueryVTCaps
2207 SUPSemEventSignal
2208 SUPSemEventWaitNoResume
2209 SUPSemEventClose
2210 SUPSemEventCreate
2211 SUPR3Init
2212 SUPR3LoadModule
2213 SUPR3TracerOpen
2214 SUPR3TracerIoCtl
2215
2216 ; Very temporary stuff:
2217 RTHttpRawGetResponseCode
2218 RTHttpRawPerform
2219 RTHttpRawSetCustomRequest
2220 RTHttpRawSetDelete
2221 RTHttpRawSetGet
2222 RTHttpRawSetHead
2223 RTHttpRawSetInfileSize
2224 RTHttpRawSetPost
2225 RTHttpRawSetPostFields
2226 RTHttpRawSetPut
2227 RTHttpRawSetReadCallback
2228 RTHttpRawSetTimeout
2229 RTHttpRawSetUrl
2230 RTHttpRawSetVerbose
2231 RTHttpRawSetWriteCallback
2232 RTHttpRawSetWriteHeaderCallback
2233
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette