213 char *value,
size_t capacity);
233 void *value,
size_t capacity);
258 void *value,
size_t capacity,
const char *fmt, ...)
260 __attribute__((format (printf, 5, 6)))
280 const char *name_fmt, ...)
282 __attribute__((format (printf, 3, 4)))
303 const char *name_fmt, ...)
305 __attribute__((format (printf, 3, 4)))
326 const char *name_fmt, ...)
328 __attribute__((format (printf, 3, 4)))
351 const char *name_fmt, ...)
353 __attribute__((format (printf, 4, 5)))
375 const char *name_fmt, ...)
377 __attribute__((format (printf, 4, 5)))
403 void *value,
size_t value_len,
void *cb_data);
int xcm_attr_set_double(struct xcm_socket *socket, const char *name, double value)
int xcm_attr_set(struct xcm_socket *socket, const char *name, enum xcm_attr_type type, const void *value, size_t len)
int xcm_attr_get_int64(struct xcm_socket *socket, const char *name, int64_t *value)
int xcm_attr_get_list_len(struct xcm_socket *socket, const char *list_name)
int xcm_attr_get_bin(struct xcm_socket *socket, const char *name, void *value, size_t capacity)
int xcm_attr_get_str(struct xcm_socket *socket, const char *name, char *value, size_t capacity)
int xcm_attr_getf_double(struct xcm_socket *socket, double *value, const char *name_fmt,...)
int xcm_attr_getf_bool(struct xcm_socket *socket, bool *value, const char *name_fmt,...)
int xcm_attr_set_int64(struct xcm_socket *socket, const char *name, int64_t value)
void xcm_attr_get_all(struct xcm_socket *socket, xcm_attr_cb cb, void *cb_data)
int xcm_attr_getf_bin(struct xcm_socket *socket, void *value, size_t capacity, const char *name_fmt,...)
int xcm_attr_set_str(struct xcm_socket *socket, const char *name, const char *value)
int xcm_attr_set_bool(struct xcm_socket *socket, const char *name, bool value)
int xcm_attr_getf(struct xcm_socket *socket, enum xcm_attr_type *type, void *value, size_t capacity, const char *fmt,...)
int xcm_attr_get(struct xcm_socket *socket, const char *name, enum xcm_attr_type *type, void *value, size_t capacity)
int xcm_attr_get_bool(struct xcm_socket *socket, const char *name, bool *value)
int xcm_attr_get_double(struct xcm_socket *socket, const char *name, double *value)
int xcm_attr_getf_str(struct xcm_socket *socket, char *value, size_t capacity, const char *name_fmt,...)
int xcm_attr_getf_int64(struct xcm_socket *socket, int64_t *value, const char *name_fmt,...)
void(* xcm_attr_cb)(const char *attr_name, enum xcm_attr_type type, void *value, size_t value_len, void *cb_data)
Definition xcm_attr.h:402
XCM attribute value type definitions.
xcm_attr_type
Definition xcm_attr_types.h:18