postgresql/src/include/regex
Peter Geoghegan bc2187ed63 Consistently use named parameters in regex code.
Make regex code consistently use named parameters in function
declarations.  Also make sure that parameter names from each function's
declaration match corresponding definition parameter names.

This makes Henry Spencer's regex code follow Postgres coding standards.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com
2022-09-19 15:10:24 -07:00
..
regcustom.h Remove configure probe for wctype.h. 2022-07-23 16:54:00 +12:00
regerrs.h Improve memory-usage accounting in regular-expression compiler. 2015-10-16 15:55:59 -04:00
regex.h Consistently use named parameters in regex code. 2022-09-19 15:10:24 -07:00
regexport.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
regguts.h Avoid determining regexp subexpression matches, when possible. 2021-08-09 11:26:34 -04:00