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

/systemd/src/basic/
H A Dfileio.c303 size_t key_alloc = 0, n_key = 0, value_alloc = 0, n_value = 0, last_value_whitespace = (size_t) -1, last_key_whitespace = (size_t) -1; local
395 value_alloc = n_value = 0;
406 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
440 value_alloc = n_value = 0;
451 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
466 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
481 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
495 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
510 if (!GREEDY_REALLOC(value, value_alloc, n_value+2)) {
524 if (!GREEDY_REALLOC(value, value_alloc, n_valu
[all...]

Completed in 13 milliseconds