Home
last modified time | relevance | path

Searched refs:conv_bufsiz (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-server/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql14-client/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c54 int conv_bufsiz; /* size thereof */ member
586 int conv_bufsiz; in setup_test_matches() local
599 conv_bufsiz = orig_len + 1; in setup_test_matches()
601 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_test_matches()
603 matchctx->conv_buf = palloc(conv_bufsiz); in setup_test_matches()
604 matchctx->conv_bufsiz = conv_bufsiz; in setup_test_matches()
613 matchctx->conv_bufsiz = 0; in setup_test_matches()
740 Assert(len < matchctx->conv_bufsiz); in build_test_match_result()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dregexp.c66 int conv_bufsiz; /* size thereof */ member
1094 int conv_bufsiz; in setup_regexp_matches() local
1107 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1109 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1111 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1112 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1121 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1137 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_matches_result()
1294 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dregexp.c66 int conv_bufsiz; /* size thereof */ member
1094 int conv_bufsiz; in setup_regexp_matches() local
1107 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1109 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1111 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1112 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1121 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1137 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_matches_result()
1294 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dregexp.c66 int conv_bufsiz; /* size thereof */ member
1094 int conv_bufsiz; in setup_regexp_matches() local
1107 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1109 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1111 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1112 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1121 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1137 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_matches_result()
1294 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c67 int conv_bufsiz; /* size thereof */ member
1127 int conv_bufsiz; in setup_regexp_matches() local
1140 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1142 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1144 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1145 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1154 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1170 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_match_result()
1349 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dregexp.c66 int conv_bufsiz; /* size thereof */ member
1094 int conv_bufsiz; in setup_regexp_matches() local
1107 conv_bufsiz = orig_len + 1; in setup_regexp_matches()
1109 conv_bufsiz = maxsiz + 1; /* safe since maxsiz < 2^30 */ in setup_regexp_matches()
1111 matchctx->conv_buf = palloc(conv_bufsiz); in setup_regexp_matches()
1112 matchctx->conv_bufsiz = conv_bufsiz; in setup_regexp_matches()
1121 matchctx->conv_bufsiz = 0; in setup_regexp_matches()
1137 int bufsiz PG_USED_FOR_ASSERTS_ONLY = matchctx->conv_bufsiz; in build_regexp_matches_result()
1294 int bufsiz PG_USED_FOR_ASSERTS_ONLY = splitctx->conv_bufsiz; in build_regexp_split_result()

12