Expand description
Low-level interface to the underlying C library.
Structs§
Functions§
- delete⚠
- Delete a custom label, if it exists, on the current label set.
- get⚠
- Get the label corresponding to a key on the current label set, or NULL if none exists.
- labelset_
clone ⚠ - Clone the given label set.
- labelset_
current ⚠ - Get the currently active label set.
- labelset_
debug_ ⚠string - Writes a debug string representing the given label set into
out. If successful, the caller must freeout->buf. - labelset_
delete ⚠ - Delete a custom label, if it exists, on the given label set.
- labelset_
free ⚠ - Frees all memory associated with a label set.
- labelset_
get ⚠ - Get the label corresponding to a key on the given label set, or NULL if none exists.
- labelset_
new ⚠ - Create a new label set.
- labelset_
replace ⚠ - Install the given label set as the current one, returning the old one.
- labelset_
set ⚠ - Set a new custom label, or reset an existing one, on a given label set.
- set⚠
- Set a new custom label, or reset an existing one, on the current label set.