Searched refs:locale_str (Results 1 – 3 of 3) sorted by relevance
73 char *locale_str; member
1051 if (sparam->locale_str != NULL) { in rdr_cleanup_params()1052 free((void *)sparam->locale_str); in rdr_cleanup_params()1053 sparam->locale_str = NULL; in rdr_cleanup_params()1743 if (params->locale_str != NULL) { in pack_ses_req_request()1744 locale_str_len = strlen(params->locale_str) + 1; in pack_ses_req_request()1774 if (params->locale_str != NULL) { in pack_ses_req_request()1775 (void) memcpy(bufptr, params->locale_str, locale_str_len); in pack_ses_req_request()1806 if (get_string_from_buf(&(params->locale_str), in unpack_ses_req_request()
800 ses_setlocale(param->req.locale_str); in dcs_ses_req()