Searched refs:codetab (Results 1 – 5 of 5) sorted by relevance
296 const struct codestring * codetab in getcode() 301 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() 297 getcode(int code,const struct codestring * codetab) getcode() argument
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]
3309 decode(const char *name, const CODE *codetab) in decode() argument3324 for (c = codetab; c->c_name; c++) in decode()