Searched refs:sm_client_id (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DShell.c1574 String sm_client_id = ((SessionShellWidget) p)->session.session_id; local in function:_popup_set_prop
1576 if (sm_client_id != NULL) {
1581 (unsigned char *) sm_client_id,
1582 (int) strlen(sm_client_id));
2887 char *sm_client_id; local in function:JoinSession
2903 sm_client_id = SmcClientID(w->session.connection);
2912 &sm_client_id, XT_MSG_LENGTH, error_msg);
2928 || (strcmp(w->session.session_id, sm_client_id) != 0)) {
2930 w->session.session_id = XtNewString(sm_client_id);
2932 free(sm_client_id);
[all...]

Completed in 5 milliseconds