Searched refs:new_strategy (Results 1 – 1 of 1) sorted by relevance
1657 zng_deflate_param_value *new_strategy = NULL; in zng_deflateSetParams() local1682 param_buf_error = deflateSetParamPre(&new_strategy, sizeof(int), ¶ms[i]); in zng_deflateSetParams()1703 if (new_level != NULL || new_strategy != NULL) { in zng_deflateSetParams()1705 new_strategy == NULL ? s->strategy : *(int *)new_strategy->buf); in zng_deflateSetParams()1709 if (new_strategy != NULL) in zng_deflateSetParams()1710 new_strategy->status = Z_STREAM_ERROR; in zng_deflateSetParams()