Home
last modified time | relevance | path

Searched defs:test_ctx (Results 1 – 4 of 4) sorted by relevance

/external/liburing/test/
Dsplice.c14 struct test_ctx { struct
15 int real_pipe1[2];
16 int real_pipe2[2];
17 int real_fd_in;
18 int real_fd_out;
21 int pipe1[2];
22 int pipe2[2];
23 int fd_in;
24 int fd_out;
26 void *buf_in;
[all …]
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_security_connector_test.cc175 char test_ctx[] = "test serialized context"; in test_alts_peer_to_auth_context_success() local
/external/tpm2-tss/test/unit/
Dtctildr-nodl.c77 static TSS2_TCTI_CONTEXT_COMMON_V2 test_ctx = { 0, }; variable
/external/python/google-auth-library-python/tests_async/transport/
Dtest_aiohttp_requests.py182 async def test_ctx(self): member in TestAuthorizedSession