Searched defs:Server (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c165 static void PR_CALLBACK Server(void *arg) function
177 PR_fprintf(logFile, "Server accepting connection\n");
186 PR_fprintf(logFile, "Server receiving %d bytes\n", bytes_read);
191 PR_fprintf(logFile, "Server sending %d bytes\n", bytes_sent);
198 PR_fprintf(logFile, "Server shutting down and closing stack\n");
202 } /* Server */
371 PR_USER_THREAD, Server, service,
406 PR_USER_THREAD, Server, service,
441 PR_USER_THREAD, Server, service_stack,
H A Dthruput.c262 static void Server(void) function
284 PR_fprintf(err, "Server listening on ");
293 PR_fprintf(err, "Server accepting from ");
305 } /* Server */
406 if (NULL == server_name) Server();
H A Dnblayer.c221 static void PR_CALLBACK Server(void *arg) function
236 PR_fprintf(logFile, "Server accepting connection\n");
239 PR_fprintf(logFile, "Server accept status [0x%p]\n", service);
254 PR_fprintf(logFile, "Server accepting connection\n");
263 logFile, "Server receiving %d bytes\n",
269 PR_fprintf(logFile, "Server receive status [%d]\n", ready);
287 PR_fprintf(logFile, "Server received %d bytes\n", bytes_read);
314 PR_fprintf(logFile, "Server sent %d bytes\n", bytes_sent);
319 PR_fprintf(logFile, "Server shutting down stack\n");
323 } /* Server */
[all...]
H A Dcltsrv.c779 static void PR_CALLBACK Server(void *arg) function
807 TimeOfDayMessage("Server started at", me);
886 } /* Server */
1031 TimeOfDayMessage("Client/Server started at", PR_CurrentThread());
1070 PR_USER_THREAD, Server, server, PR_PRIORITY_HIGH,
H A Dprovider.c989 static void PR_CALLBACK Server(void *arg) function
1014 TimeOfDayMessage("Server started at", me);
1093 } /* Server */
1248 TimeOfDayMessage("Client/Server started at", PR_CurrentThread());
1284 Server, server, PR_PRIORITY_HIGH, PR_JOINABLE_THREAD);

Completed in 117 milliseconds