Home
last modified time | relevance | path

Searched refs:resplocal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h308 ocsd_datapath_resp_t resplocal = OCSD_RESP_CONT; in Flush() local
316 resplocal = onFlush(); // local flush in Flush()
318 return (resplocal > resp) ? resplocal : resp; in Flush()