HomeSort by: relevance | last modified time | path
    Searched refs:network_id (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/libICE/dist/src/
setauth.c 74 strcmp (entries[i].network_id,
75 _IcePaAuthDataEntries[j].network_id) == 0 &&
83 free (_IcePaAuthDataEntries[j].network_id);
95 _IcePaAuthDataEntries[j].network_id
96 = strdup(entries[i].network_id);
getauth.c 106 strcmp (networkId, entry->network_id) == 0 &&
129 const char *network_id,
158 strcmp (network_id, entry->network_id) == 0 &&
188 const char *network_id,
206 strcmp (network_id, entry->network_id) == 0 &&
listen.c 87 listenObjs[*countRet].network_id = networkId;
187 return strdup(listenObj->network_id);
206 len += (strlen (listenObjs[i]->network_id) + 1);
222 strcat (list, listenObjs[i]->network_id);
235 strcat (list, listenObjs[i]->network_id);
259 free (listenObjs[i]->network_id);
authutil.c 247 local.network_id = NULL;
258 if (!read_string (auth_file, &local.network_id))
279 free (local.network_id);
297 free (auth->network_id);
319 if (!write_string (auth_file, auth->network_id))
337 const char *network_id,
360 strcmp (network_id, entry->network_id) == 0 &&
accept.c 93 iceConn->connection_string = strdup(listenObj->network_id);
listenwk.c 91 listenObjs[*countRet].network_id = networkId;
ICElibint.h 128 char *network_id; member in struct:_IceListenObj
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEutil.h 46 char *network_id; member in struct:__anon5500
59 char *network_id; member in struct:__anon5501
109 const char * /* network_id */,
  /xsrc/external/mit/xsm/dist/
auth.c 71 entry->network_id,
79 entry->network_id,
193 (*authDataEntries)[i].network_id =
202 (*authDataEntries)[i+1].network_id =
270 free (authDataEntries[i].network_id);
remote.c 169 if (Strstr (authDataEntries[i].network_id, "local/"))
174 authDataEntries[i].network_id,
  /xsrc/external/mit/iceauth/dist/
process.c 781 fprintf (fp, "%s", auth->network_id);
831 strcmp (a->network_id, b->network_id) == 0 &&
977 if (netid && strcmp (netid, l->auth->network_id))
1364 auth->network_id = copystring (netid);
1371 !auth->network_id || !auth->auth_name ||
1430 if (auth->network_id)
1431 free (auth->network_id);

Completed in 9 milliseconds