OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:childpipes
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
svr-main.c
122
int
childpipes
[MAX_UNAUTH_CLIENTS];
local
162
childpipes
[i] = -1;
188
if (
childpipes
[i] >= 0) {
189
FD_SET(
childpipes
[i], &fds);
190
maxsock = MAX(maxsock,
childpipes
[i]);
216
if (
childpipes
[i] >= 0 && FD_ISSET(
childpipes
[i], &fds)) {
217
m_close(
childpipes
[i]);
218
childpipes
[i] = -1;
252
if (
childpipes
[j] >= 0)
[
all
...]
Completed in 127 milliseconds