Home
last modified time | relevance | path

Searched refs:parseCommaSeparatedListIn (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPServerHeaderV2.java319 scopes = parseCommaSeparatedListIn(buf.toString(), true); in parseScopesIn()
339 parseCommaSeparatedListIn(buf.toString(), true); in parsePreviousRespondersIn()
H A DSLPConfig.java496 SrvLocHeader.parseCommaSeparatedListIn(attrList, false); in getAttributes()
809 hint = SrvLocHeader.parseCommaSeparatedListIn(sTypeList, true); in getTypeHint()
907 SrvLocHeader.parseCommaSeparatedListIn(sScopes, true); in initializeScopes()
959 ret = SrvLocHeader.parseCommaSeparatedListIn(sDAList, true); in initializePreconfiguredDAs()
1215 nintr = SrvLocHeader.parseCommaSeparatedListIn(mcastI, true); in getInterfaces()
1486 timeouts = SrvLocHeader.parseCommaSeparatedListIn(sTimeouts, true); in parseTimeouts()
H A DSSrvDereg.java93 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
H A DSLPV1CDAAdvert.java105 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
H A DSLPV1SSrvDereg.java78 tags = hdr.parseCommaSeparatedListIn(buf.toString().trim(), true); in initialize()
H A DCSAAdvert.java98 hdr.parseCommaSeparatedListIn(buf.toString(), true); in CSAAdvert()
H A DCSrvTypeMsg.java82 hdr.parseCommaSeparatedListIn(buf.toString(), true); in CSrvTypeMsg()
H A DSAttrMsg.java114 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
H A DSSrvMsg.java101 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
H A DCDAAdvert.java94 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
H A DSLPV1SAttrMsg.java136 hdr.parseCommaSeparatedListIn(buf.toString().trim(), true); in initialize()
H A DSLPHeaderV1.java745 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); in parseAttributeVectorIn()
807 parseCommaSeparatedListIn(buf.toString(), true); in parsePreviousRespondersIn()
H A DSrvLocHeader.java545 static Vector parseCommaSeparatedListIn(String s, boolean ignoreParens) in parseCommaSeparatedListIn() method in SrvLocHeader
H A DServiceLocationAttributeV1.java407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttributeV1()
H A DServiceLocationAttribute.java170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttribute()
H A DSLPHeaderV2.java915 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); in parseAttributeVectorIn()