Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ZBUFF_createDCtx
Function
ZBUFF_createDCtx
freebsd/contrib/zstd/lib/deprecated/zbuff_decompress.c:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
ZBUFF_DCtx* ZBUFF_createDCtx(void)
21
{
22
return ZSTD_createDStream();
23
}
24
25
ZBUFF_DCtx* ZBUFF_createDCtx_advanced(ZSTD_customMem customMem)
26
{
Callers
nothing calls this directly
Calls
1
ZSTD_createDStream
Function · 0.50
Tested by
no test coverage detected