Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Dcoap-rd.c258 parse_param(const uint8_t *search, in parse_param() function
427 parse_param((const uint8_t *)"h", 1, query->s, query->length, &h); in hnd_post_rd()
428 parse_param((const uint8_t *)"ins", 3, query->s, query->length, &ins); in hnd_post_rd()
429 parse_param((const uint8_t *)"lt", 2, query->s, query->length, &lt); in hnd_post_rd()
430 parse_param((const uint8_t *)"rt", 2, query->s, query->length, &rt); in hnd_post_rd()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10464 int (*parse_param)(struct fs_context *, struct fs_parameter *); member