Searched refs:auth_user_tmp (Results 1 – 1 of 1) sorted by relevance
106 (void) memset(auth_user_tmp, 0, sizeof(auth_user_tmp)); \113 (void) memcpy(auth_user_tmp, s, auth_user_len); \116 get_sasl_user(auth_user_tmp, auth_user_len, auth_type, auth_user, sizeof(auth_user))996 char auth_user[MAX_AUTH_USER_LEN], auth_user_tmp[MAX_AUTH_USER_LEN]; local