Home
last modified time | relevance | path

Searched refs:is_match_with_query_arguments (Results 1 – 1 of 1) sorted by relevance

/libCEED/tests/
H A Dt002-ceed.c18 …const bool is_match_with_query_arguments = !is_exact_match && memcmp(resource, backend, resource… in main() local
20 …if (!is_exact_match && !is_match_with_query_arguments) return CeedError(ceed, 1, "Incorrect full r… in main()