Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 33) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING_SERVER_BL.md17 CURLMOPT_PIPELINING_SERVER_BL - pipelining server block list
38 in the block list, i.e "Server: Ninja 1.2.3" and "Server: Ninja 1.4.0" can
41 Pass a NULL pointer to clear the block list.
45 NULL, which means that there is no block list.
H A DCURLMOPT_PIPELINING_SITE_BL.md17 CURLMOPT_PIPELINING_SITE_BL - pipelining host block list
36 Pass a NULL pointer to clear the block list.
40 NULL, which means that there is no block list.
H A DCURLOPT_TFTP_BLKSIZE.md16 CURLOPT_TFTP_BLKSIZE - TFTP block size
30 not specified. The specified block size is only used if supported by the
32 returns an option acknowledgment with no block size, the default of 512 bytes
H A DCURLOPT_CAINFO_BLOB.md41 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_PROXY_CAINFO_BLOB.md45 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_PROXY_SSLCERT_BLOB.md37 and size) about a memory block with binary data of the certificate used to
H A DCURLOPT_ISSUERCERT_BLOB.md35 and size) about a memory block with binary data of a CA certificate in PEM
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md36 size) about a memory block with binary data of a CA certificate in PEM
H A DCURLOPT_INTERLEAVEFUNCTION.md37 interleaved RTP data. This function gets called for each $ block and therefore
/curl/lib/vssh/
H A Dwolfssh.c463 *block = TRUE; in wssh_statemach_act()
468 *block = TRUE; in wssh_statemach_act()
487 *block = TRUE; in wssh_statemach_act()
492 *block = TRUE; in wssh_statemach_act()
509 *block = TRUE; in wssh_statemach_act()
514 *block = TRUE; in wssh_statemach_act()
608 *block = TRUE; in wssh_statemach_act()
613 *block = TRUE; in wssh_statemach_act()
720 *block = TRUE; in wssh_statemach_act()
725 *block = TRUE; in wssh_statemach_act()
[all …]
H A Dlibssh2.c1700 *block = 0; /* we are not blocking by default */ in ssh_statemachine()
2153 result = sftp_quote_stat(data, sshc, sshp, block); in ssh_statemachine()
2489 result = sftp_readdir(data, sshc, sshp, block); in ssh_statemachine()
3008 *block = TRUE; in ssh_statemachine()
3046 if(block) { in ssh_block2waitfor()
3069 result = ssh_statemachine(data, &block); in ssh_multi_statemach()
3073 } while(!result && !*done && !block); in ssh_multi_statemach()
3074 ssh_block2waitfor(data, block); in ssh_multi_statemach()
3088 bool block; in ssh_block_statemach() local
3092 result = ssh_statemachine(data, &block); in ssh_block_statemach()
[all …]
H A Dlibssh.c137 static void myssh_block2waitfor(struct connectdata *conn, bool block);
664 static CURLcode myssh_statemach_act(struct Curl_easy *data, bool *block) in myssh_statemach_act() argument
674 *block = 0; /* we are not blocking by default */ in myssh_statemach_act()
2029 *block = TRUE; in myssh_statemach_act()
2059 static void myssh_block2waitfor(struct connectdata *conn, bool block) in myssh_block2waitfor() argument
2067 if(block) { in myssh_block2waitfor()
2086 CURLcode result = myssh_statemach_act(data, &block); in myssh_multi_statemach()
2089 myssh_block2waitfor(conn, block); in myssh_multi_statemach()
2102 bool block; in myssh_block_statemach() local
2106 result = myssh_statemach_act(data, &block); in myssh_block_statemach()
[all …]
/curl/lib/
H A Dtftp.c141 unsigned short block; member
589 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx()
593 else if(state->block == rblock) { in tftp_rx()
602 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx()
607 state->block = (unsigned short)rblock; in tftp_rx()
609 setpacketblock(&state->spacket, state->block); in tftp_rx()
631 state->block = 0; in tftp_rx()
718 if(rblock != state->block && in tftp_tx()
727 rblock, state->block); in tftp_tx()
732 state->block); in tftp_tx()
[all …]
H A Dpingpong.c84 struct pingpong *pp, bool block, in Curl_pp_statemach() argument
99 if(block) { in Curl_pp_statemach()
121 if(block) { in Curl_pp_statemach()
H A Dpingpong.h89 bool block, bool disconnecting);
H A Dmd4.c269 MD4_u32plus block[16]; member
309 (ctx->block[(n)] = \
315 (ctx->block[(n)])
H A Dmd5.c294 MD5_u32plus block[16]; member
339 (ctx->block[(n)] = \
345 (ctx->block[(n)])
/curl/tests/data/
H A Dtest28623 a 512 byte TFTP block, testing a boundary
58 a 512 byte TFTP block, testing a boundary
H A Dtest159222 HTTP request, remove handle while resolving, don't block
H A Dtest42131 x-xss-protection: 1; mode=block
80 "x-xss-protection":["1; mode=block"],
H A Dtest23731 # is from an address block that is guaranteed never to be assigned (RFC3330).
H A Dtest28414 a 512 byte TFTP block, testing a boundary
/curl/docs/cmdline-opts/
H A Dtftp-blksize.md19 Set the TFTP **BLKSIZE** option (must be 512 or larger). This is the block
/curl/docs/libcurl/
H A Dcurl_global_cleanup.md51 curl_global_cleanup(3) does not block waiting for any libcurl-created
H A Dcurl_multi_perform.md22 curl_multi_perform - run all transfers until it would block

Completed in 43 milliseconds

12