Home
last modified time | relevance | path

Searched refs:stdin_data (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dexecute.h224 void *stdin_data; member
Dload-fragment.c1173 c->stdin_data = mfree(c->stdin_data); in config_parse_exec_input_text()
1201 void *p = realloc(c->stdin_data, c->stdin_data_size + sz + 1); in config_parse_exec_input_text()
1207 c->stdin_data = p; in config_parse_exec_input_text()
1238 c->stdin_data = mfree(c->stdin_data); in config_parse_exec_input_data()
1260 q = realloc(c->stdin_data, c->stdin_data_size + sz); in config_parse_exec_input_data()
1266 c->stdin_data = q; in config_parse_exec_input_data()
Ddbus-execute.c673 return sd_bus_message_append_array(reply, 'y', c->stdin_data, c->stdin_data_size); in property_get_input_data()
2984 c->stdin_data = mfree(c->stdin_data); in bus_exec_context_set_transient_property()
3000 q = realloc(c->stdin_data, c->stdin_data_size + sz); in bus_exec_context_set_transient_property()
3006 c->stdin_data = q; in bus_exec_context_set_transient_property()
Dexecute.c535 fd = acquire_data_fd(context->stdin_data, context->stdin_data_size, 0); in setup_input()
5401 c->stdin_data = mfree(c->stdin_data); in exec_context_done()