mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
The same variable should not be used to store multiple different results, because it can be confusing. Therefore, the var_name_len variable has been added in several functions, in order to avoid the use of the retval variable for several different purposes. This patch must be backported as far as 2.4. |
||
---|---|---|
.. | ||
cli.c | ||
conf.c | ||
event.c | ||
filter.c | ||
group.c | ||
http.c | ||
opentracing.c | ||
parser.c | ||
pool.c | ||
scope.c | ||
util.c | ||
vars.c |