HomeSort by relevance Sort by last modified time
    Searched defs:input_set (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
sidechannel.c 114 fd_set input_set; /* Input set for select() */ local
144 FD_ZERO(&input_set);
145 FD_SET(CUPS_SC_FD, &input_set);
150 while ((nfds = select(CUPS_SC_FD + 1, &input_set, NULL, NULL,
http-addrlist.c 80 fd_set input_set, /* select() input set */ local
285 FD_ZERO(&input_set);
287 FD_SET(fds[i], &input_set);
288 output_set = input_set;
289 error_set = input_set;
294 result = select(max_fd + 1, &input_set, &output_set, &error_set, &timeout);
315 if (FD_ISSET(fds[i], &input_set) && !FD_ISSET(fds[i], &error_set))
snmp.c 385 fd_set input_set; /* select() input set */ local
390 FD_ZERO(&input_set);
391 FD_SET(fd, &input_set);
396 ready = select(fd + 1, &input_set, NULL, NULL, &stimeout);
    [all...]
http-support.c 1633 fd_set input_set; \/* Input set for select() *\/ local
1750 FD_SET(DNSServiceRefSockFD(ref), &input_set); local
    [all...]
http-private.h 306 fd_set *input_set; /* select() set for httpWait() (deprecated) */ member in struct:_http_s
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 1309 set<const FileDescriptor*> input_set; local
    [all...]

Completed in 463 milliseconds