Home
last modified time | relevance | path

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

12

/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING_SERVER_BL.md16 CURLMOPT_PIPELINING_SERVER_BL - pipelining server block list
37 in the block list, i.e "Server: Ninja 1.2.3" and "Server: Ninja 1.4.0" can
40 Pass a NULL pointer to clear the block list.
44 The default value is NULL, which means that there is no block list.
H A DCURLMOPT_PIPELINING_SITE_BL.md16 CURLMOPT_PIPELINING_SITE_BL - pipelining host block list
35 Pass a NULL pointer to clear the block list.
39 The default value is NULL, which means that there is no block list.
H A DCURLOPT_TFTP_BLKSIZE.md15 CURLOPT_TFTP_BLKSIZE - TFTP block size
29 not specified. The specified block size is only used if supported by the
31 returns an option acknowledgment with no block size, the default of 512 bytes
H A DCURLOPT_PROXY_SSLCERT_BLOB.md36 and size) about a memory block with binary data of the certificate used to
H A DCURLOPT_CAINFO_BLOB.md40 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_PROXY_CAINFO_BLOB.md44 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_ISSUERCERT_BLOB.md34 and size) about a memory block with binary data of a CA certificate in PEM
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md35 size) about a memory block with binary data of a CA certificate in PEM
H A DCURLOPT_INTERLEAVEFUNCTION.md36 interleaved RTP data. This function gets called for each $ block and therefore
H A DCURLOPT_OPENSOCKETFUNCTION.md65 This return code can be used for IP address block listing.
/curl/lib/vssh/
H A Dwolfssh.c462 *block = TRUE; in wssh_statemach_act()
467 *block = TRUE; in wssh_statemach_act()
486 *block = TRUE; in wssh_statemach_act()
491 *block = TRUE; in wssh_statemach_act()
508 *block = TRUE; in wssh_statemach_act()
513 *block = TRUE; in wssh_statemach_act()
607 *block = TRUE; in wssh_statemach_act()
612 *block = TRUE; in wssh_statemach_act()
719 *block = TRUE; in wssh_statemach_act()
724 *block = TRUE; in wssh_statemach_act()
[all …]
H A Dlibssh.c668 static CURLcode myssh_statemach_act(struct Curl_easy *data, bool *block) in myssh_statemach_act() argument
678 *block = 0; /* we're not blocking by default */ in myssh_statemach_act()
2032 *block = TRUE; in myssh_statemach_act()
2061 static void myssh_block2waitfor(struct connectdata *conn, bool block) in myssh_block2waitfor() argument
2069 if(block) { in myssh_block2waitfor()
2087 bool block; /* we store the status and use that to provide a ssh_getsock() in myssh_multi_statemach() local
2089 CURLcode result = myssh_statemach_act(data, &block); in myssh_multi_statemach()
2092 myssh_block2waitfor(conn, block); in myssh_multi_statemach()
2105 bool block; in myssh_block_statemach() local
2109 result = myssh_statemach_act(data, &block); in myssh_block_statemach()
[all …]
H A Dlibssh2.c968 static CURLcode ssh_statemach_act(struct Curl_easy *data, bool *block) in ssh_statemach_act() argument
980 *block = 0; /* we're not blocking by default */ in ssh_statemach_act()
3045 *block = TRUE; in ssh_statemach_act()
3078 static void ssh_block2waitfor(struct Curl_easy *data, bool block) in ssh_block2waitfor() argument
3083 if(block) { in ssh_block2waitfor()
3106 result = ssh_statemach_act(data, &block); in ssh_multi_statemach()
3110 } while(!result && !*done && !block); in ssh_multi_statemach()
3111 ssh_block2waitfor(data, block); in ssh_multi_statemach()
3125 bool block; in ssh_block_statemach() local
3129 result = ssh_statemach_act(data, &block); in ssh_block_statemach()
[all …]
/curl/lib/
H A Dtftp.c141 unsigned short block; member
592 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx()
596 else if(state->block == rblock) { in tftp_rx()
605 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx()
610 state->block = (unsigned short)rblock; in tftp_rx()
612 setpacketblock(&state->spacket, state->block); in tftp_rx()
634 state->block = 0; in tftp_rx()
721 if(rblock != state->block && in tftp_tx()
730 rblock, state->block); in tftp_tx()
735 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.c266 MD4_u32plus block[16]; member
306 (ctx->block[(n)] = \
312 (ctx->block[(n)])
H A Dmd5.c291 MD5_u32plus block[16]; member
336 (ctx->block[(n)] = \
342 (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.md50 curl_global_cleanup(3) does not block waiting for any libcurl-created

Completed in 59 milliseconds

12