Searched refs:crp (Results 1 – 2 of 2) sorted by relevance
153 xdr_rmtcallres(xdrs, crp) in xdr_rmtcallres() argument155 struct rmtcallres *crp;160 assert(crp != NULL);162 port_ptr = (caddr_t)(void *)crp->port_ptr;164 (xdrproc_t)xdr_u_long) && xdr_u_long(xdrs, &crp->resultslen)) {165 crp->port_ptr = (u_long *)(void *)port_ptr;166 return ((*(crp->xdr_results))(xdrs, crp->results_ptr));
1348 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState() argument1379 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState()1380 if (crp!=ZSTDcrp_leaveDirty) { in ZSTD_reset_matchState()1422 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal() argument1564 crp, in ZSTD_resetCCtx_internal()