HomeSort by relevance Sort by last modified time
    Searched full:netconnection (Results 1 - 16 of 16) sorted by null

  /external/quake/quake/src/WinQuake/
net_main.cpp 732 if (!host_client->netconnection)
736 if (host_client->netconnection->driver == 0)
738 NET_SendMessage(host_client->netconnection, data);
762 if (NET_CanSendMessage (host_client->netconnection))
765 NET_SendMessage(host_client->netconnection, data);
769 NET_GetMessage (host_client->netconnection);
777 if (NET_CanSendMessage (host_client->netconnection))
783 NET_GetMessage (host_client->netconnection);
host.cpp 353 if (NET_CanSendMessage (host_client->netconnection))
356 NET_SendMessage (host_client->netconnection, &host_client->message);
373 NET_Close (host_client->netconnection);
374 host_client->netconnection = NULL;
432 if (NET_CanSendMessage (host_client->netconnection))
434 NET_SendMessage(host_client->netconnection, &host_client->message);
439 NET_GetMessage(host_client->netconnection);
sv_main.cpp 248 struct qsocket_s *netconnection; local
254 Con_DPrintf ("Client %s connected\n", client->netconnection->address);
261 netconnection = client->netconnection;
266 client->netconnection = netconnection;
277 client->privileged = IsID(&client->netconnection->addr);
325 svs.clients[i].netconnection = ret;
742 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1)
809 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1
    [all...]
server.h 89 struct qsocket_s *netconnection; // communications handle member in struct:client_s
sv_user.cpp 491 ret = NET_GetMessage (host_client->netconnection);
net_dgrm.cpp 918 MSG_WriteLong(&net_message, (int)(net_time - client->netconnection->connecttime));
919 MSG_WriteString(&net_message, client->netconnection->address);
    [all...]
host_cmd.cpp 96 seconds = (int)(net_time - client->netconnection->connecttime);
108 print (" %s\n", client->netconnection->address);
1331 if ((Sys_FloatTime() - host_client->netconnection->connecttime) <= sv.time)
    [all...]
  /gdk/samples/quake/jni/
net_main.cpp 732 if (!host_client->netconnection)
736 if (host_client->netconnection->driver == 0)
738 NET_SendMessage(host_client->netconnection, data);
762 if (NET_CanSendMessage (host_client->netconnection))
765 NET_SendMessage(host_client->netconnection, data);
769 NET_GetMessage (host_client->netconnection);
777 if (NET_CanSendMessage (host_client->netconnection))
783 NET_GetMessage (host_client->netconnection);
host.cpp 358 if (NET_CanSendMessage (host_client->netconnection))
361 NET_SendMessage (host_client->netconnection, &host_client->message);
378 NET_Close (host_client->netconnection);
379 host_client->netconnection = NULL;
437 if (NET_CanSendMessage (host_client->netconnection))
439 NET_SendMessage(host_client->netconnection, &host_client->message);
444 NET_GetMessage(host_client->netconnection);
sv_main.cpp 248 struct qsocket_s *netconnection; local
254 Con_DPrintf ("Client %s connected\n", client->netconnection->address);
261 netconnection = client->netconnection;
266 client->netconnection = netconnection;
277 client->privileged = IsID(&client->netconnection->addr);
325 svs.clients[i].netconnection = ret;
742 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1)
809 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1
    [all...]
server.h 89 struct qsocket_s *netconnection; // communications handle member in struct:client_s
sv_user.cpp 491 ret = NET_GetMessage (host_client->netconnection);
net_dgrm.cpp 918 MSG_WriteLong(&net_message, (int)(net_time - client->netconnection->connecttime));
919 MSG_WriteString(&net_message, client->netconnection->address);
    [all...]
host_cmd.cpp 96 seconds = (int)(net_time - client->netconnection->connecttime);
108 print (" %s\n", client->netconnection->address);
1331 if ((Sys_FloatTime() - host_client->netconnection->connecttime) <= sv.time)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
actionscript.php 103 'ne', 'NEGATIVE_INFINITY', 'NetConnection', 'NetStream', 'newline', 'nextFrame',
actionscript3.php 363 'NetStatusEvent', 'NetConnection', 'Namespace', 'MovieClip',

Completed in 371 milliseconds