Searched refs:url (Results 1 - 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DLogDRM.java55 private String url; field in class:LogDRM
61 * @param url The location of the agent.
64 public void connect(int requested, String url) throws Exception argument
72 this.url = url;
74 version + ", server: " + url);
85 Poold.CONF_LOG.log(Severity.INFO, "Disconnected from " + url);
H A DDRM.java54 * @param url The location of the agent.
57 public void connect(int version, String url) throws Exception; argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DURLAttributeVerifier.java55 * @param url URL from which to read the template
65 URLAttributeVerifier(String url) argument
70 initialize(url);
85 URL url = new URL(urlName);
89 is = url.openStream();
H A DSLPV1SDAAdvert.java53 ServiceURL url,
58 super(hdr, xid, timestamp, url, scopes, attrs);
65 ServiceURL url,
102 hdr.parseServiceURLOut(url, false, baos);
113 " URL=``" + url + "''\n" +
50 SLPV1SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
64 initialize(long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DServiceStore.java181 * @param url The ServiceURL.
195 boolean register(ServiceURL url, Vector attrs, argument
207 * @param url The ServiceURL
217 void deregister(ServiceURL url, Vector scopes, Hashtable urlSig) argument
224 * @param url The ServiceURL.
234 void updateRegistration(ServiceURL url, Vector attrs, argument
244 * @param url The ServiceURL.
258 deleteAttributes(ServiceURL url, argument
326 * @param url The ServiceURL for which the records should be returned.
344 Hashtable findAttributes(ServiceURL url, argument
[all...]
H A DSSAAdvert.java55 ServiceURL url,
72 this.initialize(url, scopes, attrs);
77 void initialize(ServiceURL url, Vector scopes, Vector attrs) argument
82 ServiceType serviceType = url.getServiceType();
106 String surl = url.toString();
121 url.getLifetime(),
152 url.getLifetime());
176 " URL=``" + url + "''\n" +
52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
H A DCSrvDereg.java54 ServiceURL url,
70 this.initialize(locale, url, scopes, tags, auth);
77 ServiceURL url,
111 hdr.parseServiceURLOut(url,
53 CSrvDereg(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument
76 initialize(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument
H A DSDAAdvert.java52 ServiceURL url,
78 this.initialize(timestamp, url, scopes, attrs);
87 ServiceURL url,
95 ServiceType serviceType = url.getServiceType();
127 String surl = url.toString();
146 url.getLifetime(),
221 " URL="+url+"\n"+
49 SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
86 initialize(long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DServiceStoreFactory.java218 // service-url ", " language ", " lifetime [ ", " type ]
264 ServiceURL url = null;
277 url = new ServiceURL(surl, lifetime);
283 ServiceType utype = url.getServiceType();
295 !t.equals(url.getServiceType())) {
296 url.setServiceType(t);
413 store.register(url, attrs, scopes, locale, null, null);
416 CSrvReg creg = new CSrvReg(true, locale, url, scopes,
436 ServiceURL url = rec.getServiceURL();
437 String surl = url
[all...]
H A DSunServerDATable.java113 recordNewDA(ServiceURL url, argument
120 String addr = url.getHost();
147 vals.addElement(url.getHost());
153 ServiceURL adURL = formServiceTableDAURL(url, attrs);
390 ServiceURL url = (ServiceURL)en.nextElement();
391 Vector urlScopes = (Vector)retRec.get(url);
396 store.findAttributes(url,
402 String host = url.getHost();
452 private ServiceURL formServiceTableDAURL(ServiceURL url, Vector attrs) { argument
501 url
[all...]
H A DPermSARegTable.java128 ServiceURL url = (ServiceURL)e.nextElement();
129 Object[] rec = (Object[])htRegs.get(url);
H A DServerDATable.java143 recordNewDA(ServiceURL url, argument
184 ServiceURL url;
186 url = ((SSrvReg)msg).URL;
188 url = ((CSrvReg)msg).URL;
191 String key = makeKey(url, hdr.locale); // need locale also...
253 private String makeKey(ServiceURL url, Locale locale) { argument
255 return url.toString() + "/" + locale.toString();
365 forwardRegistrations(ServiceURL url, argument
387 String host = url.getHost();
H A DCAttrMsg.java98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument
103 constructPayload(url.toString(), scopes, tags);
H A DServiceStoreInMemory.java104 ServiceURL url =
112 signatures.put(url, sig);
1336 // Keys for this table are service url as a string. We don't use
1450 ServiceURL url = rec.getServiceURL();
1457 url,
1478 deregisterInternal(url, scopes, lang);
1508 * @param url The ServiceURL.
1523 register(ServiceURL url, Vector attrs, argument
1534 ServiceRecordInMemory rec = findExistingRecord(url, null, lang);
1564 deregisterInternal(url, re
1600 deregister(ServiceURL url, Vector scopes, Hashtable urlSig) argument
1666 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) argument
1734 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2094 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2489 initializeURLScopeLangTableVector(ServiceURL url, String scope, String lang) argument
2697 deregisterInternal(ServiceURL url, Vector scopes, String lang) argument
3038 checkForExistingUnderOtherServiceType(ServiceURL url, Vector scopes) argument
[all...]
H A DSunDATable.java366 ServiceURL url = (ServiceURL)serviceURLs.elementAt(i);
371 int lifetime = url.getLifetime();
380 String daaddr = url.getHost();
381 String urlpart = url.getURLPath();
413 new Object[] {url});
/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.c115 url_parse(const char *urlstr, url_t *url) { argument
134 url->https = B_FALSE;
137 url->https = B_TRUE;
155 ret = url_parse_hostport(optr, &url->hport, url->https ?
168 plen = strlcpy(url->abspath, ptr, sizeof (url->abspath));
169 if (plen >= sizeof (url->abspath)) {
174 (void) strlcpy(url->abspath, "/", sizeof (url
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c127 char *url; local
136 url = malloc(strlen("nfs:") + strlen(oldpath) + 1);
138 if (url == NULL)
141 strcpy(url, "nfs:");
142 strcat(url, oldpath);
150 free(url);
161 p = strstr(newspec, url);
164 free(url);
182 free(url);
209 free(url);
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c172 char *p, *url, *prefix ="file:"; local
182 if (( url = malloc( strlen( prefix ) + 3 * strlen( path ) + 1 )) == NULL ) {
186 strcpy( url, prefix );
187 p = url + strlen( prefix );
209 *urlp = url;
235 const char *url = NULL; local
238 /* recognize "attr :< url" syntax if LDIF version is >= 1 */
248 for ( url = value + 1; isspace( *url ); ++url ) {
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c35 /* LIBLDAP url.c -- LDAP URL related routines
64 ldap_is_ldap_url( const char *url )
68 return( url != NULL
69 && skip_url_prefix( &url, &enclosed, &secure ));
123 ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) argument
130 if (( rc = nsldapi_url_parse( url, ludpp, 1 )) == 0 ) {
148 ldap_url_parse_nodn(const char *url, LDAPURLDesc **ludpp) argument
155 if ((rc = nsldapi_url_parse(url, ludpp, 0)) == 0) {
181 nsldapi_url_parse( const char *url, LDAPURLDesc **ludpp, int dn_required ) argument
188 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_url_parse(%s)\n", url,
405 ldap_url_search( LDAP *ld, const char *url, int attrsonly ) argument
482 ldap_url_search_st( LDAP *ld, const char *url, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument
521 ldap_url_search_s( LDAP *ld, const char *url, int attrsonly, LDAPMessage **res ) argument
573 char *url = 0; local
804 char *url = 0; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshtinyurl.sh111 typeset url="http://${url_host}${url_path}"
119 url_path+="?url=${inputurl}"
157 typeset url="http://${url_host}${url_path}"
165 url_path+="?url=${inputurl}"
189 print -r -- "${response/~(Elr).*(\<url\>)(.*)(\<\/url\>).*/\2}"
228 url
247 typeset url="$1"
252 request_tinyurl "${url}"
256 request_trimurl "${url}"
[all...]
H A Drssread.sh639 [ url ]
656 typeset url="$1"
658 if [[ "${url}" == "" ]] ; then
659 fatal_error $"No url given."
662 if [[ "${bookmark_urls[${url}]}" != "" ]] ; then
663 printmsg $"Using bookmark ${url} = ${bookmark_urls[${url}]}"
664 url="${bookmark_urls[${url}]}"
668 do_rssread "${url}"
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c44 char *url = NULL; local
58 "t:(objtype)u:(url)h:(http_proxy)o:(outfile)d:(dir)")) != EOF) {
71 if (url)
73 url = optarg_av;
108 outfile = basename(url);
128 if (url == NULL) {
169 rv = kmf_download_crl(kmfhandle, url, proxy, proxy_port, 30,
172 rv = kmf_download_cert(kmfhandle, url, proxy, proxy_port, 30,
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py80 url = "http://illumos.org/issues/%s.xml" % cr
81 req = urllib2.Request(url)
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c98 char *url; member in struct:rereg_entry
191 static SLPError packSrvReg(slp_handle_impl_t *hp, const char *url, argument
216 5 + strlen(url) +
263 if ((err = slp_add_string(m, msgLen, url, &len)) != SLP_OK)
401 static SLPError packSrvDereg(slp_handle_impl_t *hp, const char *url, argument
421 5 + strlen(url) +
459 if ((err = slp_add_string(m, msgLen, url, &len)) != SLP_OK)
691 static SLPError add_rereg(const char *url, struct reg_msg *msg, argument
708 if (!(reg->url = strdup(url))) {
792 dereg_rereg(const char *url) argument
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c306 char *url = NULL; local
312 /* dup url so we can slice 'n dice */
313 if (!(url = strdup(u))) {
318 if ((err = SLPParseSrvURL(url, &surl)) != SLP_OK) {
319 free(url);
323 url, slp_strerror(err));
346 if (url) free(url);

Completed in 118 milliseconds

123