Searched refs:blob (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | test-bus-gvariant.c | 136 _cleanup_free_ void *blob; local 185 assert_se(bus_message_get_blob(m, &blob, &sz) >= 0); 192 v = g_variant_new_from_data(G_VARIANT_TYPE("(yyyyuta{tv}v)"), blob, sz, false, NULL, NULL); 201 assert_se(bus_message_from_malloc(bus, blob, sz, NULL, 0, NULL, &n) >= 0); 202 blob = NULL;
|
/systemd/src/basic/ |
H A D | fileio.c | 180 int verify_file(const char *fn, const char *blob, bool accept_extra_nl) { argument 186 assert(blob); 188 l = strlen(blob); 190 if (accept_extra_nl && endswith(blob, "\n")) 209 if (memcmp(buf, blob, l) != 0)
|
H A D | fileio.h | 45 int verify_file(const char *fn, const char *blob, bool accept_extra_nl);
|
Completed in 3951 milliseconds