Home
last modified time | relevance | path

Searched defs:sfd (Results 1 – 25 of 57) sorted by relevance

123

/third_party/musl/Benchmark/musl/
Dsocket_test.cpp261 int sfd = -1; in ConnectTo() local
307 int sfd = -1; in BindAt() local
339 int sfd = ConnectTo("127.0.0.1", "80", SOCK_DGRAM, nullptr); in Bm_function_getpeername_client_local() local
357 int sfd = ConnectTo("www.baidu.com", "80", SOCK_DGRAM, nullptr); in Bm_function_getpeername_client_external() local
375 int sfd = ConnectTo("127.0.0.1", "1500", SOCK_STREAM, nullptr); in ThreadTaskClient() local
386 int sfd = BindAt("1500"); in StartServer() local
416 int sfd = StartServer(&connfd); in Bm_function_getpeername_server() local
434 int sfd = ConnectTo("127.0.0.1", "80", SOCK_DGRAM, nullptr); in Bm_function_getsockname_client_local() local
452 int sfd = ConnectTo("www.baidu.com", "80", SOCK_DGRAM, nullptr); in Bm_function_getsockname_client_external() local
471 int sfd = StartServer(&connfd); in Bm_function_getsockname_server() local
[all …]
/third_party/liburing/test/
Dsigfd-deadlock.c19 int sfd; in setup_signal() local
31 static int test_uring(int sfd) in test_uring()
73 int sfd, ret; in main() local
/third_party/ltp/testcases/kernel/syscalls/signalfd/
Dsignalfd01.c91 int sfd; in do_test1() local
182 int sfd; in do_test2() local
263 int sfd; in main() local
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc147 grpc_endpoint_pair* sfd = in test_init() local
317 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_server_recv() local
522 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_server_send() local
662 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_client_send() local
724 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_call_create() local
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait02.c19 static int efd, sfd[2]; variable
Depoll_pwait04.c19 static int efd, sfd[2]; variable
Depoll_pwait03.c20 static int efd, sfd[2]; variable
Depoll_pwait05.c20 static int efd, sfd[2]; variable
Depoll_pwait01.c26 static int efd, sfd[2]; variable
/third_party/ltp/testcases/kernel/syscalls/fsmount/
Dfsmount01.c42 int sfd, mfd; in run() local
/third_party/grpc/test/core/bad_client/
Dbad_client.cc103 grpc_endpoint_pair* sfd, in grpc_run_client_side_validator()
199 grpc_endpoint_pair sfd; in grpc_run_bad_client_test() local
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c42 static int fd, sfd; variable
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c82 lws_sockfd_type sfd) in sanity_assert_no_sockfd_traces()
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c33 static int sfd, cfd; variable
/third_party/backends/tools/
Dsane-find-scanner.c222 scanner_do_scsi_inquiry (unsigned char *buffer, int sfd) in scanner_do_scsi_inquiry()
247 scanner_identify_scsi_scanner (unsigned char *buffer, int sfd, in scanner_identify_scsi_scanner()
310 int sfd; in check_scsi_file() local
/third_party/backends/backend/
Dpie.c295 int sfd; /* scanner file desc. */ member
811 pie_do_inquiry (int sfd, unsigned char *buffer) in pie_do_inquiry()
844 pie_identify_scanner (Pie_Device * dev, int sfd) in pie_identify_scanner()
948 pie_get_halftones (Pie_Device * dev, int sfd) in pie_get_halftones()
1014 pie_get_cal_info (Pie_Device * dev, int sfd) in pie_get_cal_info()
1092 int sfd; in attach_scanner() local
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c53 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c64 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c52 static int sfd; variable
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c64 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect01.c63 static int sfd; /* shared between start_server and do_child */ variable
/third_party/openssl/engines/
De_afalg.h86 int sfd; member
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c794 lws_sockfd_type sfd = wsi->desc.sockfd; local
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c65 static int sfd; /* shared between do_child and start_server */ variable
/third_party/libfuse/example/
Dhello_ll_uds.c193 int sfd = socket(AF_UNIX, SOCK_STREAM, 0); in create_socket() local

123