Searched refs:test_import (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dtest-catalog.c47 static Hashmap * test_import(const char* contents, ssize_t size, int code) { function
73 h = test_import("xxx", -1, -EINVAL);
84 h = test_import(input, -1, -EINVAL);
102 h = test_import(input, -1, 0);
136 h = test_import(input, -1, 0);
169 h = test_import(input, -1, 0);

Completed in 10 milliseconds