1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif
//GO(COVER_best_destroy,
//GO(COVER_best_finish,
//GO(COVER_best_init,
//GO(COVER_best_start,
//GO(COVER_best_wait,
//GO(COVER_checkTotalCompressedSize,
//GO(COVER_computeEpochs,
//GO(COVER_dictSelectionError,
//GO(COVER_dictSelectionFree,
//GO(COVER_dictSelectionIsError,
//GO(COVER_selectDict,
//GO(COVER_sum,
//GO(COVER_warnOnSmallCorpus,
//GO(divbwt,
//GO(divsufsort,
//GO(ERR_getErrorString,
//GO(FSE_buildCTable,
//GO(FSE_buildCTable_raw,
//GO(FSE_buildCTable_rle,
//GO(FSE_buildCTable_wksp,
//GO(FSE_buildDTable,
//GO(FSE_buildDTable_raw,
//GO(FSE_buildDTable_rle,
//GO(FSE_buildDTable_wksp,
//GO(FSE_compress,
//GO(FSE_compress2,
//GO(FSE_compressBound,
//GO(FSE_compress_usingCTable,
//GO(FSE_compress_wksp,
//GO(FSE_createCTable,
//GO(FSE_createDTable,
//GO(FSE_decompress,
//GO(FSE_decompress_usingDTable,
//GO(FSE_decompress_wksp,
//GO(FSE_decompress_wksp_bmi2,
//GO(FSE_freeCTable,
//GO(FSE_freeDTable,
//GO(FSE_getErrorName,
//GO(FSE_isError,
//GO(FSE_NCountWriteBound,
//GO(FSE_normalizeCount,
//GO(FSE_optimalTableLog,
//GO(FSE_optimalTableLog_internal,
//GO(FSE_readNCount,
//GO(FSE_readNCount_bmi2,
//GO(FSEv05_buildDTable,
//GO(FSEv05_buildDTable_raw,
//GO(FSEv05_buildDTable_rle,
//GO(FSEv05_createDTable,
//GO(FSEv05_decompress,
//GO(FSEv05_decompress_usingDTable,
//GO(FSEv05_freeDTable,
//GO(FSEv05_getErrorName,
//GO(FSEv05_isError,
//GO(FSEv05_readNCount,
//GO(FSEv06_buildDTable,
//GO(FSEv06_buildDTable_raw,
//GO(FSEv06_buildDTable_rle,
//GO(FSEv06_createDTable,
//GO(FSEv06_decompress,
//GO(FSEv06_decompress_usingDTable,
//GO(FSEv06_freeDTable,
//GO(FSEv06_getErrorName,
//GO(FSEv06_isError,
//GO(FSEv06_readNCount,
//GO(FSEv07_buildDTable,
//GO(FSEv07_buildDTable_raw,
//GO(FSEv07_buildDTable_rle,
//GO(FSEv07_createDTable,
//GO(FSEv07_decompress,
//GO(FSEv07_decompress_usingDTable,
//GO(FSEv07_freeDTable,
//GO(FSEv07_getErrorName,
//GO(FSEv07_isError,
//GO(FSEv07_readNCount,
//GO(FSE_versionNumber,
//GO(FSE_writeNCount,
//DATAB(g_debuglevel,
//DATAB(g_ZSTD_threading_useless_symbol,
//GO(HIST_count,
//GO(HIST_countFast,
//GO(HIST_countFast_wksp,
//GO(HIST_count_simple,
//GO(HIST_count_wksp,
//GO(HIST_isError,
//GO(HUF_buildCTable,
//GO(HUF_buildCTable_wksp,
//GO(HUF_compress,
//GO(HUF_compress1X,
//GO(HUF_compress1X_repeat,
//GO(HUF_compress1X_usingCTable,
//GO(HUF_compress1X_wksp,
//GO(HUF_compress2,
//GO(HUF_compress4X_repeat,
//GO(HUF_compress4X_usingCTable,
//GO(HUF_compress4X_wksp,
//GO(HUF_compressBound,
//GO(HUF_decompress,
//GO(HUF_decompress1X1,
//GO(HUF_decompress1X1_DCtx,
//GO(HUF_decompress1X1_DCtx_wksp,
//GO(HUF_decompress1X1_DCtx_wksp_bmi2,
//GO(HUF_decompress1X1_usingDTable,
//GO(HUF_decompress1X2,
//GO(HUF_decompress1X2_DCtx,
//GO(HUF_decompress1X2_DCtx_wksp,
//GO(HUF_decompress1X2_usingDTable,
//GO(HUF_decompress1X_DCtx,
//GO(HUF_decompress1X_DCtx_wksp,
//GO(HUF_decompress1X_usingDTable,
//GO(HUF_decompress1X_usingDTable_bmi2,
//GO(HUF_decompress4X1,
//GO(HUF_decompress4X1_DCtx,
//GO(HUF_decompress4X1_DCtx_wksp,
//GO(HUF_decompress4X1_usingDTable,
//GO(HUF_decompress4X2,
//GO(HUF_decompress4X2_DCtx,
//GO(HUF_decompress4X2_DCtx_wksp,
//GO(HUF_decompress4X2_usingDTable,
//GO(HUF_decompress4X_DCtx,
//GO(HUF_decompress4X_hufOnly,
//GO(HUF_decompress4X_hufOnly_wksp,
//GO(HUF_decompress4X_hufOnly_wksp_bmi2,
//GO(HUF_decompress4X_usingDTable,
//GO(HUF_decompress4X_usingDTable_bmi2,
//GO(HUF_estimateCompressedSize,
//GO(HUF_getErrorName,
//GO(HUF_getNbBits,
//GO(HUF_isError,
//GO(HUF_optimalTableLog,
//GO(HUF_readCTable,
//GO(HUF_readDTableX1,
//GO(HUF_readDTableX1_wksp,
//GO(HUF_readDTableX1_wksp_bmi2,
//GO(HUF_readDTableX2,
//GO(HUF_readDTableX2_wksp,
//GO(HUF_readStats,
//GO(HUF_readStats_wksp,
//GO(HUF_selectDecoder,
//GO(HUFv05_decompress,
//GO(HUFv05_decompress1X2,
//GO(HUFv05_decompress1X2_usingDTable,
//GO(HUFv05_decompress1X4,
//GO(HUFv05_decompress1X4_usingDTable,
//GO(HUFv05_decompress4X2,
//GO(HUFv05_decompress4X2_usingDTable,
//GO(HUFv05_decompress4X4,
//GO(HUFv05_decompress4X4_usingDTable,
//GO(HUFv05_getErrorName,
//GO(HUFv05_isError,
//GO(HUFv05_readDTableX2,
//GO(HUFv05_readDTableX4,
//GO(HUFv06_decompress,
//GO(HUFv06_decompress1X2,
//GO(HUFv06_decompress1X2_usingDTable,
//GO(HUFv06_decompress1X4,
//GO(HUFv06_decompress1X4_usingDTable,
//GO(HUFv06_decompress4X2,
//GO(HUFv06_decompress4X2_usingDTable,
//GO(HUFv06_decompress4X4,
//GO(HUFv06_decompress4X4_usingDTable,
//GO(HUFv06_readDTableX2,
//GO(HUFv06_readDTableX4,
//GO(HUFv07_decompress,
//GO(HUFv07_decompress1X2,
//GO(HUFv07_decompress1X2_DCtx,
//GO(HUFv07_decompress1X2_usingDTable,
//GO(HUFv07_decompress1X4,
//GO(HUFv07_decompress1X4_DCtx,
//GO(HUFv07_decompress1X4_usingDTable,
//GO(HUFv07_decompress1X_DCtx,
//GO(HUFv07_decompress1X_usingDTable,
//GO(HUFv07_decompress4X2,
//GO(HUFv07_decompress4X2_DCtx,
//GO(HUFv07_decompress4X2_usingDTable,
//GO(HUFv07_decompress4X4,
//GO(HUFv07_decompress4X4_DCtx,
//GO(HUFv07_decompress4X4_usingDTable,
//GO(HUFv07_decompress4X_DCtx,
//GO(HUFv07_decompress4X_hufOnly,
//GO(HUFv07_decompress4X_usingDTable,
//GO(HUFv07_getErrorName,
//GO(HUFv07_isError,
//GO(HUFv07_readDTableX2,
//GO(HUFv07_readDTableX4,
//GO(HUFv07_readStats,
//GO(HUFv07_selectDecoder,
//GO(HUF_validateCTable,
//GO(HUF_writeCTable,
//GO(POOL_add,
//GO(POOL_create,
//GO(POOL_create_advanced,
//GO(POOL_free,
//GO(POOL_resize,
//GO(POOL_sizeof,
//GO(POOL_tryAdd,
//GO(ZBUFF_compressContinue,
//GO(ZBUFF_compressEnd,
//GO(ZBUFF_compressFlush,
//GO(ZBUFF_compressInit,
//GO(ZBUFF_compressInit_advanced,
//GO(ZBUFF_compressInitDictionary,
//GO(ZBUFF_createCCtx,
//GO(ZBUFF_createCCtx_advanced,
//GO(ZBUFF_createDCtx,
//GO(ZBUFF_createDCtx_advanced,
//GO(ZBUFF_decompressContinue,
//GO(ZBUFF_decompressInit,
//GO(ZBUFF_decompressInitDictionary,
//GO(ZBUFF_freeCCtx,
//GO(ZBUFF_freeDCtx,
//GO(ZBUFF_getErrorName,
//GO(ZBUFF_isError,
//GO(ZBUFF_recommendedCInSize,
//GO(ZBUFF_recommendedCOutSize,
//GO(ZBUFF_recommendedDInSize,
//GO(ZBUFF_recommendedDOutSize,
//GO(ZBUFFv05_createDCtx,
//GO(ZBUFFv05_decompressContinue,
//GO(ZBUFFv05_decompressInit,
//GO(ZBUFFv05_decompressInitDictionary,
//GO(ZBUFFv05_freeDCtx,
//GO(ZBUFFv05_getErrorName,
//GO(ZBUFFv05_isError,
//GO(ZBUFFv05_recommendedDInSize,
//GO(ZBUFFv05_recommendedDOutSize,
//GO(ZBUFFv06_createDCtx,
//GO(ZBUFFv06_decompressContinue,
//GO(ZBUFFv06_decompressInit,
//GO(ZBUFFv06_decompressInitDictionary,
//GO(ZBUFFv06_freeDCtx,
//GO(ZBUFFv06_getErrorName,
//GO(ZBUFFv06_isError,
//GO(ZBUFFv06_recommendedDInSize,
//GO(ZBUFFv06_recommendedDOutSize,
//GO(ZBUFFv07_createDCtx,
//GO(ZBUFFv07_createDCtx_advanced,
//GO(ZBUFFv07_decompressContinue,
//GO(ZBUFFv07_decompressInit,
//GO(ZBUFFv07_decompressInitDictionary,
//GO(ZBUFFv07_freeDCtx,
//GO(ZBUFFv07_getErrorName,
//GO(ZBUFFv07_isError,
//GO(ZBUFFv07_recommendedDInSize,
//GO(ZBUFFv07_recommendedDOutSize,
//GO(ZDICT_addEntropyTablesFromBuffer,
//GO(ZDICT_finalizeDictionary,
//GO(ZDICT_getDictHeaderSize,
//GO(ZDICT_getDictID,
//GO(ZDICT_getErrorName,
//GO(ZDICT_isError,
//GO(ZDICT_optimizeTrainFromBuffer_cover,
//GO(ZDICT_optimizeTrainFromBuffer_fastCover,
//GO(ZDICT_trainFromBuffer,
//GO(ZDICT_trainFromBuffer_cover,
//GO(ZDICT_trainFromBuffer_fastCover,
//GO(ZDICT_trainFromBuffer_legacy,
//GO(ZDICT_trainFromBuffer_unsafe_legacy,
//GO(ZSTD_adjustCParams,
//GO(ZSTD_buildCTable,
//GO(ZSTD_buildFSETable,
//GO(ZSTD_CCtx_getParameter,
GO(ZSTD_CCtx_loadDictionary, LFppL)
//GO(ZSTD_CCtx_loadDictionary_advanced,
//GO(ZSTD_CCtx_loadDictionary_byReference,
//GO(ZSTD_CCtxParams_getParameter,
//GO(ZSTD_CCtxParams_init,
//GO(ZSTD_CCtxParams_init_advanced,
//GO(ZSTD_CCtxParams_reset,
//GO(ZSTD_CCtxParams_setParameter,
GO(ZSTD_CCtx_refCDict, LFpp)
GO(ZSTD_CCtx_refPrefix, LFppL)
//GO(ZSTD_CCtx_refPrefix_advanced,
//GO(ZSTD_CCtx_refThreadPool,
GO(ZSTD_CCtx_reset, LFpu)
GO(ZSTD_CCtx_setParameter, LFpui)
//GO(ZSTD_CCtx_setParametersUsingCCtxParams,
GO(ZSTD_CCtx_setPledgedSrcSize, LFpU)
//GO(ZSTD_checkContinuity,
//GO(ZSTD_checkCParams,
GO(ZSTD_compress, LFpLpLi)
GO(ZSTD_compress2, LFppLpL)
//GO(ZSTD_compress_advanced,
//GO(ZSTD_compress_advanced_internal,
//GO(ZSTD_compressBegin,
//GO(ZSTD_compressBegin_advanced,
//GO(ZSTD_compressBegin_advanced_internal,
//GO(ZSTD_compressBegin_usingCDict,
//GO(ZSTD_compressBegin_usingCDict_advanced,
//GO(ZSTD_compressBegin_usingDict,
//GO(ZSTD_compressBlock,
//GO(ZSTD_compressBlock_btlazy2,
//GO(ZSTD_compressBlock_btlazy2_dictMatchState,
//GO(ZSTD_compressBlock_btlazy2_extDict,
//GO(ZSTD_compressBlock_btopt,
//GO(ZSTD_compressBlock_btopt_dictMatchState,
//GO(ZSTD_compressBlock_btopt_extDict,
//GO(ZSTD_compressBlock_btultra,
//GO(ZSTD_compressBlock_btultra2,
//GO(ZSTD_compressBlock_btultra_dictMatchState,
//GO(ZSTD_compressBlock_btultra_extDict,
//GO(ZSTD_compressBlock_doubleFast,
//GO(ZSTD_compressBlock_doubleFast_dictMatchState,
//GO(ZSTD_compressBlock_doubleFast_extDict,
//GO(ZSTD_compressBlock_fast,
//GO(ZSTD_compressBlock_fast_dictMatchState,
//GO(ZSTD_compressBlock_fast_extDict,
//GO(ZSTD_compressBlock_greedy,
//GO(ZSTD_compressBlock_greedy_dedicatedDictSearch,
//GO(ZSTD_compressBlock_greedy_dictMatchState,
//GO(ZSTD_compressBlock_greedy_extDict,
//GO(ZSTD_compressBlock_lazy,
//GO(ZSTD_compressBlock_lazy2,
//GO(ZSTD_compressBlock_lazy2_dedicatedDictSearch,
//GO(ZSTD_compressBlock_lazy2_dictMatchState,
//GO(ZSTD_compressBlock_lazy2_extDict,
//GO(ZSTD_compressBlock_lazy_dedicatedDictSearch,
//GO(ZSTD_compressBlock_lazy_dictMatchState,
//GO(ZSTD_compressBlock_lazy_extDict,
GO(ZSTD_compressBound, LFL)
GO(ZSTD_compressCCtx, LFppLpLi)
//GO(ZSTD_compressContinue,
//GO(ZSTD_compressEnd,
//GO(ZSTD_compressLiterals,
//GO(ZSTD_compressRleLiteralsBlock,
//GO(ZSTD_compressSequences,
GO(ZSTD_compressStream, LFppp)
GO(ZSTD_compressStream2, LFpppu)
//GO(ZSTD_compressStream2_simpleArgs,
//GO(ZSTD_compressSuperBlock,
GO(ZSTD_compress_usingCDict, LFppLpLp)
//GO(ZSTD_compress_usingCDict_advanced,
GO(ZSTD_compress_usingDict, LFppLpLpLi)
//GO(ZSTD_copyCCtx,
//GO(ZSTD_copyDCtx,
//GO(ZSTD_copyDDictParameters,
GO(ZSTD_cParam_getBounds, HFu)
GO(ZSTD_createCCtx, pFv)
//GO(ZSTD_createCCtx_advanced,
//GO(ZSTD_createCCtxParams,
GO(ZSTD_createCDict, pFpLi)
//GO(ZSTD_createCDict_advanced,
//GO(ZSTD_createCDict_advanced2,
//GO(ZSTD_createCDict_byReference,
GO(ZSTD_createCStream, pFv)
//GO(ZSTD_createCStream_advanced,
GO(ZSTD_createDCtx, pFv)
//GO(ZSTD_createDCtx_advanced,
GO(ZSTD_createDDict, pFpL)
//GO(ZSTD_createDDict_advanced,
//GO(ZSTD_createDDict_byReference,
GO(ZSTD_createDStream, pFv)
//GO(ZSTD_createDStream_advanced,
//GO(ZSTD_crossEntropyCost,
GO(ZSTD_CStreamInSize, LFv)
GO(ZSTD_CStreamOutSize, LFv)
//GO(ZSTD_customCalloc,
//GO(ZSTD_customFree,
//GO(ZSTD_customMalloc,
//GO(ZSTD_cycleLog,
//GO(ZSTD_DCtx_getParameter,
GO(ZSTD_DCtx_loadDictionary, LFppL)
//GO(ZSTD_DCtx_loadDictionary_advanced,
//GO(ZSTD_DCtx_loadDictionary_byReference,
GO(ZSTD_DCtx_refDDict, LFpp)
GO(ZSTD_DCtx_refPrefix, LFppL)
//GO(ZSTD_DCtx_refPrefix_advanced,
GO(ZSTD_DCtx_reset, LFpu)
//GO(ZSTD_DCtx_setFormat,
//GO(ZSTD_DCtx_setMaxWindowSize,
GO(ZSTD_DCtx_setParameter, LFpui)
//GO(ZSTD_DDict_dictContent,
//GO(ZSTD_DDict_dictSize,
//GO(ZSTD_decodeLiteralsBlock,
//GO(ZSTD_decodeSeqHeaders,
//GO(ZSTD_decodingBufferSize_min,
GO(ZSTD_decompress, LFpLpL)
//GO(ZSTD_decompressBegin,
//GO(ZSTD_decompressBegin_usingDDict,
//GO(ZSTD_decompressBegin_usingDict,
//GO(ZSTD_decompressBlock,
//GO(ZSTD_decompressBlock_internal,
//GO(ZSTD_decompressBound,
//GO(ZSTD_decompressContinue,
GO(ZSTD_decompressDCtx, LFppLpL)
GO(ZSTD_decompressStream, LFppp)
//GO(ZSTD_decompressStream_simpleArgs,
GO(ZSTD_decompress_usingDDict, LFppLpLp)
GO(ZSTD_decompress_usingDict, LFppLpLpL)
//GO(ZSTD_dedicatedDictSearch_lazy_loadDictionary,
GO(ZSTD_dParam_getBounds, HFu)
GO(ZSTD_DStreamInSize, LFv)
GO(ZSTD_DStreamOutSize, LFv)
//GO(ZSTD_encodeSequences,
GO(ZSTD_endStream, LFpp)
//GO(ZSTD_estimateCCtxSize,
//GO(ZSTD_estimateCCtxSize_usingCCtxParams,
//GO(ZSTD_estimateCCtxSize_usingCParams,
//GO(ZSTD_estimateCDictSize,
//GO(ZSTD_estimateCDictSize_advanced,
//GO(ZSTD_estimateCStreamSize,
//GO(ZSTD_estimateCStreamSize_usingCCtxParams,
//GO(ZSTD_estimateCStreamSize_usingCParams,
//GO(ZSTD_estimateDCtxSize,
//GO(ZSTD_estimateDDictSize,
//GO(ZSTD_estimateDStreamSize,
//GO(ZSTD_estimateDStreamSize_fromFrame,
//GO(ZSTD_fillDoubleHashTable,
//GO(ZSTD_fillHashTable,
//GO(ZSTD_findDecompressedSize,
GO(ZSTD_findFrameCompressedSize, LFpL)
GO(ZSTD_flushStream, LFpp)
//GO(ZSTD_frameHeaderSize,
GO(ZSTD_freeCCtx, LFp)
//GO(ZSTD_freeCCtxParams,
GO(ZSTD_freeCDict, LFp)
GO(ZSTD_freeCStream, LFp)
GO(ZSTD_freeDCtx, LFp)
GO(ZSTD_freeDDict, LFp)
GO(ZSTD_freeDStream, LFp)
//GO(ZSTD_fseBitCost,
//GO(ZSTD_generateSequences,
//GO(ZSTD_getBlockSize,
//GO(ZSTD_getcBlockSize,
//GO(ZSTD_getCParams,
//GO(ZSTD_getCParamsFromCCtxParams,
//GO(ZSTD_getCParamsFromCDict,
GO(ZSTD_getDecompressedSize, UFpL)
GO(ZSTD_getDictID_fromCDict, uFp)
GO(ZSTD_getDictID_fromDDict, uFp)
GO(ZSTD_getDictID_fromDict, uFpL)
GO(ZSTD_getDictID_fromFrame, uFpL)
GO(ZSTD_getErrorCode, uFL)
GO(ZSTD_getErrorName, pFL)
GO(ZSTD_getErrorString, pFu)
GO(ZSTD_getFrameContentSize, UFpL)
//GO(ZSTD_getFrameHeader,
//GO(ZSTD_getFrameHeader_advanced,
//GO(ZSTD_getFrameProgression,
//GO(ZSTD_getParams,
//GO(ZSTD_getSeqStore,
GO(ZSTD_initCStream, LFpi)
//GO(ZSTD_initCStream_advanced,
//GO(ZSTD_initCStream_internal,
//GO(ZSTD_initCStream_srcSize,
//GO(ZSTD_initCStream_usingCDict,
//GO(ZSTD_initCStream_usingCDict_advanced,
//GO(ZSTD_initCStream_usingDict,
GO(ZSTD_initDStream, LFp)
//GO(ZSTD_initDStream_usingDDict,
//GO(ZSTD_initDStream_usingDict,
//GO(ZSTD_initStaticCCtx,
//GO(ZSTD_initStaticCDict,
//GO(ZSTD_initStaticCStream,
//GO(ZSTD_initStaticDCtx,
//GO(ZSTD_initStaticDDict,
//GO(ZSTD_initStaticDStream,
//GO(ZSTD_insertAndFindFirstIndex,
//GO(ZSTD_insertBlock,
//GO(ZSTD_invalidateRepCodes,
GO(ZSTD_isError, uFL)
//GO(ZSTD_isFrame,
//GO(ZSTD_ldm_adjustParameters,
//GO(ZSTD_ldm_blockCompress,
//GO(ZSTD_ldm_fillHashTable,
//GO(ZSTD_ldm_generateSequences,
//GO(ZSTD_ldm_getMaxNbSeq,
//GO(ZSTD_ldm_getTableSize,
//GO(ZSTD_ldm_skipRawSeqStoreBytes,
//GO(ZSTD_ldm_skipSequences,
//GO(ZSTD_loadCEntropy,
//GO(ZSTD_loadDEntropy,
GO(ZSTD_maxCLevel, iFv)
//GO(ZSTD_mergeBlockDelimiters,
GO(ZSTD_minCLevel, iFv)
//GO(ZSTDMT_compressStream_generic,
//GO(ZSTDMT_createCCtx_advanced,
//GO(ZSTDMT_freeCCtx,
//GO(ZSTDMT_getFrameProgression,
//GO(ZSTDMT_initCStream_internal,
//GO(ZSTDMT_nextInputSizeHint,
//GO(ZSTDMT_sizeof_CCtx,
//GO(ZSTDMT_toFlushNow,
//GO(ZSTDMT_updateCParams_whileCompressing,
//GO(ZSTD_nextInputType,
//GO(ZSTD_nextSrcSizeToDecompress,
//GO(ZSTD_noCompressLiterals,
//GO(ZSTD_referenceExternalSequences,
//GO(ZSTD_reset_compressedBlockState,
//GO(ZSTD_resetCStream,
//GO(ZSTD_resetDStream,
//GO(ZSTD_resetSeqStore,
//GO(ZSTD_selectBlockCompressor,
//GO(ZSTD_selectEncodingType,
//GO(ZSTD_seqToCodes,
GO(ZSTD_sizeof_CCtx, LFp)
GO(ZSTD_sizeof_CDict, LFp)
GO(ZSTD_sizeof_CStream, LFp)
GO(ZSTD_sizeof_DCtx, LFp)
GO(ZSTD_sizeof_DDict, LFp)
GO(ZSTD_sizeof_DStream, LFp)
//GO(ZSTD_toFlushNow,
//GO(ZSTD_updateTree,
//GO(ZSTDv05_copyDCtx,
//GO(ZSTDv05_createDCtx,
//GO(ZSTDv05_decompress,
//GO(ZSTDv05_decompressBegin,
//GO(ZSTDv05_decompressBegin_usingDict,
//GO(ZSTDv05_decompressBlock,
//GO(ZSTDv05_decompressContinue,
//GO(ZSTDv05_decompressDCtx,
//GO(ZSTDv05_decompress_usingDict,
//GO(ZSTDv05_decompress_usingPreparedDCtx,
//GO(ZSTDv05_findFrameSizeInfoLegacy,
//GO(ZSTDv05_freeDCtx,
//GO(ZSTDv05_getErrorName,
//GO(ZSTDv05_getFrameParams,
//GO(ZSTDv05_isError,
//GO(ZSTDv05_nextSrcSizeToDecompress,
//GO(ZSTDv05_sizeofDCtx,
//GO(ZSTDv06_copyDCtx,
//GO(ZSTDv06_createDCtx,
//GO(ZSTDv06_decompress,
//GO(ZSTDv06_decompressBegin,
//GO(ZSTDv06_decompressBegin_usingDict,
//GO(ZSTDv06_decompressBlock,
//GO(ZSTDv06_decompressContinue,
//GO(ZSTDv06_decompressDCtx,
//GO(ZSTDv06_decompress_usingDict,
//GO(ZSTDv06_decompress_usingPreparedDCtx,
//GO(ZSTDv06_findFrameSizeInfoLegacy,
//GO(ZSTDv06_freeDCtx,
//GO(ZSTDv06_getErrorName,
//GO(ZSTDv06_getFrameParams,
//GO(ZSTDv06_isError,
//GO(ZSTDv06_nextSrcSizeToDecompress,
//GO(ZSTDv06_sizeofDCtx,
//GO(ZSTDv07_copyDCtx,
//GO(ZSTDv07_createDCtx,
//GO(ZSTDv07_createDCtx_advanced,
//GO(ZSTDv07_createDDict,
//GO(ZSTDv07_decompress,
//GO(ZSTDv07_decompressBegin,
//GO(ZSTDv07_decompressBegin_usingDict,
//GO(ZSTDv07_decompressBlock,
//GO(ZSTDv07_decompressContinue,
//GO(ZSTDv07_decompressDCtx,
//GO(ZSTDv07_decompress_usingDDict,
//GO(ZSTDv07_decompress_usingDict,
//GO(ZSTDv07_estimateDCtxSize,
//GO(ZSTDv07_findFrameSizeInfoLegacy,
//GO(ZSTDv07_freeDCtx,
//GO(ZSTDv07_freeDDict,
//GO(ZSTDv07_getDecompressedSize,
//GO(ZSTDv07_getErrorName,
//GO(ZSTDv07_getFrameParams,
//GO(ZSTDv07_insertBlock,
//GO(ZSTDv07_isError,
//GO(ZSTDv07_isSkipFrame,
//GO(ZSTDv07_nextSrcSizeToDecompress,
//GO(ZSTDv07_sizeofDCtx,
GO(ZSTD_versionNumber, uFv)
GO(ZSTD_versionString, pFv)
//GO(ZSTD_writeLastEmptyBlock,
//GO(ZSTD_XXH32,
//GO(ZSTD_XXH32_canonicalFromHash,
//GO(ZSTD_XXH32_copyState,
//GO(ZSTD_XXH32_createState,
//GO(ZSTD_XXH32_digest,
//GO(ZSTD_XXH32_freeState,
//GO(ZSTD_XXH32_hashFromCanonical,
//GO(ZSTD_XXH32_reset,
//GO(ZSTD_XXH32_update,
//GO(ZSTD_XXH64,
//GO(ZSTD_XXH64_canonicalFromHash,
//GO(ZSTD_XXH64_copyState,
//GO(ZSTD_XXH64_createState,
//GO(ZSTD_XXH64_digest,
//GO(ZSTD_XXH64_freeState,
//GO(ZSTD_XXH64_hashFromCanonical,
//GO(ZSTD_XXH64_reset,
//GO(ZSTD_XXH64_update,
//GO(ZSTD_XXH_versionNumber,
|