Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_subscribe.c412 FILE *fp_orig = fopen((const char *)ctx->observe_save_file->s, "r"); in coap_op_observe_load_disk()
425 new = coap_malloc_type(COAP_STRING, ctx->observe_save_file->length + 5); in coap_op_observe_load_disk()
429 strcpy(new, (const char *)ctx->observe_save_file->s); in coap_op_observe_load_disk()
466 (void)rename(new, (const char *)ctx->observe_save_file->s); in coap_op_observe_load_disk()
494 FILE *fp_orig = fopen((const char *)session->context->observe_save_file->s, in coap_op_observe_added()
508 session->context->observe_save_file->length + 5); in coap_op_observe_added()
512 strcpy(new, (const char *)session->context->observe_save_file->s); in coap_op_observe_added()
549 (void)rename(new, (const char *)session->context->observe_save_file->s); in coap_op_observe_added()
574 FILE *fp_orig = fopen((const char *)session->context->observe_save_file->s, in coap_op_observe_deleted()
590 session->context->observe_save_file->length + 5); in coap_op_observe_deleted()
[all …]
/third_party/libcoap/include/coap3/
Dcoap_subscribe.h234 const char *observe_save_file,
Dcoap_net_internal.h128 coap_bin_const_t *observe_save_file; /** Where observes are tracked */ member