Searched defs:stub (Results 1 - 2 of 2) sorted by relevance

/systemd/src/import/
H A Dpull-job.c303 _cleanup_free_ uint8_t *stub = NULL; local
323 stub = j->payload;
332 r = pull_job_write_compressed(j, stub, stub_size);
/systemd/src/sysv-generator/
H A Dsysv-generator.c110 SysvStub *stub; local
112 while ((stub = hashmap_steal_first(*h)))
113 free_sysvstub(stub);

Completed in 11 milliseconds