Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 181) sorted by relevance

12345678

/external/dbus/bus/
Dtest.c36 static DBusList *clients = NULL; variable
118 _dbus_list_remove (&clients, connection); in client_disconnect_filter()
122 if (clients == NULL) in client_disconnect_filter()
165 if (!_dbus_list_append (&clients, connection)) in bus_setup_debug_client()
182 _dbus_list_remove_last (&clients, connection); in bus_setup_debug_client()
184 if (clients == NULL) in bus_setup_debug_client()
200 link = _dbus_list_get_first_link (&clients); in bus_test_clients_foreach()
204 DBusList *next = _dbus_list_get_next_link (&clients, link); in bus_test_clients_foreach()
218 link = _dbus_list_get_first_link (&clients); in bus_test_client_listed()
222 DBusList *next = _dbus_list_get_next_link (&clients, link); in bus_test_client_listed()
/external/mdnsresponder/Clients/
DReadMe.txt1 This directory contains a variety of clients that use the
4 Some of the clients are command-line oriented; some are graphical.
6 Some of the clients, like the "dns-sd" command-line tool, can be built
7 for a variety of platforms. Some of the clients only build for one
11 Some of the clients can be built more than one way. For example, the
15 What all clients have in common is that they all demonstrate how you
18 The table below gives a summary of which clients build for which platforms.
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieTask.cpp76 Vector<QTMovieTaskClient*> clients; in fireTaskClients() local
77 copyToVector(m_taskList, clients); in fireTaskClients()
78 for (Vector<QTMovieTaskClient*>::iterator i = clients.begin(); i != clients.end(); ++i) in fireTaskClients()
/external/quake/quake/src/WinQuake/
Dhost.cpp196 svs.clients = (client_s*) Hunk_AllocName (svs.maxclientslimit*sizeof(client_t), "clients"); in Host_FindMaxClients()
309 if (svs.clients[i].active && svs.clients[i].spawned) in SV_BroadcastPrintf()
311 MSG_WriteByte (&svs.clients[i].message, svc_print); in SV_BroadcastPrintf()
312 MSG_WriteString (&svs.clients[i].message, string); in SV_BroadcastPrintf()
383 for (i=0, client = svs.clients ; i<svs.maxclients ; i++, client++) in SV_DropClient()
388 MSG_WriteByte (&client->message, host_client - svs.clients); in SV_DropClient()
391 MSG_WriteByte (&client->message, host_client - svs.clients); in SV_DropClient()
394 MSG_WriteByte (&client->message, host_client - svs.clients); in SV_DropClient()
428 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in Host_ShutdownServer()
458 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in Host_ShutdownServer()
[all …]
Dhost_cmd.cpp92 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++) in Host_Status_f()
233 for (i=0, client = svs.clients ; i<svs.maxclients ; i++, client++) in Host_Ping_f()
514 if (svs.clients[i].active && (svs.clients[i].edict->u.v.health <= 0) ) in Host_Savegame_f()
536 fprintf (f, "%f\n", svs.clients->spawn_parms[i]); in Host_Savegame_f()
707 svs.clients->spawn_parms[i] = spawn_parms[i]; in Host_Loadgame_f()
951 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients); in Host_Name_f()
976 if (!svs.clients[j].active) in Host_Please_f()
978 cl = &svs.clients[j]; in Host_Please_f()
993 for (j=0, cl = svs.clients ; j<svs.maxclients ; j++, cl++) in Host_Please_f()
1064 for (j = 0, client = svs.clients; j < svs.maxclients; j++, client++) in Host_Say()
[all …]
Dsv_main.cpp252 client = svs.clients + clientnum; in SV_ConnectClient()
320 if (!svs.clients[i].active) in SV_CheckForNewClients()
325 svs.clients[i].netconnection = ret; in SV_CheckForNewClients()
762 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in SV_UpdateToReliableMessages()
766 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++) in SV_UpdateToReliableMessages()
779 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++) in SV_UpdateToReliableMessages()
827 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in SV_SendClientMessages()
1021 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in SV_SaveSpawnparms()
1120 svs.clients[i].edict = ent; in SV_SpawnServer()
1194 for (i=0,host_client = svs.clients ; i<svs.maxclients ; i++, host_client++) in SV_SpawnServer()
/external/quake/quake/src/QW/server/
Dnewnet.txt1 registered clients will auto-kick unregistered clients
28 simulate world first, then clients, clients explicitly sim weapon projectiles
Dsv_main.c166 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++) in SV_FinalMessage()
278 i = client - svs.clients; in SV_FullClientUpdate()
353 cl = &svs.clients[i]; in SVC_Status()
513 int clients, spectators; in SVC_DirectConnect() local
603 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SVC_DirectConnect()
624 clients = 0; in SVC_DirectConnect()
626 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SVC_DirectConnect()
633 clients++; in SVC_DirectConnect()
644 || (!spectator && clients >= (int)maxclients.value) ) in SVC_DirectConnect()
653 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SVC_DirectConnect()
[all …]
Dsv_ccmds.c173 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SV_SetPlayer()
357 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++) in SV_Kick_f()
407 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SV_Status_f()
440 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++) in SV_Status_f()
508 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) in SV_ConSay_f()
779 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++) in SV_Snap()
853 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++) in SV_SnapAll_f()
Dsv_send.c209 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++) in SV_BroadcastPrintf()
298 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) in SV_Multicast()
530 ent = svs.clients[client->spec_track - 1].edict; in SV_UpdateClientStats()
625 for (i=0, host_client = svs.clients ; i<MAX_CLIENTS ; i++, host_client++) in SV_UpdateToReliableMessages()
636 for (j=0, client = svs.clients ; j<MAX_CLIENTS ; j++, client++) in SV_UpdateToReliableMessages()
670 for (j=0, client = svs.clients ; j<MAX_CLIENTS ; j++, client++) in SV_UpdateToReliableMessages()
709 for (i=0, c = svs.clients ; i<MAX_CLIENTS ; i++, c++) in SV_SendClientMessages()
800 for (i=0, c = svs.clients ; i<MAX_CLIENTS ; i++, c++) in SV_SendMessagesToAll()
Dpr_cmds.c243 client = &svs.clients[entnum-1]; in PF_sprint()
273 cl = &svs.clients[entnum-1]; in PF_centerprint()
692 cl = &svs.clients[entnum-1]; in PF_stuffcmd()
1062 for (j=0, client = svs.clients ; j<MAX_CLIENTS ; j++, client++) in PF_lightstyle()
1178 noaim = Info_ValueForKey (svs.clients[i-1].userinfo, "noaim"); in PF_aim()
1320 return &svs.clients[entnum-1].netchan.message; in WriteDest()
1351 return &svs.clients[entnum-1]; in Write_GetClient()
1483 client = svs.clients + (i-1); in PF_setspawnparms()
1532 s = va("\\%s\\%s\\\n",svs.clients[e1-1].name, svs.clients[e2-1].name); in PF_logfrag()
1567 value = strcpy(ov, NET_BaseAdrToString (svs.clients[e1-1].netchan.remote_address)); in PF_infokey()
[all …]
Dsv_user.c336 for (i=n, client = svs.clients + n ; i<MAX_CLIENTS ; i++, client++) in SV_Spawn_f()
504 ent = EDICT_NUM( 1 + (host_client - svs.clients) ); in SV_Begin_f()
789 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) in SV_Say()
850 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) in SV_Pings_f()
900 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++) in SV_TogglePause()
974 ent = EDICT_NUM(host_client - svs.clients + 1); in SV_PTrack_f()
981 if (i < 0 || i >= MAX_CLIENTS || svs.clients[i].state != cs_spawned || in SV_PTrack_f()
982 svs.clients[i].spectator) { in SV_PTrack_f()
985 ent = EDICT_NUM(host_client - svs.clients + 1); in SV_PTrack_f()
992 ent = EDICT_NUM(host_client - svs.clients + 1); in SV_PTrack_f()
[all …]
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT3 The docs/ANDROID-QEMUD.TXT document describes how clients running in the
8 clients. Each service is identified by a unique name. There is no provision
10 with a slightly different name and modify clients to use it in the system
33 information to all clients. The service doesn't listen to clients at all.
48 of hardware emulation. The corresponding clients are in
52 Only one client can talk with the service at any one time, but clients
151 to be sent back to clients.
DANDROID-QEMUD.TXT59 will pass all messages between clients and emulator services. Thus,
110 It is never sent to clients (which will only receive a "KO") and
142 - The code to support services and their clients in the emulator is located
148 can be used by clients to ease connecting and talking to QEMUD-based
159 messages with their clients. The framing happens *after* serial port
169 not preserved when talking to clients through /dev/socket/qemud.
172 must be used depending on which service you talk to by clients.
264 only uses a single socket and allows concurrent clients for a all services.
276 to allow saving of service-specific state. Next, clients are saved following
286 Next, all active clients are shut down. Information from the snapshot is used
[all …]
DANDROID-FRAMEBUFFER.TXT35 interface between framebuffer 'producers' and 'clients'. Essentially, each
40 - can have zero or more clients, in charge of displaying the pixel
53 foreach cl in fb.clients:
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp167 Vector<WebIconDatabaseClient*> clients; in deliverNotifications() local
168 clients.swap(mClients); in deliverNotifications()
171 for (unsigned j = 0; j < clients.size(); ++j) { in deliverNotifications()
172 clients[j]->didAddIconForPageUrl(queue[i]); in deliverNotifications()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceContainer.cpp162 …OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id)); in registerResource() local
168 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end(); in registerResource()
169 …for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; +… in registerResource()
/external/wpa_supplicant_8/src/radius/
Dradius_server.c104 struct radius_client *clients; member
317 struct radius_client *client = data->clients; in radius_server_get_client()
1062 struct radius_client *clients) in radius_server_free_clients() argument
1066 client = clients; in radius_server_free_clients()
1084 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
1104 clients = tail = NULL; in radius_server_read_clients()
1212 clients = tail = entry; in radius_server_read_clients()
1221 radius_server_free_clients(NULL, clients); in radius_server_read_clients()
1222 clients = NULL; in radius_server_read_clients()
1228 return clients; in radius_server_read_clients()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
Dradius_server.c81 struct radius_client *clients; member
128 struct radius_client *client = data->clients; in radius_server_get_client()
859 struct radius_client *clients) in radius_server_free_clients() argument
863 client = clients; in radius_server_free_clients()
881 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
901 clients = tail = NULL; in radius_server_read_clients()
1009 clients = tail = entry; in radius_server_read_clients()
1018 radius_server_free_clients(NULL, clients); in radius_server_read_clients()
1019 clients = NULL; in radius_server_read_clients()
1025 return clients; in radius_server_read_clients()
[all …]
/external/quake/quake/src/QW/
Drelease233_notes.txt10 problems. This release is currently compatible with 2.30 servers and clients,
27 cause clients to mistime their frame times and result in a player that could
34 - Server now unpauses when all clients disconnect.
/external/openssl/patches/
DREADME20 Enables SSL3+ clients to send application data immediately following the
22 clients can negotiate SSL connections in 1-RTT even when performing
/external/webkit/Source/WebCore/svg/
DSVGElement.cpp353 …OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(resour… in insertedIntoDocument() local
354 if (clients->isEmpty()) in insertedIntoDocument()
357 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end(); in insertedIntoDocument()
358 …for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; +… in insertedIntoDocument()
/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp455 Vector<RefPtr<FontSelector> > clients; in invalidate() local
457 clients.reserveInitialCapacity(numClients); in invalidate()
460 clients.append(*it); in invalidate()
462 ASSERT(numClients == clients.size()); in invalidate()
464 clients[i]->fontCacheInvalidated(); in invalidate()
/external/qemu/android/
Dhw-qemud.c1073 QemudClient* clients; member
1097 s->clients = NULL; in qemud_service_new()
1116 c->next_serv = s->clients; in qemud_service_add_client()
1117 s->clients = c; in qemud_service_add_client()
1125 QemudClient** pnode = &s->clients; in qemud_service_remove_client()
1290 QemudClient* clients; member
1304 QemudClient* c = m->clients; in qemud_multiplexer_serial_recv()
1360 for (c = m->clients; c; c = c->next) { in qemud_multiplexer_disconnect()
1385 QemudClient* next = m->clients; in qemud_multiplexer_disconnect_noncontrol()
1560 &mult->clients ); in qemud_multiplexer_init()
[all …]
/external/bluetooth/bluez/audio/
Dunix.c96 static GSList *clients = NULL; variable
182 if (!g_slist_find(clients, client)) in unix_ipc_error()
633 if (!g_slist_find(clients, client)) { in a2dp_discovery_complete()
682 for (cl = clients; cl; cl = cl->next) { in a2dp_discovery_complete()
1773 clients = g_slist_remove(clients, client); in client_cb()
1811 clients = g_slist_append(clients, client); in server_cb()
1827 l = clients; in unix_device_removed()
1834 clients = g_slist_remove(clients, client); in unix_device_removed()
1854 for (l = clients; l != NULL; l = g_slist_next(l)) { in unix_delay_report()
1910 g_slist_foreach(clients, (GFunc) client_free, NULL); in unix_exit()
[all …]

12345678