Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 24 of 24) sorted by relevance

/curl/lib/
H A Dbase64.c87 unsigned char lookup[256]; in Curl_base64_decode() local
120 memset(lookup, 0xff, sizeof(lookup)); in Curl_base64_decode()
121 memcpy(&lookup['+'], decodetable, sizeof(decodetable)); in Curl_base64_decode()
138 val = lookup[(unsigned char)*src++]; in Curl_base64_decode()
163 val = lookup[(unsigned char)*src++]; in Curl_base64_decode()
H A Deasygetopt.c32 static struct curl_easyoption *lookup(const char *name, CURLoption id) in lookup() function
57 return lookup(name, CURLOPT_LASTENTRY); in curl_easy_option_by_name()
62 return lookup(NULL, id); in curl_easy_option_by_id()
H A Dsocks.c997 static const CURLproxycode lookup[] = { in do_SOCKS5() local
1008 rc = lookup[code]; in do_SOCKS5()
H A Dcurl_config.h.cmake694 /* Define if you want to enable POSIX threaded DNS lookup */
697 /* Define if you want to enable Win32 threaded DNS lookup */
/curl/tests/data/
H A Dtest320519 cipher suite name lookup
H A Dtest145023 Basic DICT lookup
H A Dtest35840 HTTPS GET translated by alt-svc lookup to HTTP/2 GET
H A Dtest35940 HTTPS GET translated by alt-svc lookup to HTTP/2 GET
/curl/src/
H A Dtool_help.c265 char *lookup = &category[2]; in tool_help() local
267 if(!strncmp(lookup, "no-", 3)) { in tool_help()
268 lookup += 3; in tool_help()
271 a = findlongopt(lookup); in tool_help()
/curl/docs/cmdline-opts/
H A Dconnect-timeout.md27 The connection phase is considered complete when the DNS lookup and requested
H A Dwrite-out.md234 The time, in seconds, it took for all redirection steps including name lookup,
/curl/docs/libcurl/opts/
H A DCURLINFO_NAMELOOKUP_TIME.md18 CURLINFO_NAMELOOKUP_TIME - get the name lookup time
H A DCURLINFO_NAMELOOKUP_TIME_T.md18 CURLINFO_NAMELOOKUP_TIME_T - get the name lookup time in microseconds
H A DCURLINFO_REDIRECT_TIME.md34 all redirection steps include name lookup, connect, pretransfer and transfer
H A DCURLINFO_REDIRECT_TIME_T.md34 took for all redirection steps include name lookup, connect, pretransfer and
H A DCURLOPT_DOH_URL.md41 uses the default name lookup function. You can bootstrap that by providing the
/curl/docs/libcurl/
H A Dcurl_easy_getinfo.md248 The time it took for all redirection steps include name lookup, connect,
254 The time it took for all redirection steps include name lookup, connect,
H A Dlibcurl-thread.md66 Signals are used for timing out name resolves (during DNS lookup) - when built
H A Dlibcurl-errors.md117 An internal failure to lookup the host used for the new connection.
/curl/.github/
H A Dlabeler.yml358 name lookup:
/curl/lib/vtls/
H A Dopenssl.c3151 X509_LOOKUP *lookup = NULL; in populate_x509_store() local
3264 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in populate_x509_store()
3265 if(!lookup || in populate_x509_store()
3266 (!X509_load_crl_file(lookup, ssl_crlfile, X509_FILETYPE_PEM)) ) { in populate_x509_store()
/curl/
H A DCMakeLists.txt210 cmake_dependent_option(ENABLE_THREADED_RESOLVER "Enable threaded DNS lookup"
H A Dconfigure.ac4365 AC_DEFINE(USE_THREADS_POSIX, 1, [if you want POSIX threaded DNS lookup])
4379 AC_DEFINE(USE_THREADS_WIN32, 1, [if you want Win32 threaded DNS lookup])
/curl/docs/
H A DFAQ1083 connection is established (e.g. during a DNS lookup) or using protocols that

Completed in 54 milliseconds