MINOR: vars: rename vars_init() to vars_init_head()
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Aug 2021 06:13:25 +0000 (08:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Sep 2021 09:10:16 +0000 (11:10 +0200)
commitb7bfcb3ff317a5cd50e787375bff02b2acc70c0d
treef02667c41bd79b9df12904dfa5299fe2e8bc0d37
parent10080716bfa76380a7b93c4d0ff4081301fada0c
MINOR: vars: rename vars_init() to vars_init_head()

The vars_init() name is particularly confusing as it does not initialize
the variables code but the head of a list of variables passed in
arguments. And we'll soon need to have proper initialization code, so
let's rename it now.
include/haproxy/vars.h
src/haproxy.c
src/http_ana.c
src/session.c
src/stream.c
src/tcpcheck.c
src/vars.c