Searched refs:serverPath (Results 1 - 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-net-connect-options-fd.js | 40 const serverPath = `${prefix}-server`; 75 .listen({ path: serverPath }, common.mustCall(function serverOnListen() { 86 path: serverPath
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsTest.cpp | 170 std::string serverPath; member in xs::TestContext 279 string cmdLine = m_testCtx.serverPath + " --port=" + de::toString(m_testCtx.address.getPort()); in runCase() 845 testCtx.serverPath = "execserver"; 868 testCtx.serverPath = arg+13;
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_http.c | 80 ctx->serverPath, tls_used, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 193 OPENSSL_free(ctx->serverPath); in OSSL_CMP_CTX_free() 989 DEFINE_OSSL_CMP_CTX_set1(serverPath, char)
|
H A D | cmp_local.h | 44 char *serverPath; member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_http.c | 80 ctx->serverPath, tls_used, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 193 OPENSSL_free(ctx->serverPath); in OSSL_CMP_CTX_free() 989 DEFINE_OSSL_CMP_CTX_set1(serverPath, char)
|
H A D | cmp_local.h | 44 char *serverPath; member
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 731 DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, 1, 1, serverPath, char, IS_0) in DEFINE_SET_CB_TEST()
|
Completed in 10 milliseconds