Lines Matching refs:reg_msg
73 struct reg_msg { struct
86 struct reg_msg *msg; argument
97 struct reg_msg *msg;
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 *,
123 static SLPError reg_common(slp_handle_impl_t *, struct reg_msg *,
128 const char *, SLPBoolean, struct reg_msg **);
130 const char *, const char *, struct reg_msg **);
143 struct reg_msg *msg; in SLPReg()
174 struct reg_msg *rereg_msg; in SLPReg()
192 SLPBoolean fresh, struct reg_msg **msg) { in packSrvReg()
328 struct reg_msg *msg; in SLPDereg()
368 struct reg_msg *msg; in SLPDelAttrs()
401 struct reg_msg **msg) { in packSrvDereg()
505 static SLPError reg_common(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_common()
528 static SLPError enqueue_reg(slp_handle_impl_t *hp, struct reg_msg *msg, in enqueue_reg()
648 static SLPError reg_impl(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_impl()
691 static SLPError add_rereg(const char *url, struct reg_msg *msg, in add_rereg()