/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | URLAttributeVerifier.java | 55 * @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 D | CSrvDereg.java | 54 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 D | CAttrMsg.java | 98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument 103 constructPayload(url.toString(), scopes, tags);
|
H A D | SDAAdvert.java | 52 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 D | SLPV1SDAAdvert.java | 53 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 D | SSAAdvert.java | 55 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 D | SLPServerHeaderV2.java | 348 ServiceURL url, 361 return new SDAAdvert(this, xid, timestamp, url, scopes, attrs); 346 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SunServerDATable.java | 113 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 D | ServerDATable.java | 143 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 D | ServiceStore.java | 181 * @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 D | RequestHandler.java | 1394 boolean isLocalHostURL(ServiceURL url) { argument 1395 String hostAddr = url.getHost();
|
H A D | SLPHeaderV1.java | 696 ServiceURL url = null; 700 url = new ServiceURLV1(buf.toString(), lifetime); 710 return url; 834 ServiceURL url, 847 return new SLPV1SDAAdvert(this, xid, timestamp, url, scopes, attrs); 832 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | ServiceTable.java | 190 URL url = new URL(URL); 191 URLConnection urlConn = url.openConnection(); 235 URL url = new URL(serializedURL); 236 InputStream is = url.openStream(); 1254 ServiceURL url = 1265 store.register(url, 1317 * @param url The URL to use for calculation. 1321 private long getSleepIncrement(ServiceURL url) { argument 1322 long urlLifetime = (long)(url.getLifetime() * 1000); 1372 ServiceURL url [all...] |
H A D | SLPHeaderV2.java | 758 ServiceURL url = null; 762 url = new ServiceURL(ssurl, lifetime); 777 authTable.put(url, auth); 781 return url; 1159 ServiceURL url, 1157 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc_solaris.c | 25 ldap_initialize(LDAP **ldp, char *url, int use_SSL, char **errstr) argument 44 rc = ldap_url_parse_nodn(url, &ludp); 46 rc = ldap_url_parse(url, &ludp); 64 /* report error from ldap url parsing */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 10 sub url { shift->[2] } subroutine 591 my(%all,$url,$expected_size,$default,$ans,$host,$dst,$country,$continent,@location);
|
/osnet-11/usr/src/lib/libldap4/util/ |
H A D | line64.c | 64 int url = 0; local 90 } else if ( *s == '<' ) { /* the value indicates an url */ 92 url = 1; 157 } else if ( url ) { /* checks that the url is properly formed */ 178 /* url badly formed */ 179 Debug( LDAP_DEBUG_ANY, catgets(slapdcat, 1, 1289, "invalid url %s\n"), s, 0, 0);
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | fileurl.c | 172 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...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | url.c | 12 * LIBLDAP url.c -- LDAP URL related routines 72 ldap_is_ldap_url( char *url ) 76 return( url != NULL && skip_url_prefix( &url, &enclosed )); 174 ldap_url_parse( char *url, LDAPURLDesc **ludpp ) argument 187 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 262, "ldap_url_parse(%s)\n"), url, 0, 0 ); 191 if ( !skip_url_prefix( &url, &enclosed )) { 204 if (( url = strdup( url )) == NULL ) { 209 if ( enclosed && *((p = url 360 ldap_url_search( LDAP *ld, char *url, int attrsonly ) argument 424 ldap_url_search_st( LDAP *ld, char *url, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument 460 ldap_url_search_s( LDAP *ld, char *url, int attrsonly, LDAPMessage **res ) argument 559 char *url = 0; local 791 char *url = 0; local [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | url.c | 35 /* 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...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgweb.h | 99 url_t url; member in struct:__anon2343
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPFindAttrs.c | 300 static SLPError slp_packAttrRqst(slp_handle_impl_t *hp, const char *url, argument 333 2 + strlen(url) + /* URL */ 365 err = slp_add_string(msg->msg, msgLen, url, &len); 398 SLPError slp_packAttrRqst_single(const char *url, argument 408 2 + strlen(url) + 424 err = slp_add_string(*msg, msgLen, url, &len);
|
H A D | SLPReg.c | 98 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...] |
H A D | slp_targets.c | 473 char *s, *p, *sscopes, *sscopes_end, *url; local 481 /* dup url so as not to corrupt da cache */ 482 if (!(url = strdup(u))) { 487 /* parse url into a SLPSrvURL struct */ 488 if (SLPParseSrvURL(url, &surl) != SLP_OK) { 521 /* copy out the scopes part, since url will be freed after this call */ 545 free(url);
|
/osnet-11/usr/src/lib/libfedfs/common/ |
H A D | nsdb_primitives.c | 100 char *host, *url = NULL, *prefix, *certpath = NULL; local 203 url = malloc(len); 204 if (url == NULL) 206 rc = snprintf(url, len, "%s://%s:%d", prefix, host, port); 208 (void) fprintf(stderr, "nsdb_connect: url %s\n", url); 214 rc = ldap_initialize(&ld, url); 304 free(url); 313 free(url);
|