/curl/lib/ |
H A D | openldap.c | 94 LDAP **ld); 483 ldap_get_option(li->ld, LDAP_OPT_SOCKBUF, &sb); in oldap_ssl_connect() 610 rc = ldap_get_dn_ber(li->ld, msg, &ber, &bv); in oldap_state_mechs_resp() 833 ldap_abandon_ext(li->ld, li->msgid, NULL, NULL); in oldap_connecting() 850 if(li->ld) { in oldap_disconnect() 858 ldap_unbind_ext(li->ld, NULL, NULL); in oldap_disconnect() 859 li->ld = NULL; in oldap_disconnect() 888 ldap_get_option(li->ld, LDAP_OPT_SOCKBUF, &sb); in oldap_do() 904 ldap_abandon_ext(li->ld, msgid, NULL, NULL); in oldap_do() 931 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL); in oldap_done() [all …]
|
/curl/tests/data/ |
H A D | test166 | 33 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F "name=@%LOGDIR/fie ld %TESTNUMBER" 36 <file name="%LOGDIR/fie ld %TESTNUMBER"> 55 Content-Disposition: form-data; name="name"; filename="fie ld %TESTNUMBER"
|
/curl/packages/OS400/ |
H A D | os400sys.c | 540 Curl_ldap_simple_bind_s_a(void *ld, char *dn, char *passwd) in Curl_ldap_simple_bind_s_a() argument 573 i = ldap_simple_bind_s(ld, edn, epasswd); in Curl_ldap_simple_bind_s_a() 643 status = ldap_search_s(ld, ebase ? ebase : "", scope, in Curl_ldap_search_s_a() 673 ldap_set_lderrno(ld, LDAP_NO_MEMORY, NULL, in Curl_ldap_get_values_len_a() 682 result = ldap_get_values_len(ld, entry, cp); in Curl_ldap_get_values_len_a() 698 Curl_ldap_get_dn_a(void *ld, LDAPMessage *entry) in Curl_ldap_get_dn_a() argument 704 cp = ldap_get_dn(ld, entry); in Curl_ldap_get_dn_a() 728 Curl_ldap_first_attribute_a(void *ld, in Curl_ldap_first_attribute_a() argument 735 cp = ldap_first_attribute(ld, entry, berptr); in Curl_ldap_first_attribute_a() 759 Curl_ldap_next_attribute_a(void *ld, in Curl_ldap_next_attribute_a() argument [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_HEADER_SIZE.md | 53 printf("Header size: %ld bytes\n", size);
|
H A D | CURLINFO_REQUEST_SIZE.md | 51 printf("Request size: %ld bytes\n", req);
|
H A D | CURLINFO_CONNECT_TIME_T.md | 55 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", connect / 1000000,
|
H A D | CURLINFO_NAMELOOKUP_TIME_T.md | 54 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", namelookup / 1000000,
|
H A D | CURLINFO_POSTTRANSFER_TIME_T.md | 56 printf("Request sent after: %" CURL_FORMAT_CURL_OFF_T ".%06ld us",
|
H A D | CURLINFO_HTTP_CONNECTCODE.md | 53 printf("The CONNECT response code: %03ld\n", code);
|
H A D | CURLINFO_LOCAL_PORT.md | 58 printf("We used local port: %ld\n", port);
|
H A D | CURLINFO_REDIRECT_TIME_T.md | 57 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", redirect / 1000000,
|
H A D | CURLINFO_TOTAL_TIME_T.md | 55 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", total / 1000000,
|
H A D | CURLINFO_NUM_CONNECTS.md | 53 printf("It needed %ld connects\n", connects);
|
H A D | CURLINFO_PRIMARY_PORT.md | 55 printf("Connected to remote port: %ld\n", port);
|
H A D | CURLINFO_QUEUE_TIME_T.md | 55 printf("Queued: %" CURL_FORMAT_CURL_OFF_T ".%06ld us", queue / 1000000,
|
H A D | CURLINFO_STARTTRANSFER_TIME_T.md | 58 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", start / 1000000,
|
H A D | CURLINFO_PRETRANSFER_TIME_T.md | 59 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld\n",
|
H A D | CURLINFO_APPCONNECT_TIME_T.md | 57 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", connect / 1000000,
|
H A D | CURLINFO_PROXY_ERROR.md | 93 printf("The detailed proxy error: %ld\n", proxycode);
|
H A D | CURLINFO_OS_ERRNO.md | 57 printf("Errno: %ld\n", error);
|
H A D | CURLOPT_DEBUGFUNCTION.md | 120 fprintf(stream, "%s, %10.10ld bytes (0x%8.8lx)\n",
|
/curl/docs/ |
H A D | FAQ | 1235 with a shared version of libcurl and your runtime linker (ld.so) could not 1239 You need to make sure that ld.so finds libcurl.so.X. You can do that 1246 * Set an environment variable (LD_LIBRARY_PATH for example) where ld.so 1250 put the library (like Linux's /etc/ld.so.conf) 1252 'man ld.so' and 'man ld' will tell you more details
|
/curl/ |
H A D | configure.ac | 2670 AC_MSG_WARN([You need an ld version supporting the --version-script option])
|