/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_01.c | 336 static int listen_fd, connect_fd; variable 340 connect_fd = accept(listen_fd, 0, 0); in ilistener() 373 fd[1] = connect_fd; in isocketpair()
|
/third_party/backends/backend/ |
H A D | cardscan.h | 173 static SANE_Status connect_fd (struct scanner *s);
|
H A D | kodak.h | 238 static SANE_Status connect_fd (struct scanner *s);
|
H A D | cardscan.c | 469 ret = connect_fd(s); in attach_one() 577 connect_fd (struct scanner *s) in connect_fd() function 581 DBG (10, "connect_fd: start\n"); in connect_fd() 584 DBG (5, "connect_fd: already open\n"); in connect_fd() 588 DBG (15, "connect_fd: opening USB device\n"); in connect_fd() 593 DBG (5, "connect_fd: could not open device: %d\n", ret); in connect_fd() 596 DBG (10, "connect_fd: finish\n"); in connect_fd() 737 ret = connect_fd(s); in sane_open()
|
H A D | epjitsu.h | 349 static SANE_Status connect_fd (struct scanner *s);
|
H A D | canon_dr.h | 606 static SANE_Status connect_fd (struct scanner *s);
|
H A D | fujitsu.h | 759 static SANE_Status connect_fd (struct fujitsu *s);
|
H A D | kodak.c | 366 ret = connect_fd(s); in attach_one() 435 connect_fd (struct scanner *s) in connect_fd() function 440 DBG (10, "connect_fd: start\n"); in connect_fd() 443 DBG (5, "connect_fd: already open\n"); in connect_fd() 450 DBG (5, "connect_fd: cannot get requested buffer size (%d/%d)\n", in connect_fd() 454 DBG (15, "connect_fd: opened SCSI device\n"); in connect_fd() 458 DBG (10, "connect_fd: finish %d\n", ret); in connect_fd() 806 ret = connect_fd(s); in sane_open()
|
H A D | epjitsu.c | 485 ret = connect_fd(s); in attach_one() 684 connect_fd (struct scanner *s) in connect_fd() function 688 DBG (10, "connect_fd: start\n"); in connect_fd() 691 DBG (5, "connect_fd: already open\n"); in connect_fd() 695 DBG (15, "connect_fd: opening USB device\n"); in connect_fd() 700 DBG (5, "connect_fd: could not open device: %d\n", ret); in connect_fd() 703 DBG (10, "connect_fd: finish\n"); in connect_fd() 1027 ret = connect_fd(s); in sane_open()
|
H A D | canon_dr.c | 958 ret = connect_fd(s); in attach_one() 1078 connect_fd (struct scanner *s) in connect_fd() function 1083 DBG (10, "connect_fd: start\n"); in connect_fd() 1086 DBG (5, "connect_fd: already open\n"); in connect_fd() 1090 DBG (15, "connect_fd: opening USB device (%s)\n", s->device_name); in connect_fd() 1097 DBG (15, "connect_fd: opening SCSI device (%s)\n", s->device_name); in connect_fd() 1101 DBG (5, "connect_fd: cannot get requested buffer size (%d/%d)\n", in connect_fd() 1113 DBG (5, "connect_fd: could not wait_scanner\n"); in connect_fd() 1119 DBG (5, "connect_fd: could not open device: %d\n", ret); in connect_fd() 1122 DBG (10, "connect_fd in connect_fd() [all...] |
H A D | fujitsu.c | 1011 ret = connect_fd(s); in attach_one() 1110 connect_fd (struct fujitsu *s) in connect_fd() function 1115 DBG (10, "connect_fd: start\n"); in connect_fd() 1118 DBG (5, "connect_fd: already open\n"); in connect_fd() 1122 DBG (15, "connect_fd: opening USB device\n"); in connect_fd() 1126 DBG (15, "connect_fd: opening SCSI device\n"); in connect_fd() 1130 DBG (5, "connect_fd: cannot get requested buffer size (%d/%d)\n", in connect_fd() 1142 DBG (5, "connect_fd: could not wait_scanner\n"); in connect_fd() 1148 DBG (5, "connect_fd: could not open device: %d\n", ret); in connect_fd() 1151 DBG (10, "connect_fd in connect_fd() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_http.c | 108 ret = setsockopt(info->connect_fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val)); in http_cb_response()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microhttpd.h | 1063 MHD_socket connect_fd; member
|