Searched refs:trigger (Results 1 – 21 of 21) sorted by relevance
/curl/src/ |
H A D | tool_help.h | 32 const char *trigger; member 46 void inithelpscan(struct scan_ctx *ctx, const char *trigger,
|
H A D | mkhelp.pl | 150 void showhelp(const char *trigger, const char *arg, const char *endarg) 231 void showhelp(const char *trigger, const char *arg, const char *endarg)
|
H A D | tool_hugehelp.h | 28 void showhelp(const char *trigger, const char *arg, const char *endarg);
|
H A D | tool_hugehelp.c.cvs | 33 void showhelp(const char *trigger, const char *arg, const char *endarg) 35 (void)trigger;
|
H A D | tool_help.c | 167 const char *trigger, in inithelpscan() argument 171 ctx->trigger = trigger; in inithelpscan() 172 ctx->tlen = strlen(trigger); in inithelpscan() 192 if(!memcmp(ctx->rbuf, ctx->trigger, ctx->tlen)) in helpscan()
|
/curl/tests/data/ |
H A D | test1145 | 21 # Pass %PWD instead of %FILE_PWD to trigger the expected
|
H A D | test583 | 29 # name resolve will cause it to return rather quickly and thus we could trigger
|
H A D | test506 | 59 # trigger in a different order!
|
/curl/docs/cmdline-opts/ |
H A D | form-string.md | 22 possibility that the string value may accidentally trigger the @ or \<
|
H A D | mail-rcpt-allowfails.md | 26 If all recipients trigger RCPT TO failures and this flag is specified, curl
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_PRETRANSFER_TIME.md | 37 the protocol-specific instructions that trigger a transfer.
|
H A D | CURLINFO_PRETRANSFER_TIME_T.md | 37 the protocol-specific instructions that trigger a transfer.
|
H A D | CURLOPT_MAIL_RCPT_ALLOWFAILS.md | 40 If all recipients trigger RCPT TO failures and this flag is specified, curl
|
H A D | CURLOPT_NOSIGNAL.md | 42 effort to never cause such SIGPIPE signals to trigger, but some operating
|
H A D | CURLOPT_CRLFILE.md | 54 the CRL does not trigger this specific error.
|
H A D | CURLOPT_PROXY_CRLFILE.md | 53 the CRL does not trigger this specific error.
|
/curl/docs/libcurl/ |
H A D | curl_multi_cleanup.md | 45 the multi handle are shut down, which might trigger calls to the
|
H A D | libcurl-thread.md | 80 trigger). Note that setting CURLOPT_NOSIGNAL(3) to 0L does not work in a
|
H A D | curl_easy_setopt.md | 555 Time to be below the speed to trigger low speed abort. See
|
/curl/docs/ |
H A D | FAQ | 780 actual string sent in the request, but that may of course trigger a 1035 and thus the connect timeout will not trigger.
|
H A D | TODO | 508 phase. As such any failures during authentication does not trigger the
|
Completed in 22 milliseconds