Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 23 of 23) sorted by relevance

/curl/lib/
H A Dopenldap.c94 LDAP **ld);
495 ldap_get_option(li->ld, LDAP_OPT_SOCKBUF, &sb); in oldap_ssl_connect()
624 rc = ldap_get_dn_ber(li->ld, msg, &ber, &bv); in oldap_state_mechs_resp()
847 ldap_abandon_ext(li->ld, li->msgid, NULL, NULL); in oldap_connecting()
864 if(li->ld) { in oldap_disconnect()
872 ldap_unbind_ext(li->ld, NULL, NULL); in oldap_disconnect()
873 li->ld = NULL; in oldap_disconnect()
902 ldap_get_option(li->ld, LDAP_OPT_SOCKBUF, &sb); in oldap_do()
918 ldap_abandon_ext(li->ld, msgid, NULL, NULL); in oldap_do()
945 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL); in oldap_done()
[all …]
/curl/tests/data/
H A Dtest16633 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 Dos400sys.c540 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 DCURLINFO_LOCAL_PORT.md51 printf("We used local port: %ld\n", port);
H A DCURLINFO_HEADER_SIZE.md50 printf("Header size: %ld bytes\n", size);
H A DCURLINFO_REQUEST_SIZE.md48 printf("Request size: %ld bytes\n", req);
H A DCURLINFO_TOTAL_TIME_T.md52 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", total / 1000000,
H A DCURLINFO_CONNECT_TIME_T.md52 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", connect / 1000000,
H A DCURLINFO_HTTP_CONNECTCODE.md50 printf("The CONNECT response code: %03ld\n", code);
H A DCURLINFO_NAMELOOKUP_TIME_T.md51 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", namelookup / 1000000,
H A DCURLINFO_REDIRECT_TIME_T.md54 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", redirect / 1000000,
H A DCURLINFO_PRIMARY_PORT.md52 printf("Connected to remote port: %ld\n", port);
H A DCURLINFO_QUEUE_TIME_T.md52 printf("Queued: %" CURL_FORMAT_CURL_OFF_T ".%06ld us", queue / 1000000,
H A DCURLINFO_STARTTRANSFER_TIME_T.md55 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", start / 1000000,
H A DCURLINFO_NUM_CONNECTS.md50 printf("It needed %ld connects\n", connects);
H A DCURLINFO_PRETRANSFER_TIME_T.md56 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld\n",
H A DCURLINFO_PROXY_ERROR.md90 printf("The detailed proxy error: %ld\n", proxycode);
H A DCURLINFO_APPCONNECT_TIME_T.md54 printf("Time: %" CURL_FORMAT_CURL_OFF_T ".%06ld", connect / 1000000,
H A DCURLINFO_OS_ERRNO.md54 printf("Errno: %ld\n", error);
H A DCURLOPT_DEBUGFUNCTION.md117 fprintf(stream, "%s, %10.10ld bytes (0x%8.8lx)\n",
/curl/docs/
H A DFAQ1236 with a shared version of libcurl and your runtime linker (ld.so) could not
1240 You need to make sure that ld.so finds libcurl.so.X. You can do that
1247 * Set an environment variable (LD_LIBRARY_PATH for example) where ld.so
1251 put the library (like Linux's /etc/ld.so.conf)
1253 'man ld.so' and 'man ld' will tell you more details
/curl/
H A DCMakeLists.txt1729 # For processing full path libraries into -L and -l ld options,
H A Dconfigure.ac2474 AC_MSG_WARN([You need an ld version supporting the --version-script option])

Completed in 62 milliseconds