Lines Matching refs:SLP_OK
79 if ((err = slp_start_call(hSLP)) != SLP_OK) in SLPFindSrvs()
96 if (err == SLP_OK) in SLPFindSrvs()
100 if (err != SLP_OK) in SLPFindSrvs()
129 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK) in slp_unpackSrvReply()
132 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) { in slp_unpackSrvReply()
137 if (slp_get_sht(reply, len, &off, &urlCount) != SLP_OK) in slp_unpackSrvReply()
151 if (slp_get_sht(reply, len, &off, &sLifetime) != SLP_OK) in slp_unpackSrvReply()
156 if (slp_get_string(reply, len, &off, &pcSrvURL) != SLP_OK) in slp_unpackSrvReply()
161 if (slp_get_byte(reply, len, &off, &nURLAuthBlocks) != SLP_OK) in slp_unpackSrvReply()
177 &abLen) != SLP_OK) { in slp_unpackSrvReply()
243 != SLP_OK) { in unpackDAAdvert_srv()
246 if (errCode != SLP_OK) { in unpackDAAdvert_srv()
300 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) { in unpackSAAdvert_srv()
312 cont = cb((SLPHandle)hp, surl, 0, SLP_OK, cookie); in unpackSAAdvert_srv()
397 if (err != SLP_OK) in slp_packSrvRqst()
405 if (err != SLP_OK) in slp_packSrvRqst()
414 if (err == SLP_OK) { in slp_packSrvRqst()
455 if (err == SLP_OK) in slp_packSrvRqst_single()
457 if (err == SLP_OK) in slp_packSrvRqst_single()
459 if (err == SLP_OK) in slp_packSrvRqst_single()
461 if (err == SLP_OK) in slp_packSrvRqst_single()
535 SLP_OK, in process_surl_node()