Searched refs:codetab (Results 1 – 5 of 5) sorted by relevance
158 struct codestring *codetab in getcode() argument163 while (codetab->code != -1) { in getcode()164 if (codetab->code == code) in getcode()165 return codetab->string; in getcode()166 codetab++; in getcode()168 (void) sprintf(buf, "%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]
2036 decode(const char *name, const CODE *codetab) in decode() argument2051 for (c = codetab; c->c_name; c++) in decode()