Home
last modified time | relevance | path

Searched refs:NV_TABLE_BOUND (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/
H A Dnvtable.h252 #define NV_TABLE_BOUND(x) (((x) + 0x3) & ~0x3) macro
292 size = NV_TABLE_BOUND(init_length) + NV_TABLE_BOUND(sizeof(NVTable) + num_static_entries * sizeof( in nv_table_get_alloc_size()
H A Dnvtable.c156 alloc_size = NV_TABLE_BOUND(alloc_size); in nv_table_alloc_value()
702 nv_table_init(self, NV_TABLE_BOUND(space_len), num_static_entries); in nv_table_init_borrowed()
783 new_size = self->size + (NV_TABLE_BOUND(additional_space)); in nv_table_clone()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/tests/
H A Dtest_log_message.c514 single_sdata_kv_size = NV_ENTRY_DIRECT_HDR + NV_TABLE_BOUND(strlen(key)+1 + strlen(value)+1); in test_with_sdata()
534 guint32 entry_size = NV_ENTRY_DIRECT_HDR + NV_TABLE_BOUND(SMALL_LENGTH + SMALL_LENGTH); in Test()
556 entry_size = NV_ENTRY_DIRECT_HDR + NV_TABLE_BOUND(LARGE_LENGTH + LARGE_LENGTH); in Test()