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