Lines Matching refs:TEST_ptr

57     if (TEST_ptr(store = ossl_method_store_new(NULL))
123 if (TEST_ptr(store = ossl_method_store_new(NULL))
126 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn))
127 && TEST_ptr(q = ossl_parse_query(NULL, parser_tests[n].query, 0))
143 if (TEST_ptr(store = ossl_method_store_new(NULL))
145 && TEST_ptr(p = ossl_parse_query(NULL, "wood=oak", 0)) /* undefined */
146 && TEST_ptr(q = ossl_parse_query(NULL, "wood=oak", 1)) /* creates */
147 && TEST_ptr(o = ossl_parse_query(NULL, "wood=oak", 0)) /* defined */
188 if (!TEST_ptr(store = ossl_method_store_new(NULL))
238 if (TEST_ptr(store = ossl_method_store_new(NULL))
241 && TEST_ptr(prop = ossl_parse_property(NULL, merge_tests[n].prop))
242 && TEST_ptr(q_global = ossl_parse_query(NULL, merge_tests[n].q_global,
244 && TEST_ptr(q_local = ossl_parse_query(NULL, merge_tests[n].q_local, 0))
245 && TEST_ptr(q_combined = ossl_property_merge(q_local, q_global))
262 r = TEST_ptr(store = ossl_method_store_new(NULL))
264 && TEST_ptr(red = ossl_parse_property(NULL, "red"))
265 && TEST_ptr(blue = ossl_parse_property(NULL, "blue"))
284 && TEST_ptr(blue2 = ossl_parse_property(NULL, "blue"))
323 r = TEST_ptr(store = ossl_method_store_new(NULL))
325 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))
326 && TEST_ptr(q = ossl_parse_query(NULL, definition_tests[n].query, 0))
352 if (!TEST_ptr(store = ossl_method_store_new(NULL))
426 if (!TEST_ptr(store = ossl_method_store_new(NULL))
537 if (!TEST_ptr(store = ossl_method_store_new(NULL))
575 if (!TEST_ptr(ctx = OSSL_LIB_CTX_new()))
630 && !TEST_ptr(pl = ossl_parse_query(NULL, to_string_tests[i].in, 1)))
636 if (!TEST_ptr(buf)