Searched refs:ZSTD_TraceCtx (Results 1 – 4 of 4) sorted by relevance
117 typedef unsigned long long ZSTD_TraceCtx; typedef126 ZSTD_WEAK_ATTR ZSTD_TraceCtx ZSTD_trace_compress_begin(135 ZSTD_TraceCtx ctx,145 ZSTD_WEAK_ATTR ZSTD_TraceCtx ZSTD_trace_decompress_begin(154 ZSTD_TraceCtx ctx,
127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) in ZSTD_trace_compress_begin()132 return (ZSTD_TraceCtx)UTIL_clockSpanNano(g_enableTime); in ZSTD_trace_compress_begin()135 void ZSTD_trace_compress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) in ZSTD_trace_compress_end()145 ZSTD_TraceCtx ZSTD_trace_decompress_begin(ZSTD_DCtx const* dctx) in ZSTD_trace_decompress_begin()150 return (ZSTD_TraceCtx)UTIL_clockSpanNano(g_enableTime); in ZSTD_trace_decompress_begin()153 void ZSTD_trace_decompress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) in ZSTD_trace_decompress_end()
205 ZSTD_TraceCtx traceCtx;
427 ZSTD_TraceCtx traceCtx;