Home
last modified time | relevance | path

Searched refs:regex (Results 151 – 175 of 38581) sorted by relevance

12345678910>>...1544

/dports/databases/postgresql13-server/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
234 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
234 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex)
40 assert(regex != NULL && regex->re_magic == REMAGIC);
54 assert(regex != NULL && regex->re_magic == REMAGIC);
68 assert(regex != NULL && regex->re_magic == REMAGIC);
139 assert(regex != NULL && regex->re_magic == REMAGIC);
161 assert(regex != NULL && regex->re_magic == REMAGIC);
178 assert(regex != NULL && regex->re_magic == REMAGIC);
195 assert(regex != NULL && regex->re_magic == REMAGIC);
212 assert(regex != NULL && regex->re_magic == REMAGIC);
233 assert(regex != NULL && regex->re_magic == REMAGIC);
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex)
40 assert(regex != NULL && regex->re_magic == REMAGIC);
54 assert(regex != NULL && regex->re_magic == REMAGIC);
68 assert(regex != NULL && regex->re_magic == REMAGIC);
139 assert(regex != NULL && regex->re_magic == REMAGIC);
161 assert(regex != NULL && regex->re_magic == REMAGIC);
178 assert(regex != NULL && regex->re_magic == REMAGIC);
195 assert(regex != NULL && regex->re_magic == REMAGIC);
212 assert(regex != NULL && regex->re_magic == REMAGIC);
233 assert(regex != NULL && regex->re_magic == REMAGIC);
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/regex/
H A Dregexport.c36 pg_reg_getnumstates(const regex_t *regex) in pg_reg_getnumstates() argument
40 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumstates()
54 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getinitialstate()
68 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getfinalstate()
139 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumoutarcs()
161 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getoutarcs()
178 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcolors()
195 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisbegin()
212 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_colorisend()
233 assert(regex != NULL && regex->re_magic == REMAGIC); in pg_reg_getnumcharacters()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-regex_1.67.0_x64-windows-static.list8 x64-windows-static/include/boost/regex.h
9 x64-windows-static/include/boost/regex.hpp
10 x64-windows-static/include/boost/regex/
12 x64-windows-static/include/boost/regex/config.hpp
13 x64-windows-static/include/boost/regex/config/
16 x64-windows-static/include/boost/regex/icu.hpp
17 x64-windows-static/include/boost/regex/mfc.hpp
19 x64-windows-static/include/boost/regex/pending/
25 x64-windows-static/include/boost/regex/v4/
48 x64-windows-static/include/boost/regex/v4/regex.hpp
[all …]

12345678910>>...1544