Lines Matching refs:reg_msg
75 struct reg_msg { struct
88 struct reg_msg *msg; argument
99 struct reg_msg *msg;
116 static SLPError add_rereg(const char *, struct reg_msg *, unsigned short);
119 static SLPError enqueue_reg(slp_handle_impl_t *, struct reg_msg *,
121 static SLPError reg_impl(slp_handle_impl_t *, struct reg_msg *,
125 static SLPError reg_common(slp_handle_impl_t *, struct reg_msg *,
130 const char *, SLPBoolean, struct reg_msg **);
132 const char *, const char *, struct reg_msg **);
145 struct reg_msg *msg; in SLPReg()
176 struct reg_msg *rereg_msg; in SLPReg()
194 SLPBoolean fresh, struct reg_msg **msg) { in packSrvReg()
330 struct reg_msg *msg; in SLPDereg()
370 struct reg_msg *msg; in SLPDelAttrs()
403 struct reg_msg **msg) { in packSrvDereg()
507 static SLPError reg_common(slp_handle_impl_t *hp, struct reg_msg *msg, in reg_common()
530 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()