Searched refs:codetab (Results 1 – 5 of 5) sorted by relevance
297 const struct codestring * codetab in getcode() argument302 while (codetab->code != -1) { in getcode()303 if (codetab->code == code) in getcode()304 return codetab->string1; in getcode()305 codetab++; in getcode()309 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string1, code); in getcode()
97 unsigned short codetab [HSIZE]; member359 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()374 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()385 state->codetab[i] = state->first_free++; /* code -> hashtable */ in archive_compressor_compress_write()
427 decode(char *name, const CODE *codetab) in decode() argument434 for (c = codetab; c->c_name; c++) in decode()
152 #define codetab zs->zs_codetab macro187 #define codetabof(i) codetab[i]
3194 decode(const char *name, const CODE *codetab) in decode() argument3209 for (c = codetab; c->c_name; c++) in decode()