/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_PIPELINING_SERVER_BL.md | 17 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 D | CURLMOPT_PIPELINING_SITE_BL.md | 17 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 D | CURLOPT_TFTP_BLKSIZE.md | 16 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 D | CURLOPT_CAINFO_BLOB.md | 41 and size) about a memory block with binary data of PEM encoded content holding
|
H A D | CURLOPT_PROXY_CAINFO_BLOB.md | 45 and size) about a memory block with binary data of PEM encoded content holding
|
H A D | CURLOPT_PROXY_SSLCERT_BLOB.md | 37 and size) about a memory block with binary data of the certificate used to
|
H A D | CURLOPT_ISSUERCERT_BLOB.md | 35 and size) about a memory block with binary data of a CA certificate in PEM
|
H A D | CURLOPT_PROXY_ISSUERCERT_BLOB.md | 36 size) about a memory block with binary data of a CA certificate in PEM
|
H A D | CURLOPT_INTERLEAVEFUNCTION.md | 37 interleaved RTP data. This function gets called for each $ block and therefore
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 463 *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 D | libssh2.c | 1700 *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 D | libssh.c | 137 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 D | tftp.c | 141 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 D | pingpong.c | 84 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 D | pingpong.h | 89 bool block, bool disconnecting);
|
H A D | md4.c | 269 MD4_u32plus block[16]; member 309 (ctx->block[(n)] = \ 315 (ctx->block[(n)])
|
H A D | md5.c | 294 MD5_u32plus block[16]; member 339 (ctx->block[(n)] = \ 345 (ctx->block[(n)])
|
/curl/tests/data/ |
H A D | test286 | 23 a 512 byte TFTP block, testing a boundary 58 a 512 byte TFTP block, testing a boundary
|
H A D | test1592 | 22 HTTP request, remove handle while resolving, don't block
|
H A D | test421 | 31 x-xss-protection: 1; mode=block 80 "x-xss-protection":["1; mode=block"],
|
H A D | test237 | 31 # is from an address block that is guaranteed never to be assigned (RFC3330).
|
H A D | test284 | 14 a 512 byte TFTP block, testing a boundary
|
/curl/docs/cmdline-opts/ |
H A D | tftp-blksize.md | 19 Set the TFTP **BLKSIZE** option (must be 512 or larger). This is the block
|
/curl/docs/libcurl/ |
H A D | curl_global_cleanup.md | 51 curl_global_cleanup(3) does not block waiting for any libcurl-created
|
H A D | curl_multi_perform.md | 22 curl_multi_perform - run all transfers until it would block
|