HomeSort by: relevance | last modified time | path
    Searched defs:urls (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPSearchResults.cpp 54 LDAPUrlList urls= refPos->getUrls(); local
56 throw(LDAPReferralException(urls));
LDAPAddRequest.cpp 66 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
69 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPCompareRequest.cpp 67 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
70 con=getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPDeleteRequest.cpp 61 LDAPUrlList urls= ((LDAPResult*)refs)->getReferralUrls(); local
64 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPExtRequest.cpp 70 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
73 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPModDNRequest.cpp 74 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
77 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPModifyRequest.cpp 67 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
70 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPSearchRequest.cpp 91 LDAPUrlList urls; local
97 urls = ((LDAPSearchReference *)ref)->getUrls();
99 urls = ((LDAPResult *)ref)->getReferralUrls();
101 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
LDAPConnection.cpp 48 LDAPUrlList urls = res->getReferralUrls(); local
51 throw LDAPReferralException(urls);
82 LDAPUrlList urls = res->getReferralUrls(); local
85 throw LDAPReferralException(urls);
128 LDAPUrlList urls = res->getReferralUrls(); local
131 throw LDAPReferralException(urls);
162 LDAPUrlList urls = res->getReferralUrls(); local
165 throw LDAPReferralException(urls);
197 LDAPUrlList urls = res->getReferralUrls(); local
200 throw LDAPReferralException(urls);
232 LDAPUrlList urls = res->getReferralUrls(); local
270 LDAPUrlList urls = res->getReferralUrls(); local
312 LDAPUrlList urls = res->getReferralUrls(); local
350 LDAPUrlList urls = res->getReferralUrls(); local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
referral.c 47 BerVarray urls = NULL; local
107 if ( ber_bvarray_add( &urls, &url ) < 0 ) {
117 op->o_req_dn.bv_val, urls[0].bv_val );
120 op->o_req_dn.bv_val, urls[0].bv_val );
122 rs->sr_ref = urls;
132 ber_bvarray_free( urls );
search.c 50 BerVarray urls = NULL; local
116 if( ber_bvarray_add( &urls, &url ) < 0 ) {
127 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", urls[0].bv_val );
133 urls[0].bv_val );
215 attr_merge_normalize_one( &e, ad_ref, urls, NULL );
242 if( urls != NULL ) ber_bvarray_free( urls );
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 44 urls = ( variable
55 def repository(urls = urls, log = EmptyLogger()):
63 for url in urls:
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 44 urls = ( variable
55 def repository(urls = urls, log = EmptyLogger()):
63 for url in urls:
  /src/crypto/external/apache2/openssl/dist/test/
ocspapitest.c 189 static const char *urls[] = { local
205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls);
  /src/crypto/external/bsd/openssl/dist/test/
ocspapitest.c 189 static const char *urls[] = { local
205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls);
  /src/crypto/external/bsd/openssl.old/dist/test/
ocspapitest.c 185 static const char * urls[] = { local
201 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls);
  /src/external/bsd/openldap/dist/libraries/libldap/
options.c 662 const char *urls = (const char *) invalue; local
666 if(urls != NULL) {
667 rc = ldap_url_parselist_ext(&ludlist, urls, NULL,
url.c 24 * LDAP URLs look like this:
34 * We also tolerate URLs that look like: <ldapurl> and <URL:ldapurl>
1319 char **urls; local
1330 urls = ldap_str2charray( url, sep );
1331 if (urls == NULL)
1334 /* count the URLs... */
1335 for (i = 0; urls[i] != NULL; i++) ;
1338 rc = ldap_url_parse_ext( urls[i], &ludp, flags );
1340 ldap_charray_free( urls );
1348 ldap_charray_free( urls );
    [all...]
  /src/external/bsd/pkg_install/dist/lib/
file.c 179 /* A table of valid leading strings for URLs */
180 static const url_t urls[] = { variable
191 * Returns length of leading part of any URL from urls table, or -1
203 for (up = urls; up->u_s; up++) {
  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 263 char * tmp = NULL, *urls[32]; local
276 if ( tokenize(urls, sizeof(urls)/sizeof(*urls), s) < 0)
280 while (urls[i]) {
281 if (! ldap_is_ldap_url(urls[i]) ||
282 (ldap_url_parse(urls[i], &urld[i]) != 0)) {
  /src/external/bsd/fetch/dist/libfetch/
fetch.h 69 struct url *urls; member in struct:url_list
  /src/external/bsd/openldap/dist/servers/slapd/
main.c 189 "\t-h URLs\t\tList of URLs to serve\n"
226 char *urls = NULL; local
322 newUrls = (char *) lutil_getRegParam(regService, "Urls");
324 urls = ch_strdup(newUrls);
325 Debug(LDAP_DEBUG_ANY, "new urls from registry: %s\n",
326 urls );
371 case 'h': /* listen URLs */
372 urls = optarg;
621 if( check == CHECK_NONE && slapd_daemon_init( urls ) != 0 )
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
debuginfod-support.c 231 const char *urls = skip_spaces (getenv (DEBUGINFOD_URLS_ENV_VAR)); local
234 || urls == nullptr
235 || *urls == '\0')
241 "from the following URLs:\n"));
243 std::string_view url_view (urls);
519 /* Set callback for "set debuginfod urls". */
522 set_debuginfod_urls (const std::string &urls)
525 if (setenv (DEBUGINFOD_URLS_ENV_VAR, urls.c_str (), 1) != 0)
526 warning (_("Unable to set debuginfod URLs: %s"), safe_strerror (errno));
532 /* Get callback for "set debuginfod urls". *
537 static std::string urls; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
debuginfod-support.c 231 const char *urls = skip_spaces (getenv (DEBUGINFOD_URLS_ENV_VAR)); local
234 || urls == nullptr
235 || *urls == '\0')
241 "from the following URLs:\n"));
243 std::string_view url_view (urls);
519 /* Set callback for "set debuginfod urls". */
522 set_debuginfod_urls (const std::string &urls)
525 if (setenv (DEBUGINFOD_URLS_ENV_VAR, urls.c_str (), 1) != 0)
526 warning (_("Unable to set debuginfod URLs: %s"), safe_strerror (errno));
532 /* Get callback for "set debuginfod urls". *
537 static std::string urls; local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 321 "\t-h URLs\t\tList of URLs to serve\n"
359 char *urls = NULL; local
414 newUrls = (char *)lutil_getRegParam( regService, "Urls" );
416 if ( urls ) ch_free( urls );
418 urls = ch_strdup( newUrls );
419 Debug( LDAP_DEBUG_ANY, "new urls from registry: %s\n", urls );
468 case 'h': /* listen URLs */
    [all...]

Completed in 43 milliseconds

1 2