Symbol: olabels
usr.sbin/bgpctl/ometric.c
178
static struct olabels *
usr.sbin/bgpctl/ometric.c
179
olabels_ref(struct olabels *ol)
usr.sbin/bgpctl/ometric.c
181
struct olabels *x = ol;
usr.sbin/bgpctl/ometric.c
197
struct olabels *
usr.sbin/bgpctl/ometric.c
200
struct olabels *ol;
usr.sbin/bgpctl/ometric.c
230
olabels_free(struct olabels *ol)
usr.sbin/bgpctl/ometric.c
232
struct olabels *next;
usr.sbin/bgpctl/ometric.c
253
static struct olabels *
usr.sbin/bgpctl/ometric.c
254
olabels_add_extras(struct olabels *ol, const char **keys, const char **values)
usr.sbin/bgpctl/ometric.c
256
struct olabels *new;
usr.sbin/bgpctl/ometric.c
317
ometric_output_labels(FILE *out, const struct olabels *ol)
usr.sbin/bgpctl/ometric.c
39
struct olabels *next;
usr.sbin/bgpctl/ometric.c
422
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
440
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
452
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
474
struct olabels *ol)
usr.sbin/bgpctl/ometric.c
496
struct olabels *ol)
usr.sbin/bgpctl/ometric.c
498
struct olabels *extra = NULL;
usr.sbin/bgpctl/ometric.c
51
struct olabels *labels;
usr.sbin/bgpctl/ometric.c
514
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
516
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
542
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
544
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
553
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
555
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
564
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
566
struct olabels *extra;
usr.sbin/bgpctl/ometric.h
30
struct olabels;
usr.sbin/bgpctl/ometric.h
36
struct olabels *olabels_new(const char * const *, const char **);
usr.sbin/bgpctl/ometric.h
37
void olabels_free(struct olabels *);
usr.sbin/bgpctl/ometric.h
42
void ometric_set_int(struct ometric *, uint64_t, struct olabels *);
usr.sbin/bgpctl/ometric.h
43
void ometric_set_float(struct ometric *, double, struct olabels *);
usr.sbin/bgpctl/ometric.h
45
struct olabels *);
usr.sbin/bgpctl/ometric.h
47
struct olabels *);
usr.sbin/bgpctl/ometric.h
48
void ometric_set_state(struct ometric *, const char *, struct olabels *);
usr.sbin/bgpctl/ometric.h
50
const char **, struct olabels *);
usr.sbin/bgpctl/ometric.h
52
const char **, struct olabels *);
usr.sbin/bgpctl/ometric.h
54
const char **, const char **, struct olabels *);
usr.sbin/bgpctl/output_ometric.c
191
struct olabels *ol = NULL;
usr.sbin/bgpctl/output_ometric.c
60
struct olabels *ol = NULL;
usr.sbin/rpki-client/ometric.c
178
static struct olabels *
usr.sbin/rpki-client/ometric.c
179
olabels_ref(struct olabels *ol)
usr.sbin/rpki-client/ometric.c
181
struct olabels *x = ol;
usr.sbin/rpki-client/ometric.c
197
struct olabels *
usr.sbin/rpki-client/ometric.c
200
struct olabels *ol;
usr.sbin/rpki-client/ometric.c
230
olabels_free(struct olabels *ol)
usr.sbin/rpki-client/ometric.c
232
struct olabels *next;
usr.sbin/rpki-client/ometric.c
253
static struct olabels *
usr.sbin/rpki-client/ometric.c
254
olabels_add_extras(struct olabels *ol, const char **keys, const char **values)
usr.sbin/rpki-client/ometric.c
256
struct olabels *new;
usr.sbin/rpki-client/ometric.c
319
ometric_output_labels(FILE *out, const struct olabels *ol)
usr.sbin/rpki-client/ometric.c
39
struct olabels *next;
usr.sbin/rpki-client/ometric.c
424
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
442
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
454
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
476
struct olabels *ol)
usr.sbin/rpki-client/ometric.c
498
struct olabels *ol)
usr.sbin/rpki-client/ometric.c
500
struct olabels *extra = NULL;
usr.sbin/rpki-client/ometric.c
51
struct olabels *labels;
usr.sbin/rpki-client/ometric.c
516
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
518
struct olabels *extra;
usr.sbin/rpki-client/ometric.c
544
const char **keys, const char **values, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
546
struct olabels *extra;
usr.sbin/rpki-client/ometric.c
555
const char **keys, const char **values, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
557
struct olabels *extra;
usr.sbin/rpki-client/ometric.c
566
const char **keys, const char **values, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
568
struct olabels *extra;
usr.sbin/rpki-client/ometric.h
30
struct olabels;
usr.sbin/rpki-client/ometric.h
36
struct olabels *olabels_new(const char * const *, const char **);
usr.sbin/rpki-client/ometric.h
37
void olabels_free(struct olabels *);
usr.sbin/rpki-client/ometric.h
42
void ometric_set_int(struct ometric *, uint64_t, struct olabels *);
usr.sbin/rpki-client/ometric.h
43
void ometric_set_float(struct ometric *, double, struct olabels *);
usr.sbin/rpki-client/ometric.h
45
struct olabels *);
usr.sbin/rpki-client/ometric.h
47
struct olabels *);
usr.sbin/rpki-client/ometric.h
48
void ometric_set_state(struct ometric *, const char *, struct olabels *);
usr.sbin/rpki-client/ometric.h
50
const char **, struct olabels *);
usr.sbin/rpki-client/ometric.h
52
const char **, struct olabels *);
usr.sbin/rpki-client/ometric.h
54
const char **, const char **, struct olabels *);
usr.sbin/rpki-client/output-ometric.c
110
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
125
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
142
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
172
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
39
struct olabels *ol)