Searched defs:dict_id (Results 1 – 2 of 2) sorted by relevance
33 int32_t dict_id; member125 static ZSTD_DDict* readDict(const char* filename, char **buf, size_t* size, int32_t* dict_id) { in readDict()144 static ZSTD_DDict* readDictByID(stuff_t *stuff, int32_t dict_id, char **buf, size_t* size) { in readDictByID()247 int32_t dict_id = ZSTD_getDictID_fromFrame(stuff->input, stuff->input_size); in init_stuff() local
254 uint32_t dict_id = dict_matches[l]; in FN() local