tor/src/lib/confmgt
Nick Mathewson 1b3b6d9f2d Replace low-level {var_type,struct_var}_is_*() with flag inspection
Since the flags are now stored with compatible numbering, we can
just OR them together and see whether the flag we want is in the
result.

(Net code removal!)
2019-09-11 09:42:19 -04:00
..
.may_include Add a "typed_var" abstraction to implement lvalue access in C. 2019-06-24 17:50:43 -04:00
include.am Add new "struct_var_" functions to manipulate struct fields. 2019-06-25 12:51:25 -04:00
structvar.c Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
structvar.h Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
type_defs.c typed_var: Make flags into an unsigned OR of bits. 2019-09-11 09:42:19 -04:00
type_defs.h Add a "typed_var" abstraction to implement lvalue access in C. 2019-06-24 17:50:43 -04:00
typedvar.c Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
typedvar.h Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
unitparse.c Add unit tests for the unitparse.c module. 2019-06-24 17:50:43 -04:00
unitparse.h Move unit-parsing code to src/lib/confmgt 2019-06-24 15:11:57 -04:00
var_type_def_st.h Move VTFLAG_* declarations to conftypes.h 2019-09-11 09:42:19 -04:00