VirtualBox

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

Last change on this file since 96407 was 96407, checked in by vboxsync, 2 years ago

scm copyright and license note update

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

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