Searched defs:toadd (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | json.c | 673 size_t toadd = arr ? 1 : 2; local 691 if(!GREEDY_REALLOC(items, allocated, size + toadd)) 708 size += toadd; |
Completed in 11 milliseconds