Searched refs:codetab (Results 1 – 5 of 5) sorted by relevance
296 const struct codestring * codetab in getcode() argument301 while (codetab->code != -1) { in getcode()302 if (codetab->code == code) in getcode()303 return codetab->string1; in getcode()304 codetab++; in getcode()308 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string1, code); in getcode()
95 unsigned short codetab [HSIZE]; member357 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()372 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()383 state->codetab[i] = state->first_free++; /* code -> hashtable */ in archive_compressor_compress_write()
418 decode(char *name, const CODE *codetab) in decode() argument425 for (c = codetab; c->c_name; c++) in decode()
147 #define codetab zs->zs_codetab macro182 #define codetabof(i) codetab[i]
3290 decode(const char *name, const CODE *codetab) in decode() argument3305 for (c = codetab; c->c_name; c++) in decode()