]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: get rid of arg_i in all functions making use of arguments
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Apr 2012 12:03:29 +0000 (14:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:12 +0000 (20:57 +0200)
commitf995410355dcc8ba83b472c22a7c57fd608b28f2
tree95d85facfae9292d26d13f0e20fd67f98fbf2c54
parentecfb8e8ff96aa3d5bbb99052b010096d66fdd833
MEDIUM: pattern: get rid of arg_i in all functions making use of arguments

arg_i was almost unused, and since we migrated to use struct arg everywhere,
the rare cases where arg_i was needed could be replaced by switching to
arg->type = ARGT_STOP.
include/proto/pattern.h
include/types/pattern.h
src/haproxy.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c