#include <idset.h>
Data Fields | |
| int | count |
| uint64_t * | globcnts |
| bool | idbased |
| int | max_count |
| TALLOC_CTX * | mem_ctx |
| struct rawidset * | next |
| union { | |
| struct GUID guid | |
| uint16_t id | |
| } | repl |
| bool | single |
| int rawidset::count |
Referenced by IDSET_remove_rawidset(), RAWIDSET_convert_to_idset(), and RAWIDSET_make().
| uint64_t* rawidset::globcnts |
Referenced by RAWIDSET_make().
| struct GUID rawidset::guid |
Referenced by IDSET_remove_rawidset(), and RAWIDSET_convert_to_idset().
| uint16_t rawidset::id |
Referenced by IDSET_remove_rawidset(), and RAWIDSET_convert_to_idset().
| bool rawidset::idbased |
Referenced by IDSET_remove_rawidset(), RAWIDSET_convert_to_idset(), and RAWIDSET_make().
| int rawidset::max_count |
Referenced by RAWIDSET_make().
| TALLOC_CTX* rawidset::mem_ctx |
Referenced by RAWIDSET_make().
| struct rawidset* rawidset::next |
Referenced by IDSET_remove_rawidset(), and RAWIDSET_make().
| union { ... } rawidset::repl |
Referenced by IDSET_remove_rawidset(), and RAWIDSET_convert_to_idset().
| bool rawidset::single |
Referenced by RAWIDSET_make().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |