Searched refs:locale_str (Results 1 – 3 of 3) sorted by relevance
75 char *locale_str; member
1053 if (sparam->locale_str != NULL) { in rdr_cleanup_params()1054 free((void *)sparam->locale_str); in rdr_cleanup_params()1055 sparam->locale_str = NULL; in rdr_cleanup_params()1745 if (params->locale_str != NULL) { in pack_ses_req_request()1746 locale_str_len = strlen(params->locale_str) + 1; in pack_ses_req_request()1776 if (params->locale_str != NULL) { in pack_ses_req_request()1777 (void) memcpy(bufptr, params->locale_str, locale_str_len); in pack_ses_req_request()1808 if (get_string_from_buf(&(params->locale_str), in unpack_ses_req_request()
802 ses_setlocale(param->req.locale_str); in dcs_ses_req()