Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ MPPC_SizeOfDecompressionHistory
Function
MPPC_SizeOfDecompressionHistory
freebsd/net/mppcd.c:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
size_t MPPC_SizeOfDecompressionHistory(void)
94
{
95
return (sizeof(struct MPPC_decomp_state));
96
}
97
98
void MPPC_InitDecompressionHistory(char *history)
99
{
Callers
1
ng_mppc_rcvmsg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected