Lines Matching defs:user_error_message
489 char *user_error_message;
518 state->user_error_message = NULL;
653 state->user_error_message = talloc_strdup(state, errmsg);
655 state->user_error_message = talloc_strdup(state,
660 if (state->user_error_message == NULL) {
670 state->user_error_message = talloc_strdup(state, errmsg);
671 if (state->user_error_message == NULL) {
694 char **user_error_message)
699 *user_error_message = talloc_steal(mem_ctx, state->user_error_message);