MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_set_flags

Function xo_set_flags

tools/libxo/libxo/libxo.c:2452–2458  ·  view source on GitHub ↗

* Set one or more flags for a given handle (or default if handle is NULL). * These flags will affect future output. * * @param xop XO handle to alter (or NULL for default handle) * @param flags Flags to be set (XOF_*) */

Source from the content-addressed store, hash-verified

2450 * @param flags Flags to be set (XOF_*)
2451 */
2452void
2453xo_set_flags (xo_handle_t *xop, xo_xof_flags_t flags)
2454{
2455 xop = xo_default(xop);
2456
2457 XOF_SET(xop, flags);
2458}
2459
2460/**
2461 * Accessor to return the current set of flags for a handle

Callers 12

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
xo_vsyslogFunction · 0.85

Calls 1

xo_defaultFunction · 0.85

Tested by 9

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68