Home
last modified time | relevance | path

Searched refs:file_mem (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/examples/
H A Doscore-interop-server.c511 coap_str_const_t file_mem; in get_oscore_conf() local
519 file_mem.s = buf; in get_oscore_conf()
520 file_mem.length = length; in get_oscore_conf()
537 oscore_conf = coap_new_oscore_conf(file_mem, in get_oscore_conf()
H A Dcoap-client.c756 coap_str_const_t file_mem; in get_oscore_conf() local
759 /* Need a rw var to free off later and file_mem.s is a const */ in get_oscore_conf()
765 file_mem.s = buf; in get_oscore_conf()
766 file_mem.length = length; in get_oscore_conf()
783 oscore_conf = coap_new_oscore_conf(file_mem, in get_oscore_conf()
H A Dcoap-server.c2422 coap_str_const_t file_mem; in get_oscore_conf() local
2425 /* Need a rw var to free off later and file_mem.s is a const */ in get_oscore_conf()
2431 file_mem.s = buf; in get_oscore_conf()
2432 file_mem.length = length; in get_oscore_conf()
2449 oscore_conf = coap_new_oscore_conf(file_mem, in get_oscore_conf()

Completed in 8 milliseconds