OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dictionary_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.h
18
typedef struct dictionary_s
dictionary_t
;
typedef in typeref:struct:dictionary_s
31
dictionary_t
* parsed_dict);
42
* Return a valid
dictionary_t
pointer for use with dictionary initialization
45
dictionary_t
* create_dictionary(void);
54
void parse_dictionary(
dictionary_t
*const dict, const void *src,
60
void free_dictionary(
dictionary_t
*const dict);
zstd_decompress.h
18
typedef struct dictionary_s
dictionary_t
;
typedef in typeref:struct:dictionary_s
31
dictionary_t
* parsed_dict);
42
* Return a valid
dictionary_t
pointer for use with dictionary initialization
45
dictionary_t
* create_dictionary(void);
54
void parse_dictionary(
dictionary_t
*const dict, const void *src,
60
void free_dictionary(
dictionary_t
*const dict);
Completed in 216 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026