Searched defs:compare_prefix (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_setup_requests.c41 int compare_prefix(char* prefix, char* string) { function
150 assert_int_equal(compare_prefix("https://www.override.com:80/d/e/f", request.overridden_url), 0);
201 assert_int_equal(compare_prefix("https://www.override.com:80/d/e/f", request.overridden_url), 0);
310 assert_int_equal(compare_prefix("https://a.b.c:90/d/e/f", request.overridden_url), 0);
366 assert_int_equal(compare_prefix("https://www.override.com:80/d/e/f", request.overridden_url), 0);

Completed in 133 milliseconds