Home
last modified time | relevance | path

Searched refs:retry (Results 26 - 50 of 272) sorted by relevance

1234567891011

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tsa/
H A Dclient.js26 retry: options.retry,
H A Dindex.js24 retry: options.retry,
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c23 lws_sorted_usec_list_t sul; /* schedule connection retry */
34 * The retry and backoff policy we want to use for our client connections
39 static const lws_retry_bo_t retry = { variable
72 i.retry_and_idle_policy = &retry; in connect_client()
77 * Failed... schedule a retry... we can't use the _retry_wsi() in connect_client()
81 if (lws_retry_sul_schedule(context, 0, sul, &retry, in connect_client()
121 * retry the connection to keep it nailed up in callback_minimal()
126 * If you set retry.conceal_count to be larger than the number of in callback_minimal()
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dclient.js44 retry: options.retry,
102 fetchRetry: options.retry,
H A Dindex.js49 retry: options.retry ?? DEFAULT_RETRY,
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c105 unsigned flags, boolean *retry, in vmw_svga_winsys_surface_map()
114 *retry = FALSE; in vmw_svga_winsys_surface_map()
147 *retry = TRUE; in vmw_svga_winsys_surface_map()
208 *retry = TRUE; in vmw_svga_winsys_surface_map()
103 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc, struct svga_winsys_surface *srf, unsigned flags, boolean *retry, boolean *rebind) vmw_svga_winsys_surface_map() argument
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/
H A Dca.js25 retry: options.retry,
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/
H A Dclient.js27 retry: options.retry,
/third_party/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise02.c71 retry: in setup()
76 goto retry; in setup()
/third_party/toybox/toys/pending/
H A Ddhcp6.c47 long retry, timeout, errortimeout;
549 if (!TT.retry) TT.retry = 3; in dhcp6_main()
559 dbg("Retry count: %d\n", TT.retry); in dhcp6_main()
595 if(TT.retries > TT.retry) set_timeout(TT.errortimeout); in dhcp6_main()
596 else if (TT.retries == TT.retry) { in dhcp6_main()
597 dbg("State is solicit, retry count is max.\n"); in dhcp6_main()
607 if (TT.retries > TT.retry) set_timeout(TT.errortimeout); in dhcp6_main()
608 else if (TT.retries == TT.retry) { in dhcp6_main()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h288 unsigned flags, boolean *retry) in svga_buffer_hw_storage_map()
302 map = swc->surface_map(swc, sbuf->handle, flags, retry, &rebind); in svga_buffer_hw_storage_map()
316 *retry = FALSE; in svga_buffer_hw_storage_map()
286 svga_buffer_hw_storage_map(struct svga_context *svga, struct svga_buffer *sbuf, unsigned flags, boolean *retry) svga_buffer_hw_storage_map() argument
H A Dsvga_resource_buffer.c298 boolean retry; in svga_buffer_transfer_map() local
301 (svga, sbuf, transfer->usage, &retry), retry); in svga_buffer_transfer_map()
302 if (map == NULL && retry) { in svga_buffer_transfer_map()
310 map = svga_buffer_hw_storage_map(svga, sbuf, transfer->usage, &retry); in svga_buffer_transfer_map()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py375 for retry in range(retries):
382 print("Error cloning on iteration {}/{}: {}".format(retry + 1, retries, e))
383 if retry + 1 < retries:
397 for retry in range(retries):
403 print("Error fetching on iteration {}/{}: {}".format(retry + 1, retries, e))
404 if retry + 1 < retries:
/third_party/mesa3d/.gitlab-ci/
H A Dcrosvm-runner.sh77 socat -u vsock-connect:${VSOCK_CID}:${VSOCK_STDERR},retry=200,interval=0.1 stderr &
78 socat -u vsock-connect:${VSOCK_CID}:${VSOCK_STDOUT},retry=200,interval=0.1 stdout &
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/
H A Dminimal-ws-server.c56 static const lws_retry_bo_t retry = { variable
130 info.retry_and_idle_policy = &retry; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
H A Dminimal-ws-server.c30 static const lws_retry_bo_t retry = { variable
112 info.retry_and_idle_policy = &retry; in main()
/third_party/musl/src/passwd/
H A Dnscd_query.c38 retry: in __nscd_query()
89 goto retry; in __nscd_query()
/third_party/musl/porting/liteos_a/user/src/passwd/
H A Dnscd_query.c38 retry: in __nscd_query()
89 goto retry; in __nscd_query()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-common.cc286 retry: in free_langs()
289 goto retry; in free_langs()
302 retry: in lang_find_or_insert()
325 goto retry; in lang_find_or_insert()
H A Dhb-machinery.hh183 retry: in free_instance()
186 goto retry; in free_instance()
204 retry: in get_stored()
218 goto retry; in get_stored()
/third_party/libwebsockets/lib/core-net/
H A Dsequencer.c51 const lws_retry_bo_t *retry; member
109 seq->retry = i->retry; in lws_seq_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_query_ap.c43 unsigned int retry:1; member
239 if (query->wait_comeback && !query->retry) { in gas_query_ap_tx_status()
292 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
312 "GAS: No response to comeback request received (retry=%u)", in gas_query_rx_comeback_timeout()
313 query->retry); in gas_query_rx_comeback_timeout()
314 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout()
321 query->retry = 1; in gas_query_rx_comeback_timeout()
433 "retry of previous fragment"); in gas_query_rx_comeback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_query_ap.c43 unsigned int retry:1; member
239 if (query->wait_comeback && !query->retry) { in gas_query_ap_tx_status()
292 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
312 "GAS: No response to comeback request received (retry=%u)", in gas_query_rx_comeback_timeout()
313 query->retry); in gas_query_rx_comeback_timeout()
314 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout()
321 query->retry = 1; in gas_query_rx_comeback_timeout()
433 "retry of previous fragment"); in gas_query_rx_comeback()
/third_party/ffmpeg/libavcodec/
H A Dmqcenc.c35 retry: in byteout()
44 goto retry; in byteout()
H A Dpnm_parser.c61 retry: in pnm_parse()
81 goto retry; in pnm_parse()

Completed in 13 milliseconds

1234567891011