Home
last modified time | relevance | path

Searched refs:filter (Results 1 – 16 of 16) sorted by relevance

/curl/tests/
H A Dprocesshelp.pm121 my $filter = "PID eq $pid";
122 my $result = `tasklist -fi \"$filter\" 2>nul`;
150 my $filter = "PID eq $pid";
151 my $result = `tasklist -fi \"$filter\" 2>nul`;
153 system("taskkill -fi \"$filter\" >nul 2>&1");
175 my $filter = "PID eq $pid";
176 my $result = `tasklist -fi \"$filter\" 2>nul`;
178 system("taskkill -f -fi \"$filter\" >nul 2>&1");
/curl/scripts/
H A Dcmp-config.pl83 sub filter { subroutine
109 print O filter($d);
H A Dcontributors.sh78 sed -f ./docs/THANKS-filter | \
H A Dcontrithanks.sh71 sed -f ./docs/THANKS-filter | \
/curl/tests/data/
H A Dtest260022 connection filter connect/destroy unit tests
/curl/docs/cmdline-opts/
H A Drequest-target.md25 filter or other safe guards. That includes white space and control characters.
H A Drequest.md23 filter or other safe guards. That includes white space and control characters.
H A Dheader.md44 you. curl passes on the verbatim string you give it without any filter or
/curl/docs/libcurl/opts/
H A DCURLOPT_REQUEST_TARGET.md33 libcurl passes on the verbatim string in its request without any filter or
H A DCURLOPT_CUSTOMREQUEST.md40 libcurl passes on the verbatim string in its request without any filter or
H A DCURLOPT_HTTPHEADER.md58 strings you give it, without any filter or other safe guards. That includes
/curl/packages/OS400/
H A Dos400sys.c580 Curl_ldap_search_s_a(void *ld, char *base, int scope, char *filter, in Curl_ldap_search_s_a() argument
607 if(filter && status == LDAP_SUCCESS) { in Curl_ldap_search_s_a()
608 i = strlen(filter); in Curl_ldap_search_s_a()
614 QadrtConvertA2E(efilter, filter, i, i); in Curl_ldap_search_s_a()
/curl/lib/
H A Dldap.c1019 char *filter = p; in _ldap_url_parse2() local
1023 LDAP_TRACE(("filter '%s'\n", filter)); in _ldap_url_parse2()
1026 result = Curl_urldecode(filter, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2()
/curl/m4/
H A Dcurl-wolfssl.m4147 dnl if this symbol is present, we can make use of BIO filter chains
/curl/docs/libcurl/
H A Dlibcurl-security.md187 Some users might be tempted to filter access to local resources or similar
199 somehow by an attacker would all bypass a naive filter and could allow access
267 When first realizing this, the curl team tried to filter out such attempts in
317 Maybe just let the user provide data for parts of it? Or maybe filter input to
/curl/.github/
H A Dlabeler.yml210 …/*.pl,**/*.sh,curl-config.in,docs/curl-config.1,docs/mk-ca-bundle.1,docs/THANKS-filter,scripts/**}'

Completed in 34 milliseconds