Searched defs:prev_val (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c70 struct propval *prev_val; /* Previous value used by set/setvalues */ member in struct:propctx
149 ctx->prev_val = NULL;
222 retval->prev_val = src_ctx->prev_val;
455 ctx->prev_val = NULL;
563 if(!name && !ctx->prev_val) return SASL_BADPARAM;
568 ctx->prev_val = NULL;
572 ctx->prev_val = val;
578 if(!ctx->prev_val) return SASL_BADPARAM;
581 cur = ctx->prev_val;
[all...]

Completed in 23 milliseconds