Searched refs:serialization (Results 1 – 8 of 8) sorted by relevance
/systemd-251/docs/ ! |
D | JOURNAL_EXPORT_FORMATS.md | 12 _Note that this document describes the binary serialization format of journals only, as used for tr… 18 … network/local IPC the _journal export format_ is used. It's a simple serialization of journal ent… 125 _Note that this section describes the JSON serialization format of the journal only, as used for in… 131 In most cases the Journal JSON serialization is the obvious mapping of the entry field names (as JS…
|
D | JOURNAL_NATIVE_PROTOCOL.md | 109 second serialization method described above must hence be used for this 134 the first serialization method, with the exception of one, where the value
|
D | GVARIANT-SERIALIZATION.md | 83 on the serialization size, as due to alignment for each 8bit
|
D | HOME_DIRECTORY.md | 95 record, in the same serialization as in `~/.identity`, though encrypted. The
|
/systemd-251/src/core/ ! |
D | manager.h | 483 int manager_startup(Manager *m, FILE *serialization, FDSet *fds, const char *root);
|
D | manager.c | 1775 int manager_startup(Manager *m, FILE *serialization, FDSet *fds, const char *root) { in manager_startup() argument 1806 if (serialization) in manager_startup() 1816 if (serialization) { in manager_startup() 1817 r = manager_deserialize(m, serialization, fds); in manager_startup() 1862 if (serialization) in manager_startup()
|
/systemd-251/ ! |
D | TODO | 1853 * Figure out how to do unittests of networkd's state serialization
|
D | NEWS | 1752 serialization of the host data it exposes. This is exposed via 6266 * UPGRADE ISSUE: serialization of units using JoinsNamespaceOf= with 13415 * The JSON output journal serialization has been updated not
|