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.c708 static int compare_strings(const char *path, const char *resource) in compare_strings() function
771 if (compare_strings(path, resource->resource) == 0) { in get_resource_detail()