Searched refs:lookup (Results 1 – 24 of 24) sorted by relevance
/curl/lib/ |
H A D | base64.c | 87 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 D | easygetopt.c | 32 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 D | socks.c | 997 static const CURLproxycode lookup[] = { in do_SOCKS5() local 1008 rc = lookup[code]; in do_SOCKS5()
|
H A D | curl_config.h.cmake | 694 /* 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 D | test3205 | 19 cipher suite name lookup
|
H A D | test1450 | 23 Basic DICT lookup
|
H A D | test358 | 40 HTTPS GET translated by alt-svc lookup to HTTP/2 GET
|
H A D | test359 | 40 HTTPS GET translated by alt-svc lookup to HTTP/2 GET
|
/curl/src/ |
H A D | tool_help.c | 265 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 D | connect-timeout.md | 27 The connection phase is considered complete when the DNS lookup and requested
|
H A D | write-out.md | 234 The time, in seconds, it took for all redirection steps including name lookup,
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_NAMELOOKUP_TIME.md | 18 CURLINFO_NAMELOOKUP_TIME - get the name lookup time
|
H A D | CURLINFO_NAMELOOKUP_TIME_T.md | 18 CURLINFO_NAMELOOKUP_TIME_T - get the name lookup time in microseconds
|
H A D | CURLINFO_REDIRECT_TIME.md | 34 all redirection steps include name lookup, connect, pretransfer and transfer
|
H A D | CURLINFO_REDIRECT_TIME_T.md | 34 took for all redirection steps include name lookup, connect, pretransfer and
|
H A D | CURLOPT_DOH_URL.md | 41 uses the default name lookup function. You can bootstrap that by providing the
|
/curl/docs/libcurl/ |
H A D | curl_easy_getinfo.md | 248 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 D | libcurl-thread.md | 66 Signals are used for timing out name resolves (during DNS lookup) - when built
|
H A D | libcurl-errors.md | 117 An internal failure to lookup the host used for the new connection.
|
/curl/.github/ |
H A D | labeler.yml | 358 name lookup:
|
/curl/lib/vtls/ |
H A D | openssl.c | 3151 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 D | CMakeLists.txt | 210 cmake_dependent_option(ENABLE_THREADED_RESOLVER "Enable threaded DNS lookup"
|
H A D | configure.ac | 4365 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 D | FAQ | 1083 connection is established (e.g. during a DNS lookup) or using protocols that
|
Completed in 54 milliseconds