Searched refs:q_local (Results 1 – 1 of 1) sorted by relevance
221 const char *q_local; member248 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge() local258 && TEST_ptr(q_local = ossl_parse_query(NULL, merge_tests[n].q_local, 0)) in test_property_merge()259 && TEST_ptr(q_combined = ossl_property_merge(q_local, q_global)) in test_property_merge()263 ossl_property_free(q_local); in test_property_merge()