Lines Matching defs:reply
105 SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply,
118 if (!reply) {
132 /* parse reply into params */
133 len = slp_get_length(reply);
134 off = SLP_HDRLEN + slp_get_langlen(reply);
136 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
144 attr_tbv = reply + off;
146 if (slp_get_string(reply, len, &off, &pcAttrList) != SLP_OK)
151 if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
164 reply + off,
194 * except that reply contains a DAAdvert.
196 static SLPBoolean unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply,
204 if (!reply) {
218 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode)
251 * except that reply contains an SAAdvert.
253 static SLPBoolean unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply,
260 if (!reply) {
274 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {