Searched refs:base_query (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/providers/ |
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/node/deps/openssl/openssl/providers/ |
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/ |
D | http2.cc | 1351 std::string path_join(const StringRef &base_path, const StringRef &base_query, in path_join() argument 1355 return path_join(balloc, base_path, base_query, rel_path, rel_query).str(); in path_join() 1702 const StringRef &base_query, const StringRef &rel_path, in path_join() argument 1707 std::max(base_query.size(), rel_query.size()) + 1); in path_join() 1717 if (!base_query.empty()) { in path_join() 1719 p = std::copy(std::begin(base_query), std::end(base_query), p); in path_join()
|
D | http2.h | 377 std::string path_join(const StringRef &base, const StringRef &base_query, 381 const StringRef &base_query, const StringRef &rel_path,
|