Home
last modified time | relevance | path

Searched refs:persist_state_alloc_entry (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Drun-id.c80 …PersistEntryHandle new_handle = persist_state_alloc_entry(state, RUN_ID_PERSIST_KEY, sizeof(RunIDS… in _run_id_process_existing_entry()
91 return persist_state_alloc_entry(state, RUN_ID_PERSIST_KEY, sizeof(RunIDState)); in _run_id_process_existing_entry()
108 return persist_state_alloc_entry(state, RUN_ID_PERSIST_KEY, sizeof(RunIDState)); in _run_id_get_validated_handle()
H A Dhost-id.c81 handle = persist_state_alloc_entry(state, HOST_ID_PERSIST_KEY, sizeof(HostIdState)); in host_id_init()
H A Dpersist-state.h93 PersistEntryHandle persist_state_alloc_entry(PersistState *self, const gchar *persist_name, gsize a…
H A Drcptid.c87 …rcptid_service.persist_handle = persist_state_alloc_entry(rcptid_service.persist_state, "next.rcpt… in rcptid_create_new_entry()
H A Dpersist-state.c369 PersistEntryHandle new_handle = persist_state_alloc_entry(self, new_key, size); in persist_state_move_entry()
766 persist_state_alloc_entry(PersistState *self, const gchar *persist_name, gsize alloc_size) in persist_state_alloc_entry() function
907 handle = persist_state_alloc_entry(self, persist_name, buf->len); in persist_state_alloc_string()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/tests/
H A Dtest_persist_state.c49 PersistEntryHandle handle = persist_state_alloc_entry(state, "alma", sizeof(TestState)); in _write_test_file_for_test_in_use_handle()
194 PersistEntryHandle handle = persist_state_alloc_entry(state, "test", sizeof(TestState)); in Test()
213 PersistEntryHandle handle = persist_state_alloc_entry(state, "test", sizeof(TestState)); in Test()
237 if (!(handle = persist_state_alloc_entry(state, buf, 128))) in Test()
353 PersistEntryHandle handle = persist_state_alloc_entry(state, "to_be_moved", sizeof(TestState)); in Test()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/unit/
H A Dtest_hostid.c98 …PersistEntryHandle handle = persist_state_alloc_entry(state, HOST_ID_PERSIST_KEY, sizeof(HostIdSta… in _create_persist_file_with_hostid()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/python/
H A Dpython-persist.c194 …PersistEntryHandle handle = persist_state_alloc_entry(persist_state, persist_name, sizeof(PythonPe… in allocate_persist_entry()
318 return persist_state_alloc_entry(persist_state, key, value_len); in _allocate_persist_entry()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/persist-tool/
H A Dadd.c144 …PersistEntryHandle handle = persist_state_alloc_entry(self->state, persist_entry->name, value_coun… in add_entry_to_persist_file()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/systemd-journal/
H A Djournal-reader.c279 …self->persist_handle = persist_state_alloc_entry(self->persist_state, self->persist_name, sizeof(J… in _alloc_state()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logproto/
H A Dlogproto-buffered-server.c325 …handle = persist_state_alloc_entry(persist_state, persist_name, sizeof(LogProtoBufferedServerState… in log_proto_buffered_server_alloc_state()