VirtualBox

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

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

Runtime,Main: Remove the now unused and deprecated RTTar* API in favor of the VFS implementation, move the header declaring the tar headers to iprt/formats so the appliance code can access some required defines [Windows build fix]

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 55.9 KB
Line 
1; $Id: VBoxRTImp.def 98323 2023-01-26 16:04:46Z vboxsync $
2;; @file
3; VirtualBox Runtime DLL - Stable Interface Definition file.
4;
5
6;
7; Copyright (C) 2010-2023 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 RTMemFree
1395 RTMemPageAllocTag
1396 RTMemPageAllocZTag
1397 RTMemPageFree
1398 RTMemPoolAlloc
1399 RTMemPoolAllocZ
1400 RTMemPoolCreate
1401 RTMemPoolDestroy
1402 RTMemPoolDup
1403 RTMemPoolDupEx
1404 RTMemPoolFree
1405 RTMemPoolRealloc
1406 RTMemPoolRefCount
1407 RTMemPoolRelease
1408 RTMemPoolRetain
1409 RTMemProtect
1410 RTMemReallocTag
1411 RTMemSaferAllocZExTag
1412 RTMemSaferAllocZTag
1413 RTMemSaferFree
1414 RTMemSaferGetSize
1415 RTMemSaferReallocZExTag
1416 RTMemSaferReallocZTag
1417 RTMemSaferScramble
1418 RTMemSaferUnscramble
1419 RTMemTmpAllocTag
1420 RTMemTmpAllocZTag
1421 RTMemTmpFree
1422 RTMemWipeThoroughly
1423 RTMpCpuIdFromSetIndex
1424 RTMpCpuIdToSetIndex
1425 RTMpGetCount
1426 RTMpGetCurFrequency
1427 RTMpGetDescription
1428 RTMpGetMaxCpuId
1429 RTMpGetMaxFrequency
1430 RTMpGetOnlineCount
1431 RTMpGetOnlineSet
1432 RTMpGetPresentCount
1433 RTMpGetPresentSet
1434 RTMpGetSet
1435 RTMpIsCpuOnline
1436 RTMpIsCpuPossible
1437 RTMpIsCpuPresent
1438 RTMsgError
1439 RTMsgErrorExit
1440 RTMsgErrorExitV
1441 RTMsgErrorRc
1442 RTMsgErrorRcV
1443 RTMsgErrorV
1444 RTMsgInfo
1445 RTMsgInfoV
1446 RTMsgInitFailure
1447 RTMsgSyntax
1448 RTMsgSyntaxV
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 RTTcpClientClose
1906 RTTcpClientCloseEx
1907 RTTcpClientConnect
1908 RTTcpFlush
1909 RTTcpGetLocalAddress
1910 RTTcpGetPeerAddress
1911 RTTcpRead
1912 RTTcpReadNB
1913 RTTcpSelectOne
1914 RTTcpSelectOneEx
1915 RTTcpServerCreate
1916 RTTcpServerCreateEx
1917 RTTcpServerDestroy
1918 RTTcpServerDisconnectClient
1919 RTTcpServerDisconnectClient2
1920 RTTcpServerListen
1921 RTTcpServerListen2
1922 RTTcpServerShutdown
1923 RTTcpSetSendCoalescing
1924 RTTcpSgWrite
1925 RTTcpSgWriteL
1926 RTTcpSgWriteLNB
1927 RTTcpSgWriteLV
1928 RTTcpSgWriteLVNB
1929 RTTcpSgWriteNB
1930 RTTcpWrite
1931 RTTcpWriteNB
1932 RTTermDeregisterCallback
1933 RTTermRegisterCallback
1934 RTTermRunCallbacks
1935 RTTestBanner
1936 RTTestCreate
1937 RTTestDestroy
1938 RTTestErrorCount
1939 RTTestErrorInc
1940 RTTestFailed
1941 RTTestFailedV
1942 RTTestFailureDetails
1943 RTTestFailureDetailsV
1944 RTTestGuardedAlloc
1945 RTTestGuardedAllocHead
1946 RTTestGuardedAllocTail
1947 RTTestGuardedFree
1948 RTTestIErrorCount
1949 RTTestIErrorInc
1950 RTTestIFailed
1951 RTTestIFailedRc
1952 RTTestIFailedRcV
1953 RTTestIFailedV
1954 RTTestIFailureDetails
1955 RTTestIFailureDetailsV
1956 RTTestIPassed
1957 RTTestIPassedV
1958 RTTestIPrintf
1959 RTTestIPrintfV
1960 RTTestISub
1961 RTTestISubDone
1962 RTTestISubF
1963 RTTestISubV
1964 RTTestIValue
1965 RTTestIValueF
1966 RTTestIValueV
1967 RTTestInitAndCreate
1968 RTTestPassed
1969 RTTestPassedV
1970 RTTestPrintf
1971 RTTestPrintfNl
1972 RTTestPrintfNlV
1973 RTTestPrintfV
1974 RTTestSetDefault
1975 RTTestSkipAndDestroy
1976 RTTestSkipAndDestroyV
1977 RTTestSub
1978 RTTestSubDone
1979 RTTestSubF
1980 RTTestSubV
1981 RTTestSummaryAndDestroy
1982 RTTestValue
1983 RTTestValueF
1984 RTTestValueV
1985 RTThreadAdopt
1986 RTThreadBlocking
1987 RTThreadCreate
1988 RTThreadCreateF
1989 RTThreadCreateV
1990 RTThreadFromNative
1991 RTThreadGetAffinity
1992 RTThreadGetExecutionTimeMilli
1993 RTThreadGetName
1994 RTThreadGetNative
1995 RTThreadGetNativeState
1996 RTThreadGetReallySleeping
1997 RTThreadGetState
1998 RTThreadGetType
1999 RTThreadIsMain
2000 RTThreadNativeSelf
2001 RTThreadPoke ; not-win not-os2
2002 RTThreadSelf
2003 RTThreadSelfAutoAdopt
2004 RTThreadSelfName
2005 RTThreadSetAffinity
2006 RTThreadSetName
2007 RTThreadSetType
2008 RTThreadSleep
2009 RTThreadStateName
2010 RTThreadUnblocked
2011 RTThreadUserReset
2012 RTThreadUserSignal
2013 RTThreadUserWait
2014 RTThreadUserWaitNoResume
2015 RTThreadWait
2016 RTThreadWaitNoResume
2017 RTThreadYield
2018 RTTimeCompare
2019 RTTimeConvertToZulu
2020 RTTimeDbgBad
2021 RTTimeDbgExpired
2022 RTTimeDbgRaces
2023 RTTimeDbgSteps
2024 RTTimeExplode
2025 RTTimeImplode
2026 RTTimeIsLeapYear
2027 RTTimeLocalDeltaNano
2028 RTTimeLocalExplode
2029 RTTimeLocalNormalize
2030 RTTimeLocalNow
2031 RTTimeMilliTS
2032 RTTimeNanoTS
2033 RTTimeNanoTSLegacySyncInvarNoDelta
2034 RTTimeNanoTSLFenceSyncInvarNoDelta
2035 RTTimeNanoTSLegacyAsyncUseApicId
2036 RTTimeNanoTSLegacyAsyncUseRdtscp
2037 RTTimeNanoTSLegacyAsyncUseIdtrLim
2038 RTTimeNanoTSLegacySyncInvarWithDeltaUseApicId
2039 RTTimeNanoTSLegacySyncInvarWithDeltaUseRdtscp
2040 RTTimeNanoTSLegacySyncInvarWithDeltaUseIdtrLim
2041 RTTimeNanoTSLFenceAsyncUseApicId
2042 RTTimeNanoTSLFenceAsyncUseRdtscp
2043 RTTimeNanoTSLFenceAsyncUseIdtrLim
2044 RTTimeNanoTSLFenceSyncInvarWithDeltaUseApicId
2045 RTTimeNanoTSLFenceSyncInvarWithDeltaUseRdtscp
2046 RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim
2047 RTTimeNormalize
2048 RTTimeNow
2049 RTTimeProgramMicroTS
2050 RTTimeProgramMilliTS
2051 RTTimeProgramNanoTS
2052 RTTimeProgramSecTS
2053 RTTimeProgramStartNanoTS
2054 RTTimeSet
2055 RTTimeSpecToString
2056 RTTimeSystemMilliTS
2057 RTTimeSystemNanoTS
2058 RTTimeToString
2059 ;RTTimerChangeInterval - missing on windows
2060 RTTimerCreate
2061 ;RTTimerCreateEx - missing on windows
2062 RTTimerDestroy
2063 RTTimerLRCreate
2064 RTTimerLRCreateEx
2065 RTTimerLRDestroy
2066 RTTimerLRStart
2067 RTTimerLRStop
2068 ;RTTimerStart - missing on windows
2069 ;RTTimerStop - missing on windows
2070 RTTlsAlloc
2071 RTTlsAllocEx
2072 RTTlsFree
2073 RTTlsGet
2074 RTTlsGetEx
2075 RTTlsSet
2076 RTUniFree
2077 RTUriParse
2078 RTUtf16BigToUtf8ExTag
2079 RTUtf16CalcLatin1Len
2080 RTUtf16CalcLatin1LenEx
2081 RTUtf16CalcUtf8Len
2082 RTUtf16CalcUtf8LenEx
2083 RTUtf16Cmp
2084 RTUtf16DupExTag
2085 RTUtf16DupTag
2086 RTUtf16Free
2087 RTUtf16GetCpExInternal
2088 RTUtf16GetCpInternal
2089 RTUtf16ICmp
2090 RTUtf16Len
2091 RTUtf16NLen
2092 RTUtf16NCmp
2093 RTUtf16NCmpUtf8
2094 RTUtf16LocaleICmp
2095 RTUtf16PutCpInternal
2096 RTUtf16ToLatin1ExTag
2097 RTUtf16ToLatin1Tag
2098 RTUtf16ToLower
2099 RTUtf16ToUpper
2100 RTUtf16ToUtf8ExTag
2101 RTUtf16ToUtf8Tag
2102 RTUuidClear
2103 RTUuidCompare
2104 RTUuidCompare2Strs
2105 RTUuidCompareStr
2106 RTUuidCreate
2107 RTUuidFromStr
2108 RTUuidFromUtf16
2109 RTUuidIsNull
2110 RTUuidToStr
2111 RTUuidToUtf16
2112 RTVfsChainElementDeregisterProvider
2113 RTVfsChainElementRegisterProvider
2114 RTVfsChainIsSpec
2115 RTVfsChainOpenFile
2116 RTVfsChainOpenIoStream
2117 RTVfsChainSpecFree
2118 RTVfsDirCreateDir
2119 RTVfsDirFromRTDir
2120 RTVfsDirOpen
2121 RTVfsDirOpenDir
2122 RTVfsDirOpenFile
2123 RTVfsDirOpenFileAsIoStream
2124 RTVfsDirOpenNormal
2125 RTVfsDirOpenObj
2126 RTVfsDirQueryPathInfo
2127 RTVfsDirReadEx
2128 RTVfsDirRelease
2129 RTVfsDirRemoveDir
2130 RTVfsDirRetain
2131 RTVfsDirRetainDebug
2132 RTVfsFileFlush
2133 RTVfsFileFromBuffer
2134 RTVfsFileFromRTFile
2135 RTVfsFileGetMaxSize
2136 RTVfsFileGetOpenFlags
2137 RTVfsFileQuerySize
2138 RTVfsFileOpen
2139 RTVfsFileOpenNormal
2140 RTVfsFilePoll
2141 RTVfsFileQueryInfo
2142 RTVfsFileQueryMaxSize
2143 RTVfsFileRead
2144 RTVfsFileReadAt
2145 RTVfsFileRelease
2146 RTVfsFileRetain
2147 RTVfsFileRetainDebug
2148 RTVfsFileSeek
2149 RTVfsFileSetSize
2150 RTVfsFileSgRead
2151 RTVfsFileSgWrite
2152 RTVfsFileTell
2153 RTVfsFileToIoStream
2154 RTVfsFileWrite
2155 RTVfsFileWriteAt
2156 RTVfsFsStrmNext
2157 RTVfsFsStrmQueryInfo
2158 RTVfsFsStrmRelease
2159 RTVfsFsStrmRetain
2160 RTVfsIoStreamToPrivate
2161 RTVfsIoStrmFlush
2162 RTVfsIoStrmFromBuffer
2163 RTVfsIoStrmFromRTFile
2164 RTVfsIoStrmFromRTPipe
2165 RTVfsIoStrmFromStdHandle
2166 RTVfsIoStrmGetOpenFlags
2167 RTVfsIoStrmIsAtEnd
2168 RTVfsIoStrmOpenNormal
2169 RTVfsIoStrmPoll
2170 RTVfsIoStrmQueryInfo
2171 RTVfsIoStrmRead
2172 RTVfsIoStrmReadAll
2173 RTVfsIoStrmReadAllFree
2174 RTVfsIoStrmReadAt
2175 RTVfsIoStrmRelease
2176 RTVfsIoStrmRetain
2177 RTVfsIoStrmRetainDebug
2178 RTVfsIoStrmSgRead
2179 RTVfsIoStrmSgWrite
2180 RTVfsIoStrmSkip
2181 RTVfsIoStrmTell
2182 RTVfsIoStrmToFile
2183 RTVfsIoStrmValidateUtf8Encoding
2184 RTVfsIoStrmWrite
2185 RTVfsIoStrmWriteAt
2186 RTVfsIoStrmZeroFill
2187 RTVfsLockAcquireReadSlow
2188 RTVfsLockAcquireWriteSlow
2189 RTVfsLockRelease
2190 RTVfsLockReleaseReadSlow
2191 RTVfsLockReleaseWriteSlow
2192 RTVfsLockRetain
2193 RTVfsMemFileCreate
2194 RTVfsMemIoStrmCreate
2195 RTVfsMemorizeIoStreamAsFile
2196 RTVfsNewBaseObj
2197 RTVfsNewFile
2198 RTVfsNewFsStream
2199 RTVfsNewIoStream
2200 RTVfsNewSymlink
2201 RTVfsObjFromDir
2202 RTVfsObjFromFile
2203 RTVfsObjFromFsStream
2204 RTVfsObjFromIoStream
2205 RTVfsObjFromSymlink
2206 RTVfsObjFromVfs
2207 RTVfsObjQueryInfo
2208 RTVfsObjRelease
2209 RTVfsObjRetain
2210 RTVfsObjToDir
2211 RTVfsObjToFile
2212 RTVfsObjToFsStream
2213 RTVfsObjToIoStream
2214 RTVfsObjToSymlink
2215 RTVfsObjToVfs
2216 RTVfsParsePath
2217 RTVfsParsePathA
2218 RTVfsParsePathAppend
2219 RTVfsParsePathFree
2220 RTVfsSymlinkQueryInfo
2221 RTVfsSymlinkRead
2222 RTVfsSymlinkRelease
2223 RTVfsSymlinkRetain
2224 RTVfsSymlinkSetMode
2225 RTVfsSymlinkSetOwner
2226 RTVfsSymlinkSetTimes
2227 RTVfsUtilDummyPollOne
2228 RTVfsUtilPumpIoStreams
2229 RTZipBlockCompress
2230 RTZipBlockDecompress
2231 RTZipCompCreate
2232 RTZipCompDestroy
2233 RTZipCompFinish
2234 RTZipCompress
2235 RTZipDecompCreate
2236 RTZipDecompDestroy
2237 RTZipDecompress
2238 RTZipGzipDecompressIoStream
2239 RTZipTarCmd
2240 RTZipTarFsStreamFromIoStream
2241
2242 ; Support library
2243 SUPR3HardenedLdrLoad
2244 SUPR3HardenedLdrLoadAppPriv
2245 SUPR3HardenedLdrLoadPlugIn
2246 SUPR3QueryVTxSupported
2247 SUPR3QueryVTCaps
2248 SUPSemEventSignal
2249 SUPSemEventWaitNoResume
2250 SUPSemEventClose
2251 SUPSemEventCreate
2252 SUPR3Init
2253 SUPR3LoadModule
2254 SUPR3TracerOpen
2255 SUPR3TracerIoCtl
2256
2257 ; Very temporary stuff:
2258 RTHttpRawGetResponseCode
2259 RTHttpRawPerform
2260 RTHttpRawSetCustomRequest
2261 RTHttpRawSetDelete
2262 RTHttpRawSetGet
2263 RTHttpRawSetHead
2264 RTHttpRawSetInfileSize
2265 RTHttpRawSetPost
2266 RTHttpRawSetPostFields
2267 RTHttpRawSetPut
2268 RTHttpRawSetReadCallback
2269 RTHttpRawSetTimeout
2270 RTHttpRawSetUrl
2271 RTHttpRawSetVerbose
2272 RTHttpRawSetWriteCallback
2273 RTHttpRawSetWriteHeaderCallback
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