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