]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add is_idchar() to tell if a char may belong to an identifier
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Feb 2020 17:25:17 +0000 (18:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Feb 2020 18:02:06 +0000 (19:02 +0100)
commit36f586b6944fc40c1e2ecdae85e2df552d3d1fee
tree4b1978c30b855f094312f79e7bed01b3e0bc3c7a
parent6c57f2da4326768c08603480f0ee2fa0a7f73231
MINOR: tools: add is_idchar() to tell if a char may belong to an identifier

This function will simply be used to find the end of config identifiers
(proxies, servers, ACLs, sample fetches, converters, etc).
include/common/standard.h