Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dpmap_rmt.c153 xdr_rmtcallres(xdrs, crp) in xdr_rmtcallres() argument
155 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));
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress.c1348 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState() argument
1379 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() argument
1564 crp, in ZSTD_resetCCtx_internal()