Searched refs:codetab (Results 1 – 5 of 5) sorted by relevance
288 const struct codestring * codetab in getcode() argument293 while (codetab->code != -1) { in getcode()294 if (codetab->code == code) in getcode()295 return codetab->string; in getcode()296 codetab++; in getcode()300 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string, code); in getcode()
97 unsigned short codetab [HSIZE]; member364 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()379 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()390 state->codetab[i] = state->first_free++; /* code -> hashtable */ in archive_compressor_compress_write()
274 decode(char *name, const CODE *codetab) in decode() argument281 for (c = codetab; c->c_name; c++) in decode()
150 #define codetab zs->zs_codetab macro185 #define codetabof(i) codetab[i]
2128 decode(const char *name, const CODE *codetab) in decode() argument2143 for (c = codetab; c->c_name; c++) in decode()