HomeSort by: relevance | last modified time | path
    Searched defs:num_clients (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
res.h 213 uint32_t num_clients; member in struct:xcb_res_query_clients_reply_t
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
server.c 484 static unsigned num_clients = 0; variable
675 clients = erealloc(clients, sizeof(clients[0]) * (num_clients + 1));
676 clients[num_clients] = c;
677 num_clients++;
986 while (num_clients > 0) {
988 fds = malloc(num_clients * sizeof(fds[0]));
992 num_fds = num_clients;
1026 while (n < num_clients) {
1029 if (n < num_clients - 1)
1030 clients[n] = clients[num_clients - 1]
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-ioloop.c 50 static int num_clients = 1; variable
1026 nump = &num_clients;
1179 num_clients = 2;
1190 for (i = 0; i < num_clients; i++) {
1204 if (num_clients == 1) {
  /src/external/bsd/wpa/dist/src/p2p/
p2p_i.h 668 unsigned int num_clients; member in struct:p2p_group_info

Completed in 30 milliseconds