Searched refs:oldcode (Results 1 – 4 of 4) sorted by relevance
114 int oldcode; /* Previous code. */ member267 compress->oldcode = -1; in compress_filter_init()368 compress->oldcode = -1; in next_code()373 || (code == compress->free_ent && compress->oldcode < 0)) { in next_code()383 code = compress->oldcode; in next_code()395 if (code < compress->maxcode && compress->oldcode >= 0) { in next_code()396 compress->prefix[code] = compress->oldcode; in next_code()410 compress->oldcode = newcode; in next_code()
166 #define oldcode zs->u.r.zs_oldcode macro498 finchar = oldcode = getcode(zs); in zread()499 if (oldcode == -1) /* EOF already? */ in zread()514 oldcode = -1; in zread()521 if (code > free_ent || oldcode == -1) { in zread()527 code = oldcode; in zread()551 if ((code = free_ent) < maxmaxcode && oldcode != -1) { in zread()552 tab_prefixof(code) = (u_short) oldcode; in zread()558 oldcode = incode; in zread()
247 k5_change_error_message_code(krb5_context ctx, krb5_error_code oldcode, in k5_change_error_message_code() argument250 if (ctx != NULL && ctx->err.msg != NULL && ctx->err.code == oldcode) in k5_change_error_message_code()
2391 void k5_change_error_message_code(krb5_context ctx, krb5_error_code oldcode,