Searched refs:parseCommaSeparatedListIn (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPServerHeaderV2.java | 319 scopes = parseCommaSeparatedListIn(buf.toString(), true); in parseScopesIn() 339 parseCommaSeparatedListIn(buf.toString(), true); in parsePreviousRespondersIn()
|
H A D | SLPConfig.java | 496 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 D | SSrvDereg.java | 93 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
|
H A D | SLPV1CDAAdvert.java | 105 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
|
H A D | SLPV1SSrvDereg.java | 78 tags = hdr.parseCommaSeparatedListIn(buf.toString().trim(), true); in initialize()
|
H A D | CSAAdvert.java | 98 hdr.parseCommaSeparatedListIn(buf.toString(), true); in CSAAdvert()
|
H A D | CSrvTypeMsg.java | 82 hdr.parseCommaSeparatedListIn(buf.toString(), true); in CSrvTypeMsg()
|
H A D | SAttrMsg.java | 114 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
|
H A D | SSrvMsg.java | 101 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
|
H A D | CDAAdvert.java | 94 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true); in initialize()
|
H A D | SLPV1SAttrMsg.java | 136 hdr.parseCommaSeparatedListIn(buf.toString().trim(), true); in initialize()
|
H A D | SLPHeaderV1.java | 745 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); in parseAttributeVectorIn() 807 parseCommaSeparatedListIn(buf.toString(), true); in parsePreviousRespondersIn()
|
H A D | SrvLocHeader.java | 545 static Vector parseCommaSeparatedListIn(String s, boolean ignoreParens) in parseCommaSeparatedListIn() method in SrvLocHeader
|
H A D | ServiceLocationAttributeV1.java | 407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttributeV1()
|
H A D | ServiceLocationAttribute.java | 170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttribute()
|
H A D | SLPHeaderV2.java | 915 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); in parseAttributeVectorIn()
|