Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/littlefs/bd/
Dlfs_testbd.c35 bd->persist = path; in lfs_testbd_createcfg()
53 if (bd->persist) { in lfs_testbd_createcfg()
95 if (bd->persist) { in lfs_testbd_destroy()
110 if (bd->persist) { in lfs_testbd_rawread()
120 if (bd->persist) { in lfs_testbd_rawprog()
130 if (bd->persist) { in lfs_testbd_rawerase()
139 if (bd->persist) { in lfs_testbd_rawsync()
Dlfs_testbd.h86 bool persist; member
/third_party/node/deps/undici/src/lib/mock/
Dpending-interceptors-formatter.js27 ({ method, path, data: { statusCode }, persist, times, timesInvoked, origin }) => ({ property
32 Persistent: persist ? '✅' : '❌',
34 Remaining: persist ? Infinity : times - timesInvoked
Dmock-interceptor.js38 persist () { method in MockScope
39 this[kMockDispatch].persist = true
Dmock-utils.js160 const baseData = { timesInvoked: 0, times: 1, persist: false, consumed: false } property
230 const { data: { statusCode, data, headers, trailers, error }, delay, persist } = mockDispatch
234 mockDispatch.consumed = !persist && timesInvoked >= times
/third_party/curl/lib/
Daltsvc.c176 unsigned int persist; in altsvc_add() local
185 date, &persist, &prio); in altsvc_add()
193 as->persist = persist ? 1 : 0; in altsvc_add()
292 as->persist, as->prio); in altsvc_out()
538 bool persist = FALSE; in Curl_altsvc_parse() local
637 persist = TRUE; in Curl_altsvc_parse()
653 as->persist = persist; in Curl_altsvc_parse()
Daltsvc.h49 bool persist; member
/third_party/libcoap/man/
Dcoap_persist.txt.in19 - 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
[all …]
/third_party/curl/tests/data/
Dtest35921 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
Dtest43821 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
65 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
74 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
Dtest35821 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
Dtest190817 alt-svc: h2="3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example:443"; ma=315360000; persist=1
/third_party/python/PC/clinic/
D_msi.c.h647 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist);
654 int persist; in _msi_OpenDatabase() local
671 persist = _PyLong_AsInt(args[1]); in _msi_OpenDatabase()
672 if (persist == -1 && PyErr_Occurred()) { in _msi_OpenDatabase()
675 return_value = _msi_OpenDatabase_impl(module, path, persist); in _msi_OpenDatabase()
/third_party/node/deps/undici/src/types/
Dmock-interceptor.d.ts17 persist(): MockScope<TData>;
58 persist: boolean;
/third_party/libcoap/examples/riot/pkg_libcoap/
DKconfig87 bool "Enable Observe persist support within CoAP"
90 Enable Observe persist functionality for CoAP.
92 If this option is disabled, redundant CoAP Observe persist code is removed.
/third_party/node/deps/undici/src/docs/api/
DMockAgent.md470 - Is registered with neither `.times(<number>)` nor `.persist()`, and has not been invoked;
471 - Is persistent (i.e., registered with `.persist()`) and has not been invoked;
492 // persist: false,
515 - Is registered with neither `.times(<number>)` nor `.persist()`, and has not been invoked;
516 - Is persistent (i.e., registered with `.persist()`) and has not been invoked;
DMockPool.md87 * **persist** `() => MockScope` - any matching request will always reply with the defined response …
88 …st will reply with the defined response a fixed amount of times. This is overridden by **persist**.
411 #### Example - Mocked request with persist enabled
424 }).reply(200, 'foo').persist()
/third_party/lwip/
D0088-modify-log-info-err.patch26 LWIP_ASSERT("tcp_slowtimr: persist ticking with in-flight data", pcb->unacked == NULL);
27 LWIP_ASSERT("tcp_slowtimr: persist ticking with empty send buffer", pcb->unsent != NULL);
D0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch28 LWIP_ASSERT("tcp_slowtimr: persist ticking with in-flight data", pcb->unacked == NULL);
29 LWIP_ASSERT("tcp_slowtimr: persist ticking with empty send buffer", pcb->unsent != NULL);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_pd.c261 int persist = 0; in p2p_build_prov_disc_resp() local
327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp()
332 if (persist) { in p2p_build_prov_disc_resp()
341 if (!persist && (conncap & P2PS_SETUP_GROUP_OWNER)) in p2p_build_prov_disc_resp()
345 if (persist || (conncap & P2PS_SETUP_GROUP_OWNER)) { in p2p_build_prov_disc_resp()
358 if (persist || in p2p_build_prov_disc_resp()
363 if (!persist && conncap) in p2p_build_prov_disc_resp()
368 if (persist || in p2p_build_prov_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_pd.c261 int persist = 0; in p2p_build_prov_disc_resp() local
327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp()
332 if (persist) { in p2p_build_prov_disc_resp()
341 if (!persist && (conncap & P2PS_SETUP_GROUP_OWNER)) in p2p_build_prov_disc_resp()
345 if (persist || (conncap & P2PS_SETUP_GROUP_OWNER)) { in p2p_build_prov_disc_resp()
358 if (persist || in p2p_build_prov_disc_resp()
363 if (!persist && conncap) in p2p_build_prov_disc_resp()
368 if (persist || in p2p_build_prov_disc_resp()
/third_party/skia/platform_tools/android/apps/skottie/
Drun_perf.sh25 adb shell setprop persist.traced.enable 1
/third_party/curl/docs/
DALTSVC.md33 8. Boolean (1 or 0) if "persist" was set for this entry
/third_party/python/PC/
D_msi.c1196 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist) in _msi_OpenDatabase_impl() argument
1206 if (Py_INVALID_PERSIST(persist)) in _msi_OpenDatabase_impl()
1208 status = MsiOpenDatabaseW(path, (LPCWSTR)(SIZE_T)persist, &h); in _msi_OpenDatabase_impl()
/third_party/curl/docs/libcurl/opts/
DCURLOPT_ALTSVC.md99 Boolean (1 or 0) if "persist" was set for this entry

12345