Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c682 static int compare_strings(const char *s1, const char *s2) in compare_strings() function
737 if (compare_strings(path, resource->resource) == 0) { in get_resource_detail()