Searched refs:is_match_with_query_arguments (Results 1 – 1 of 1) sorted by relevance
18 …const bool is_match_with_query_arguments = !is_exact_match && memcmp(resource, backend, resource… in main() local20 …if (!is_exact_match && !is_match_with_query_arguments) return CeedError(ceed, 1, "Incorrect full r… in main()