Lines Matching refs:SLPError
114 static SLPError add_rereg(const char *, struct reg_msg *, unsigned short);
117 static SLPError enqueue_reg(slp_handle_impl_t *, struct reg_msg *,
119 static SLPError reg_impl(slp_handle_impl_t *, struct reg_msg *,
122 static SLPError start_reg_thr();
123 static SLPError reg_common(slp_handle_impl_t *, struct reg_msg *,
125 static SLPError UnpackSrvAck(char *, SLPError *);
126 static SLPError packSrvReg(slp_handle_impl_t *, const char *,
129 static SLPError packSrvDereg(slp_handle_impl_t *, const char *,
131 static SLPError find_SAscopes(char **scopes);
136 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL, in SLPReg()
141 SLPError err; in SLPReg()
189 static SLPError packSrvReg(slp_handle_impl_t *hp, const char *url, in packSrvReg()
194 SLPError err; in packSrvReg()
325 SLPError SLPDereg(SLPHandle hSLP, const char *pURL, in SLPDereg()
329 SLPError err; in SLPDereg()
363 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL, in SLPDelAttrs()
366 SLPError err; in SLPDelAttrs()
399 static SLPError packSrvDereg(slp_handle_impl_t *hp, const char *url, in packSrvDereg()
403 SLPError err; in packSrvDereg()
505 static SLPError reg_common(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_common()
507 SLPError err; in reg_common()
528 static SLPError enqueue_reg(slp_handle_impl_t *hp, struct reg_msg *msg, in enqueue_reg()
548 static SLPError start_reg_thr() { in start_reg_thr()
549 SLPError err = SLP_OK; in start_reg_thr()
629 static SLPError UnpackSrvAck(char *reply, SLPError *ans) { in UnpackSrvAck()
630 SLPError err; in UnpackSrvAck()
648 static SLPError reg_impl(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_impl()
651 SLPError err, call_err; in reg_impl()
691 static SLPError add_rereg(const char *url, struct reg_msg *msg, in add_rereg()
694 SLPError err = SLP_OK; in add_rereg()
838 static SLPError find_SAscopes(char **scopes) { in find_SAscopes()
839 SLPError err; in find_SAscopes()