Lines Matching refs:SLPError

109 extern slp_queue_t *slp_new_queue(SLPError *);
110 extern SLPError slp_enqueue(slp_queue_t *, void *);
111 extern SLPError slp_enqueue_at_head(slp_queue_t *, void *);
149 extern SLPError slp_start_call(slp_handle_impl_t *);
158 extern SLPError slp_ua_common(SLPHandle, const char *, SLPGenericAppCB, void *,
161 extern SLPError slp_packSrvRqst(const char *, const char *,
163 extern SLPError slp_packSrvRqst_single(const char *, const char *,
169 extern SLPError slp_packAttrRqst_single(const char *,
177 extern SLPError slp_getDAbyScope(const char *, slp_queue_t *);
178 extern SLPError slp_SAAdvert(slp_handle_impl_t *, void *);
179 extern SLPError slp_unpackDAAdvert(char *, char **, char **, char **,
180 char **, SLPError *);
181 extern SLPError slp_unpackSAAdvert(char *, char **, char **, char **);
186 extern SLPError slp_new_target_list(slp_handle_impl_t *hp, const char *,
210 extern SLPError slp_tcp_read(int, char **);
215 extern SLPError slp_send2slpd(const char *, char **);
216 extern SLPError slp_send2slpd_iov(struct iovec *, int, char **);
232 extern SLPError slp_find_das(const char *, char **);
233 extern SLPError slp_administrative_scopes(char **, SLPBoolean);
243 extern SLPError slp_map_err(unsigned short);
246 extern SLPError slp_sign(struct iovec *, int, time_t, struct iovec *, int);
247 extern SLPError slp_verify(struct iovec *, int, const char *,
265 extern SLPError slp_add_byte(char *, size_t, int, size_t *);
266 extern SLPError slp_add_sht(char *, size_t, unsigned short, size_t *);
267 extern SLPError slp_add_int32(char *, size_t, unsigned int, size_t *);
268 extern SLPError slp_add_string(char *, size_t, const char *, size_t *);
269 extern SLPError slp_get_byte(const char *, size_t, size_t *, int *);
270 extern SLPError slp_get_sht(const char *, size_t, size_t *, unsigned short *);
271 extern SLPError slp_get_int32(const char *, size_t, size_t *, unsigned int *);
272 extern SLPError slp_get_string(const char *, size_t, size_t *, char **);
316 extern SLPError slp_add_header(const char *, char *, size_t, int,