Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/
H A Dnvtable-serialize.c149 if (!nv_table_alloc_check(res, 0)) in _read_header()
H A Dnvtable.c158 if (!nv_table_alloc_check(self, alloc_size)) in nv_table_alloc_value()
302 if (!nv_table_alloc_check(self, sizeof(index_table[0]))) in _alloc_index_entry()
H A Dnvtable.h321 nv_table_alloc_check(NVTable *self, gsize alloc_size) in nv_table_alloc_check() function