Searched refs:urls (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Dienavi.rb3 $urls = []
6 $urls << url
37 $urls.each_with_index do |url, i|
H A Dienavi2.rb6 @urls = []
16 @urls << url
24 @urls.each_with_index do |url, i|
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrlList.h30 LDAPUrlList(const LDAPUrlList& urls);
39 LDAPUrlList(char** urls);
H A DLDAPConnection.cpp48 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...]
H A DLDAPSearchResults.cpp54 LDAPUrlList urls= refPos->getUrls(); local
56 throw(LDAPReferralException(urls));
H A DLDAPUrlList.cpp18 LDAPUrlList::LDAPUrlList(const LDAPUrlList& urls){ argument
20 m_urls = urls.m_urls;
H A DLDAPCompareRequest.h22 virtual LDAPRequest* followReferral(LDAPMsg* urls);
H A DLDAPExtRequest.h21 virtual LDAPRequest* followReferral(LDAPMsg* urls);
H A DLDAPModDNRequest.h23 virtual LDAPRequest* followReferral(LDAPMsg* urls);
H A DLDAPDeleteRequest.cpp61 LDAPUrlList urls= ((LDAPResult*)refs)->getReferralUrls(); local
64 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
H A DLDAPException.cpp83 LDAPReferralException::LDAPReferralException(const LDAPUrlList& urls) throw() argument
84 : LDAPException(LDAPResult::REFERRAL) , m_urlList(urls)
H A DLDAPException.h91 LDAPReferralException(const LDAPUrlList& urls) throw();
H A DLDAPSearchRequest.cpp91 LDAPUrlList urls; local
97 urls = ((LDAPSearchReference *)ref)->getUrls();
99 urls = ((LDAPResult *)ref)->getReferralUrls();
101 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
H A DLDAPAddRequest.cpp66 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
69 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
H A DLDAPCompareRequest.cpp67 LDAPUrlList urls = ((LDAPResult*)ref)->getReferralUrls(); local
70 con=getConnection()->referralConnect(urls,usedUrl,m_cons);
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dmultithread.c40 const char * const urls[NUMT]= { variable
79 (void *)urls[i]);
83 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
H A Dthreaded-ssl.c106 const char * const urls[]= { variable
146 (void *)urls[i]);
150 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
H A D10-at-a-time.c36 static const char *urls[] = { variable
89 #define CNT sizeof(urls)/sizeof(char*) /* total number of transfers to do */
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]);
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]);
H A Dsmooth-gtk-thread.c45 gint num_urls = 9; /* Just make sure this is less than urls[]*/
46 const char * const urls[]= { variable
80 urls[j]);
88 outfile = fopen(urls[j], "w");
136 /* Make sure I don't create more threads than urls. */
145 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c42 BerVarray urls = NULL; local
102 if ( ber_bvarray_add( &urls, &url ) < 0 ) {
112 op->o_req_dn.bv_val, urls[0].bv_val, 0 );
115 op->o_req_dn.bv_val, urls[0].bv_val, 0 );
117 rs->sr_ref = urls;
127 ber_bvarray_free( urls );
H A Dsearch.c45 BerVarray urls = NULL; local
111 if( ber_bvarray_add( &urls, &url ) < 0 ) {
122 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", urls[0].bv_val, 0 );
128 urls[0].bv_val );
211 attr_merge_normalize_one( &e, ad_ref, urls, NULL );
238 if( urls != NULL ) ber_bvarray_free( urls );
/macosx-10.10.1/Heimdal-398.1.2/plugins/KDCProxy/
H A Dclient.c73 char **urls; local
75 urls = krb5_config_get_string(context, NULL,
78 if (urls == NULL)
105 for (n = 0; urls[n] n++) {
106 ret = requestToURL(context, urls[n], timeout, msgdata, retdata);
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dmake-zsh-urls7 make-zsh-urls -- create F<~/.zsh/urls> hierarchy
11 % make-zsh-urls [B<OPTION>] ...
15 make-zsh-urls creates a hierarchy of files and directories under
16 F<~/.zsh/urls> for use by the _urls completion function in the new
26 hierarchy. Defaults to F<~/.zsh/urls>.
51 $out_dir ||= "$ENV{HOME}/.zsh/urls";
131 Usage: make-zsh-urls [OPTION] ...
134 Defaults to ~/.zsh/urls.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpOcspVerify.cpp109 CSSM_DATA **urls = NULL; local
123 if(urls == NULL) {
124 urls = coder.mallocn<CSSM_DATA_PTR>(2);
128 CSSM_DATA **oldUrls = urls;
129 urls = coder.mallocn<CSSM_DATA_PTR>(numUrls + 2);
131 urls[i] = oldUrls[i];
134 urls[numUrls] = coder.mallocn<CSSM_DATA>();
135 coder.allocCopyItem(genName->name, *urls[numUrls++]);
136 urls[numUrls] = NULL;
148 return urls;
159 tpGenOcspdReq( TPVerifyContext &vfyCtx, SecNssCoder &coder, TPCertInfo &subject, TPCertInfo &issuer, OCSPClientCertID &certId, const CSSM_DATA **urls, CSSM_DATA &nonce) argument
402 CSSM_DATA **urls; // owner-managed array of URLs obtained from subject's member in class:PendingRequest
518 CSSM_DATA **urls = tpOcspUrlsFromCert(*subject, coder); local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dwebjump.el400 (defun webjump-choose-mirror (name urls)
402 urls
403 (webjump-mirror-default urls)))
411 (defun webjump-mirror-default (urls)
415 (car urls))
433 (defun webjump-read-url-choice (what urls &optional default)
436 urls))

Completed in 152 milliseconds

123