Searched refs:base_query (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/ |
H A D | baseprov.c | 30 static OSSL_FUNC_provider_query_operation_fn base_query; variable 94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query() function 121 { OSSL_FUNC_PROVIDER_QUERY_OPERATION, (void (*)(void))base_query },
|
/third_party/openssl/providers/ |
H A D | baseprov.c | 30 static OSSL_FUNC_provider_query_operation_fn base_query; variable 94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query() function 121 { OSSL_FUNC_PROVIDER_QUERY_OPERATION, (void (*)(void))base_query },
|
/third_party/nghttp2/src/ |
H A D | http2.h | 377 std::string path_join(const StringRef &base, const StringRef &base_query, 381 const StringRef &base_query, const StringRef &rel_path,
|
H A D | http2.cc | 1378 std::string path_join(const StringRef &base_path, const StringRef &base_query, 1382 return path_join(balloc, base_path, base_query, rel_path, rel_query).str(); 1729 const StringRef &base_query, const StringRef &rel_path, 1734 std::max(base_query.size(), rel_query.size()) + 1); 1744 if (!base_query.empty()) { 1746 p = std::copy(std::begin(base_query), std::end(base_query), p);
|
Completed in 3 milliseconds