Searched refs:parseCommaSeparatedListIn (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1CDAAdvert.java | 105 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SLPV1SSrvDereg.java | 78 tags = hdr.parseCommaSeparatedListIn(buf.toString().trim(), true);
|
H A D | SSrvDereg.java | 93 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SLPServerHeaderV2.java | 319 scopes = parseCommaSeparatedListIn(buf.toString(), true); 339 parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | CSAAdvert.java | 98 hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | CSrvTypeMsg.java | 82 hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SAttrMsg.java | 114 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SSrvMsg.java | 101 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | CDAAdvert.java | 94 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SLPV1SAttrMsg.java | 136 hdr.parseCommaSeparatedListIn(buf.toString().trim(), true);
|
H A D | SLPConfig.java | 496 SrvLocHeader.parseCommaSeparatedListIn(attrList, false); 809 hint = SrvLocHeader.parseCommaSeparatedListIn(sTypeList, true); 907 SrvLocHeader.parseCommaSeparatedListIn(sScopes, true); 959 ret = SrvLocHeader.parseCommaSeparatedListIn(sDAList, true); 1215 nintr = SrvLocHeader.parseCommaSeparatedListIn(mcastI, true); 1486 timeouts = SrvLocHeader.parseCommaSeparatedListIn(sTimeouts, true);
|
H A D | SLPHeaderV1.java | 745 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); 807 parseCommaSeparatedListIn(buf.toString(), true);
|
H A D | SrvLocHeader.java | 545 static Vector parseCommaSeparatedListIn(String s, boolean ignoreParens) method in class:SrvLocHeader
|
H A D | ServiceLocationAttributeV1.java | 407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
|
H A D | SLPHeaderV2.java | 915 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false);
|
H A D | ServiceLocationAttribute.java | 170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
|
Completed in 85 milliseconds