Searched refs:auth_names (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | getauth.c | 36 const char **auth_names, int *index_ret); 131 const char **auth_names, 160 auth_names, &index_ret)) 190 const char **auth_names, 208 auth_names, &index_ret)) 235 const char **auth_names, int *index_ret) 239 * Check if auth_name is in auth_names. Return index. 245 if (strcmp (auth_name, auth_names[i]) == 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 234 auth_valid(const char * auth_name,int num_auth_names,const char ** auth_names,int * index_ret) argument
|
| H A D | register.c | 112 p->auth_names = malloc (authCount * sizeof (char *)); 118 p->auth_names[i] = strdup(authNames[i]); 124 p->auth_names = NULL; 211 p->auth_names = malloc (authCount * sizeof (char *)); 217 p->auth_names[i] = strdup(authNames[i]); 223 p->auth_names = NULL;
|
| H A D | protosetup.c | 137 (const char **) myProtocol->orig_client->auth_names, 153 extra += STRING_BYTES (myProtocol->orig_client->auth_names[ 187 STORE_STRING (pData, myProtocol->orig_client->auth_names[
|
| H A D | process.c | 2053 (const char **) myProtocol->auth_names, 2067 const char *myAuthName = myProtocol->auth_names[i];
|
| /xsrc/external/mit/libICE/dist/include/X11/ICE/ |
| H A D | ICEconn.h | 56 char **auth_names; member in struct:__anon13044c610108 69 char **auth_names; member in struct:__anon13044c610208
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_manager.c | 113 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; 142 auth_count, auth_names, auth_procs, hostBasedAuthProc, 112 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; local in function:SmsInitialize
|
| H A D | sm_client.c | 74 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; 100 auth_count, auth_names, auth_procs, NULL)) < 0) 73 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; local in function:SmcOpenConnection
|
Completed in 39 milliseconds