Searched refs:prev_val (Results 1 – 1 of 1) sorted by relevance
70 struct propval *prev_val; /* Previous value used by set/setvalues */ member149 ctx->prev_val = NULL; in prop_init()222 retval->prev_val = src_ctx->prev_val; in prop_dup()455 ctx->prev_val = NULL; in prop_clear()563 if(!name && !ctx->prev_val) return SASL_BADPARAM; in prop_set()568 ctx->prev_val = NULL; in prop_set()572 ctx->prev_val = val; in prop_set()578 if(!ctx->prev_val) return SASL_BADPARAM; in prop_set()581 cur = ctx->prev_val; in prop_set()