Searched refs:protocol_name (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | setauth.c | 72 if (strcmp (entries[i].protocol_name, 73 _IcePaAuthDataEntries[j].protocol_name) == 0 && 82 free (_IcePaAuthDataEntries[j].protocol_name); 92 _IcePaAuthDataEntries[j].protocol_name 93 = strdup(entries[i].protocol_name);
|
| H A D | getauth.c | 105 strcmp (protocolName, entry->protocol_name) == 0 && 128 const char *protocol_name, 157 if (strcmp (protocol_name, entry->protocol_name) == 0 && 187 const char *protocol_name, 205 if (strcmp (protocol_name, entry->protocol_name) == 0 && 127 _IceGetPoValidAuthIndices(const char * protocol_name,const char * network_id,int num_auth_names,const char ** auth_names,int * num_indices_ret,int * indices_ret) argument 186 _IceGetPaValidAuthIndices(const char * protocol_name,const char * network_id,int num_auth_names,const char ** auth_names,int * num_indices_ret,int * indices_ret) argument
|
| H A D | register.c | 52 if (strcmp (protocolName, _IceProtocols[i - 1].protocol_name) == 0) 83 _IceProtocols[_IceLastMajorOpcode].protocol_name = 85 if (_IceProtocols[_IceLastMajorOpcode].protocol_name == NULL) 92 free(_IceProtocols[_IceLastMajorOpcode].protocol_name); 155 if (strcmp (protocolName, _IceProtocols[i - 1].protocol_name) == 0) 186 _IceProtocols[_IceLastMajorOpcode].protocol_name =
|
| H A D | authutil.c | 245 local.protocol_name = NULL; 251 if (!read_string (auth_file, &local.protocol_name)) 277 free (local.protocol_name); 295 free (auth->protocol_name); 312 if (!write_string (auth_file, auth->protocol_name)) 336 const char *protocol_name, 359 if (strcmp (protocol_name, entry->protocol_name) == 0 && 335 IceGetAuthFileEntry(const char * protocol_name,const char * network_id,const char * auth_name) argument
|
| H A D | protosetup.c | 134 _IceGetPoValidAuthIndices (myProtocol->protocol_name, 147 extra = STRING_BYTES (myProtocol->protocol_name) + 181 STORE_STRING (pData, myProtocol->protocol_name);
|
| H A D | process.c | 1968 iceConn->process_msg_info[i].protocol->protocol_name) == 0) 1979 if (strcmp (protocolName, _IceProtocols[i].protocol_name) == 0) 2051 _IceProtocols[myOpcode - 1].protocol_name,
|
| /xsrc/external/mit/libICE/dist/include/X11/ICE/ |
| H A D | ICEutil.h | 43 char *protocol_name; member in struct:__anon3d58dbd10108 58 char *protocol_name; member in struct:__anon3d58dbd10208 108 const char * /* protocol_name */,
|
| H A D | ICEconn.h | 76 char *protocol_name; member in struct:__anon13044c610308
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | auth.c | 70 entry->protocol_name, 78 entry->protocol_name, 195 (*authDataEntries)[i].protocol_name = "ICE"; 204 (*authDataEntries)[i+1].protocol_name = "XSMP";
|
| H A D | remote.c | 173 authDataEntries[i].protocol_name,
|
| /xsrc/external/mit/iceauth/dist/ |
| H A D | process.c | 774 fprintf (fp, "%s", auth->protocol_name); 830 int match = strcmp (a->protocol_name, b->protocol_name) == 0 && 970 if (protoname && strcmp (protoname, l->auth->protocol_name)) 1361 auth->protocol_name = copystring (protoname); 1369 if (!auth->protocol_name || 1426 if (auth->protocol_name) 1427 free (auth->protocol_name);
|
Completed in 12 milliseconds