Lines Matching refs:persist
19 - Work with CoAP persist support
54 When a coap-server is restarted, state information does not usually persist
59 There are callbacks provided to support doing this as an alternative persist
62 *NOTE:* The observe persist support is only available for UDP sessions.
66 use for maintaining the persist information over an application restart, and
67 *coap_persist_stop*() is called to preserve any persist information over the
75 The *coap_persist_startup*() function is used to enable persist tracking for
76 _context_ so when a coap-server is restarted, the persist tracked information
91 If a file is defined as NULL, then that particular persist information is not
93 *coap_persist_track_funcs*() for customized persist tracking followed by a
98 The *coap_persist_stop*() function is used to disable any current persist
351 fprintf(stderr, "Unable to set up persist logic\n");