Searched refs:oldcode (Results 1 – 4 of 4) sorted by relevance
113 int oldcode; /* Previous code. */ member259 state->oldcode = -1; in compress_bidder_init()363 state->oldcode = -1; in next_code()368 || (code == state->free_ent && state->oldcode < 0)) { in next_code()378 code = state->oldcode; in next_code()390 if (code < state->maxcode && state->oldcode >= 0) { in next_code()391 state->prefix[code] = state->oldcode; in next_code()405 state->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,