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
289
ometric_output_labels(FILE *out, const struct olabels *ol)
usr.sbin/bgpctl/ometric.c
387
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
39
struct olabels *next;
usr.sbin/bgpctl/ometric.c
405
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
417
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
439
struct olabels *ol)
usr.sbin/bgpctl/ometric.c
461
struct olabels *ol)
usr.sbin/bgpctl/ometric.c
463
struct olabels *extra = NULL;
usr.sbin/bgpctl/ometric.c
479
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
481
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
507
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
509
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
51
struct olabels *labels;
usr.sbin/bgpctl/ometric.c
518
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
520
struct olabels *extra;
usr.sbin/bgpctl/ometric.c
529
const char **keys, const char **values, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
531
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
192
struct olabels *ol = NULL;
usr.sbin/bgpctl/output_ometric.c
61
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
291
ometric_output_labels(FILE *out, const struct olabels *ol)
usr.sbin/rpki-client/ometric.c
389
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
39
struct olabels *next;
usr.sbin/rpki-client/ometric.c
407
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
419
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
441
struct olabels *ol)
usr.sbin/rpki-client/ometric.c
463
struct olabels *ol)
usr.sbin/rpki-client/ometric.c
465
struct olabels *extra = NULL;
usr.sbin/rpki-client/ometric.c
481
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
483
struct olabels *extra;
usr.sbin/rpki-client/ometric.c
509
const char **keys, const char **values, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
51
struct olabels *labels;
usr.sbin/rpki-client/ometric.c
511
struct olabels *extra;
usr.sbin/rpki-client/ometric.c
520
const char **keys, const char **values, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
522
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 **, const char **, struct olabels *);
usr.sbin/rpki-client/output-ometric.c
108
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
123
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
140
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
170
struct olabels *ol;
usr.sbin/rpki-client/output-ometric.c
39
struct olabels *ol)