Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 219) sorted by relevance

123456789

/curl/tests/libtest/
H A Dlib1501.c68 struct timeval before; in test() local
88 before = tutil_tvnow(); in test()
95 e = tutil_tvdiff(after, before); in test()
/curl/tests/data/
H A Dtest1185102 ./%LOGDIR/code1185.c:9:16: warning: space before close parenthesis (SPACEBEFORECLOSE)
105 ./%LOGDIR/code1185.c:10:11: warning: space before comma (SPACEBEFORECOMMA)
108 ./%LOGDIR/code1185.c:14:9: warning: return without space before paren (RETURNNOSPACE)
123 ./%LOGDIR/code1185.c:28:7: warning: no space before semicolon (SPACESEMICOLON)
144 ./%LOGDIR/code1185.c:43:6: warning: no space before asterisk (ASTERISKNOSPACE)
150 ./%LOGDIR/code1185.c:46:9: warning: no space before equals sign (NOSPACEEQUALS)
168 ./%LOGDIR/code1185.c:54:21: warning: missing space before colon (NOSPACEC)
174 ./%LOGDIR/code1185.c:54:15: warning: missing space before question mark (NOSPACEQ)
180 ./%LOGDIR/code1185.c:54:23: warning: missing space before less or greater than (NOSPACETHAN)
186 ./%LOGDIR/code1185.c:55:23: warning: missing space before less or greater than (NOSPACETHAN)
H A Dtest42221 use --next with missing URL before it
32 curl: missing URL before --next
H A Dtest119419 PUBLISH-before-SUBACK TRUE
46 # before comparison
H A Dtest119519 PUBLISH-before-SUBACK TRUE
47 # before comparison
H A Dtest230466 # that is flaky since the outgoing PING just before might fail already
67 # and then the test exists before the output gets to be written
H A Dtest37932 exists before command runs
65 exists before command runs
H A Dtest156425 wakeup before poll with no easy handles
H A Dtest107032 HTTP POST with server closing connection before (all) data is received
38 This creates the named file with this content before the test case is run,
H A Dtest151746 # precheck is a command line to run before the test, to see if we can execute
53 HTTP POST, server responds before completed send
H A Dtest128225 FTP with 633 response before gss initialized
/curl/.github/
H A Dlock.yml7 # Number of days of inactivity before a closed issue or pull request is locked
9 # Comment to post before locking. Set to `false` to disable
H A Dstale.yml5 # Number of days of inactivity before an issue becomes stale
7 # Number of days of inactivity before a stale issue is closed
/curl/docs/cmdline-opts/
H A Dftp-pret.md5 Help: Send PRET before PASV
19 Send a PRET command before PASV (and EPSV). Certain FTP servers, mainly
H A Dkeepalive-time.md20 Set the time a connection needs to remain idle before sending keepalive probes
25 The number of missed keepalive probes before declaring the connection down is OS
H A Dproxy-insecure.md20 Every secure connection curl makes is verified to be secure before the
25 proxy's TLS certificate before it continues: that the certificate contains the
H A Dinsecure.md21 By default, every secure connection curl makes is verified to be secure before
26 server's TLS certificate before it continues: that the certificate contains
H A Dtcp-fastopen.md18 allows data to get sent earlier over the connection (before the final
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVER_START_FUNCTION.md17 CURLOPT_RESOLVER_START_FUNCTION - callback called before a new name resolve is started
36 This callback function gets called by libcurl every time before a new resolve
41 desired option on the ares channel before it is used, for example setting up
H A DCURLOPT_PATH_AS_IS.md32 given path before passing it on to the server.
42 By default libcurl normalizes such sequences before using the path.
H A DCURLOPT_CHUNK_BGN_FUNCTION.md17 CURLOPT_CHUNK_BGN_FUNCTION - callback before a transfer with FTP wildcard match
63 This callback function gets called by libcurl before a part of the stream is
141 /* callback is called before download of concrete file started */
H A DCURLOPT_PREREQFUNCTION.md19 established, but before a request has been made.
45 or a connection has been reused (including any SSL handshaking), but before any
48 before a GET/HEAD/POST/etc request has been sent.
H A DCURLOPT_PIPEWAIT.md32 confirm or deny that it can do multiplexing before continuing.
40 for the connection to reveal if it is possible to multiplex on before it
/curl/docs/libcurl/
H A Dcurl_multi_timeout.md19 curl_multi_timeout - how long to wait for action before proceeding
33 actions - at most - before proceeding.
50 few seconds perhaps) before you call curl_multi_perform(3) again.
H A Dcurl_easy_cleanup.md43 the protocol is of a kind that requires a command/response sequence before
51 before it is closed.

Completed in 25 milliseconds

123456789