Home
last modified time | relevance | path

Searched refs:q_global (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dproperty_test.c206 const char *q_global; member
234 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge() local
242 && TEST_ptr(q_global = ossl_parse_query(NULL, merge_tests[n].q_global, in test_property_merge()
245 && TEST_ptr(q_combined = ossl_property_merge(q_local, q_global)) in test_property_merge()
248 ossl_property_free(q_global); in test_property_merge()

Completed in 1 milliseconds