/third_party/littlefs/bd/ |
H A D | lfs_testbd.c | 35 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() 210 // sync to make sure we persist the last changes in lfs_testbd_prog() 257 // sync to make sure we persist the last changes in lfs_testbd_erase()
|
H A D | lfs_testbd.h | 86 bool persist; member
|
/third_party/curl/lib/ |
H A D | altsvc.c | 176 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 592 /* Handle the optional 'ma' and 'persist' flags. Unknown flags in Curl_altsvc_parse() 636 else if(strcasecompare("persist", option) && (num == 1)) in Curl_altsvc_parse() 637 persist = TRUE; in Curl_altsvc_parse() 653 as->persist in Curl_altsvc_parse() [all...] |
H A D | altsvc.h | 49 bool persist; member
|
/third_party/python/PC/clinic/ |
H A D | _msi.c.h | 633 "OpenDatabase($module, path, persist, /)\n" 640 " persist\n" 647 _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/lib/mock/ |
H A D | mock-utils.js | 160 const baseData = { timesInvoked: 0, times: 1, persist: false, consumed: false } 230 const { data: { statusCode, data, headers, trailers, error }, delay, persist } = mockDispatch 234 mockDispatch.consumed = !persist && timesInvoked >= times
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_pd.c | 261 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_standard/src/p2p/ |
H A D | p2p_pd.c | 261 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/python/PC/ |
H A D | _msi.c | 1188 persist: int 1196 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist) in _msi_OpenDatabase_impl() argument 1203 /* We need to validate that persist is a valid MSIDBOPEN_* value. Otherwise, in _msi_OpenDatabase_impl() 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/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 226 unsigned int persist :1; /* Persist mode, always try to open the connection */ member
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 836 if (!sc->pcb->settings.persist && sc->sc_padi_retried >= PPPOE_DISC_MAXPADI) { in pppoe_timeout()
|
H A D | pppol2tp.c | 745 if (!l2tp->ppp->settings.persist && l2tp->sccrq_retried >= PPPOL2TP_MAXSCCRQ) { in pppol2tp_timeout()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 807 fragments will persist into later fragments: 822 The value of C<$x> set in the first line will persist into the next 824 C<$more> set in the second fragment will persist and be interpolated
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 807 fragments will persist into later fragments: 822 The value of C<$x> set in the first line will persist into the next 824 C<$more> set in the second fragment will persist and be interpolated
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 159 void *eloop_data, int persist) in nl80211_register_eloop_read() 180 if (!persist) in nl80211_register_eloop_read() 186 static void nl80211_destroy_eloop_handle(struct nl_handle **handle, int persist) in nl80211_destroy_eloop_handle() argument 188 if (!persist) in nl80211_destroy_eloop_handle() 157 nl80211_register_eloop_read(struct nl_handle **handle, eloop_sock_handler handler, void *eloop_data, int persist) nl80211_register_eloop_read() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 130 void *eloop_data, int persist) in nl80211_register_eloop_read() 152 if (!persist) in nl80211_register_eloop_read() 158 static void nl80211_destroy_eloop_handle(struct nl_sock **handle, int persist) in nl80211_destroy_eloop_handle() argument 160 if (!persist) in nl80211_destroy_eloop_handle() 128 nl80211_register_eloop_read(struct nl_sock **handle, eloop_sock_handler handler, void *eloop_data, int persist) nl80211_register_eloop_read() argument
|
/third_party/node/ |
H A D | vcbuild.bat | 4 :: explicitly allow them to persist in the calling shell.
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 3321 Example: --altsvc="h2,443,,,ma=3600; persist=1" in print_help()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 904 \let\centersub\relax % don't let the definition persist, just in case 8781 \globaldefs = 1 % everything in the txi-LL files needs to persist 8797 \globaldefs = 1 % everything in the txi-LL files needs to persist
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |