Searched refs:oesc (Results 1 – 5 of 5) sorted by relevance
11 int oesc in oesc_msg() argument14 if (oesc == 0x00) in oesc_msg()20 sprintf(buf, "Operation-Ending-Supplemental Code is 0x%.2X", oesc); in oesc_msg()
136 strm->msg = oesc_msg(dfltcc_state->msg, param->oesc); in dfltcc_inflate()142 if (cc == DFLTCC_CC_OP2_CORRUPT && param->oesc != 0) { in dfltcc_inflate()
235 strm->msg = oesc_msg(dfltcc_state->msg, param->oesc); in dfltcc_deflate()248 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG"); in dfltcc_deflate()
101 char *oesc_msg(char *buf, int oesc);
59 uint8_t oesc; /* Operation-Ending-Supplemental Code */ member
Completed in 6 milliseconds