OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:othercl
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/libvncserver/
rfbserver.c
771
rfbClientPtr
otherCl
;
827
while ((
otherCl
= rfbClientIteratorNext(iterator)) != NULL) {
828
if ((
otherCl
!= cl) && (
otherCl
->state == RFB_NORMAL)) {
839
while ((
otherCl
= rfbClientIteratorNext(iterator)) != NULL) {
840
if ((
otherCl
!= cl) && (
otherCl
->state == RFB_NORMAL)) {
842
otherCl
->host);
843
rfbCloseClient(
otherCl
);
[
all
...]
Completed in 104 milliseconds