/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 210 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 D | e_afalg.c | 268 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 D | e_afalg.c | 268 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 D | locdispnames.cpp | 509 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 D | ngtcp2_pkt.c | 2352 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 D | resolv.h | 28 int retry; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | resolv.h | 28 int retry; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | resolv.h | 28 int retry; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_private.h | 75 unsigned int retry; member
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
H A D | retry_operation.js | 39 RetryOperation.prototype.retry = function(err) { 58 // retry forever, only keep last error
|
H A D | retry.js | 85 if (op.retry(err)) {
|
/third_party/musl/include/ |
H A D | resolv.h | 28 int retry; member
|
/third_party/curl/lib/ |
H A D | transfer.c | 1515 /* 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 D | svga_resource_texture.c | 388 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 D | attrib.c | 867 * 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 D | backoff.js | 81 return [4 /*yield*/, this.options.retry(e_1, this.attemptNumber)];
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-raw.c | 103 h->retry = 0; in secstream_raw()
|
/third_party/ffmpeg/libavcodec/ |
H A D | librav1e.c | 480 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 D | av1dec.c | 229 retry: in annexb_read_packet() 275 goto retry; in annexb_read_packet()
|
H A D | crypto.c | 187 retry: in crypto_read() 230 goto retry; in crypto_read()
|
H A D | dhav.c | 340 retry: in dhav_read_packet() 414 goto retry; in dhav_read_packet()
|
H A D | sga.c | 412 retry: in sga_read_packet() 453 goto retry; in sga_read_packet()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_jumps.cpp | 475 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 D | v3dv_bo.c | 226 retry: in v3dv_bo_alloc() 241 goto retry; in v3dv_bo_alloc()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_bufmgr.c | 152 retry: in v3d_bo_alloc() 169 goto retry; in v3d_bo_alloc()
|