Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c38 bool _coap_match_path_uri(const char * const *path,
459 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
463 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
467 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
471 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
475 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
479 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
483 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c731 bool _coap_match_path_uri(const char * const *path, in _coap_match_path_uri() function