Home
last modified time | relevance | path

Searched refs:retry (Results 101 - 125 of 272) sorted by relevance

1234567891011

/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c210 retry: in rpcclnt_receive()
235 goto retry; in rpcclnt_receive()
247 goto retry; in rpcclnt_receive()
991 * timeouts. While for TCP-RPC, no retry attempted. in rpcclnt_request()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c268 int retry = 0; in afalg_fin_cipher_aio() local
349 if (events[0].res == -EBUSY && retry++ < 3) { in afalg_fin_cipher_aio()
352 ALG_PERR("%s(%d): retry %d for io_read failed : ", in afalg_fin_cipher_aio()
353 __FILE__, __LINE__, retry); in afalg_fin_cipher_aio()
/third_party/openssl/engines/
H A De_afalg.c268 int retry = 0; in afalg_fin_cipher_aio() local
349 if (events[0].res == -EBUSY && retry++ < 3) { in afalg_fin_cipher_aio()
352 ALG_PERR("%s(%d): retry %d for io_read failed : ", in afalg_fin_cipher_aio()
353 __FILE__, __LINE__, retry); in afalg_fin_cipher_aio()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp509 UBool retry = FALSE; /* set true if we need to retry, see below */ in uloc_getDisplayName() local
761 sub0Pos=0; /* stops initial padding (and a second retry, in uloc_getDisplayName()
763 retry=TRUE; in uloc_getDisplayName()
771 } while(retry); in uloc_getDisplayName()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.c2352 int ngtcp2_pkt_verify_retry_tag(uint32_t version, const ngtcp2_pkt_retry *retry, in ngtcp2_pkt_verify_retry_tag() argument
2365 assert(pktlen >= sizeof(retry->tag)); in ngtcp2_pkt_verify_retry_tag()
2368 1 + retry->odcid.datalen + pktlen - sizeof(retry->tag)) { in ngtcp2_pkt_verify_retry_tag()
2372 *p++ = (uint8_t)retry->odcid.datalen; in ngtcp2_pkt_verify_retry_tag()
2373 p = ngtcp2_cpymem(p, retry->odcid.data, retry->odcid.datalen); in ngtcp2_pkt_verify_retry_tag()
2374 p = ngtcp2_cpymem(p, pkt, pktlen - sizeof(retry->tag)); in ngtcp2_pkt_verify_retry_tag()
2399 if (0 != memcmp(retry->tag, tag, sizeof(retry in ngtcp2_pkt_verify_retry_tag()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dresolv.h28 int retry; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dresolv.h28 int retry; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dresolv.h28 int retry; member
/third_party/node/deps/cares/src/lib/
H A Dares_dns_private.h75 unsigned int retry; member
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js39 RetryOperation.prototype.retry = function(err) {
58 // retry forever, only keep last error
H A Dretry.js85 if (op.retry(err)) {
/third_party/musl/include/
H A Dresolv.h28 int retry; member
/third_party/curl/lib/
H A Dtransfer.c1515 /* Returns CURLE_OK *and* sets '*url' if a request retry is wanted.
1521 bool retry = FALSE; in Curl_retry_request() local
1538 can be a retry so we try again regardless if we expected a body. in Curl_retry_request()
1544 retry = TRUE; in Curl_retry_request()
1554 retry = TRUE; in Curl_retry_request()
1556 if(retry) { in Curl_retry_request()
1564 infof(data, "Connection died, retrying a fresh connect (retry count: %d)", in Curl_retry_request()
1570 connclose(conn, "retry"); /* close this connection */ in Curl_retry_request()
1571 conn->bits.retry = TRUE; /* mark this as a connection we're about in Curl_retry_request()
1572 to retry in Curl_retry_request()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c388 boolean retry, rebind; in svga_texture_transfer_map_direct() local
397 (svga->swc, surf, usage, &retry, &rebind), retry); in svga_texture_transfer_map_direct()
399 if (map == NULL && retry) { in svga_texture_transfer_map_direct()
407 map = svga->swc->surface_map(svga->swc, surf, usage, &retry, &rebind); in svga_texture_transfer_map_direct()
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c867 * containing the @vcn and retry the vcn to lcn conversion.
888 retry: in ntfs_attr_vcn_to_lcn()
889 /* Convert vcn to lcn. If that fails map the runlist and retry once. */ in ntfs_attr_vcn_to_lcn()
895 goto retry; in ntfs_attr_vcn_to_lcn()
941 retry: in ntfs_attr_find_vcn()
970 /* The @vcn is in an unmapped region, map the runlist and retry. */ in ntfs_attr_find_vcn()
973 goto retry; in ntfs_attr_find_vcn()
1166 retry: in ntfs_attr_pread_i()
1182 goto retry; in ntfs_attr_pread_i()
2225 retry
[all...]
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/
H A Dbackoff.js81 return [4 /*yield*/, this.options.retry(e_1, this.attemptNumber)];
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-raw.c103 h->retry = 0; in secstream_raw()
/third_party/ffmpeg/libavcodec/
H A Dlibrav1e.c480 ctx->rframe = rframe; /* Queue is full. Store the RaFrame to retry next call */ in librav1e_receive_packet()
498 retry: in librav1e_receive_packet()
522 goto retry; in librav1e_receive_packet()
/third_party/ffmpeg/libavformat/
H A Dav1dec.c229 retry: in annexb_read_packet()
275 goto retry; in annexb_read_packet()
H A Dcrypto.c187 retry: in crypto_read()
230 goto retry; in crypto_read()
H A Ddhav.c340 retry: in dhav_read_packet()
414 goto retry; in dhav_read_packet()
H A Dsga.c412 retry: in sga_read_packet()
453 goto retry; in sga_read_packet()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp475 retry: /* we get here if we put code after the if inside a branch */ in visit()
714 goto retry; in visit()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c226 retry: in v3dv_bo_alloc()
241 goto retry; in v3dv_bo_alloc()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c152 retry: in v3d_bo_alloc()
169 goto retry; in v3d_bo_alloc()

Completed in 27 milliseconds

1234567891011