]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: use the name "sample" instead of "pattern" to designate extracted data
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Apr 2012 19:37:17 +0000 (21:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:20 +0000 (20:57 +0200)
commit1278578487766e3d27c798d1c3b7638d9fcc34aa
tree094ee9dc8115e7c59abe8176e6deff7612fc60f1
parent7dcb6480db6127a4155ce9c056035efd69dfb1d2
REORG: use the name "sample" instead of "pattern" to designate extracted data

This is mainly a massive renaming in the code to get it in line with the
calling convention. Next patch will rename a few files to complete this
operation.
include/proto/pattern.h
include/proto/stick_table.h
include/types/pattern.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/stick_table.c