Home
last modified time | relevance | path

Searched refs:guc_malloc (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size)
4958 var = (struct config_string *) guc_malloc(elevel, sz);
5350 fname = guc_malloc(FATAL,
5443 fname = guc_malloc(FATAL,
5466 fname = guc_malloc(FATAL,
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz);
9795 str = guc_malloc(FATAL, maxlen);
10322 *name = guc_malloc(FATAL, equal_pos + 1);
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool));
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int));
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size)
5189 var = (struct config_string *) guc_malloc(elevel, sz);
5581 fname = guc_malloc(FATAL,
5674 fname = guc_malloc(FATAL,
5697 fname = guc_malloc(FATAL,
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz);
10025 str = guc_malloc(FATAL, maxlen);
10552 *name = guc_malloc(FATAL, equal_pos + 1);
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool));
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int));
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/misc/
H A Dguc.c4604 guc_malloc(int elevel, size_t size) in guc_malloc() function
4958 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5350 fname = guc_malloc(FATAL, in SelectConfigFiles()
5443 fname = guc_malloc(FATAL, in SelectConfigFiles()
5466 fname = guc_malloc(FATAL, in SelectConfigFiles()
8379 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9795 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10322 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10988 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11049 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/misc/
H A Dguc.c4835 guc_malloc(int elevel, size_t size) in guc_malloc() function
5189 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
5581 fname = guc_malloc(FATAL, in SelectConfigFiles()
5674 fname = guc_malloc(FATAL, in SelectConfigFiles()
5697 fname = guc_malloc(FATAL, in SelectConfigFiles()
8610 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
10025 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
10552 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
11218 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
11279 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/misc/
H A Dguc.c3994 guc_malloc(int elevel, size_t size) in guc_malloc() function
4348 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4740 fname = guc_malloc(FATAL, in SelectConfigFiles()
4833 fname = guc_malloc(FATAL, in SelectConfigFiles()
4856 fname = guc_malloc(FATAL, in SelectConfigFiles()
7600 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
8951 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9485 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10151 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10212 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/misc/
H A Dguc.c3994 guc_malloc(int elevel, size_t size) in guc_malloc() function
4348 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4740 fname = guc_malloc(FATAL, in SelectConfigFiles()
4833 fname = guc_malloc(FATAL, in SelectConfigFiles()
4856 fname = guc_malloc(FATAL, in SelectConfigFiles()
7600 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
8951 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9485 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10151 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10212 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/misc/
H A Dguc.c3994 guc_malloc(int elevel, size_t size) in guc_malloc() function
4348 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4740 fname = guc_malloc(FATAL, in SelectConfigFiles()
4833 fname = guc_malloc(FATAL, in SelectConfigFiles()
4856 fname = guc_malloc(FATAL, in SelectConfigFiles()
7600 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
8951 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9485 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10151 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10212 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/misc/
H A Dguc.c3994 guc_malloc(int elevel, size_t size) in guc_malloc() function
4348 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4740 fname = guc_malloc(FATAL, in SelectConfigFiles()
4833 fname = guc_malloc(FATAL, in SelectConfigFiles()
4856 fname = guc_malloc(FATAL, in SelectConfigFiles()
7600 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
8951 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9485 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10151 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10212 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/misc/
H A Dguc.c3994 guc_malloc(int elevel, size_t size) in guc_malloc() function
4348 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4740 fname = guc_malloc(FATAL, in SelectConfigFiles()
4833 fname = guc_malloc(FATAL, in SelectConfigFiles()
4856 fname = guc_malloc(FATAL, in SelectConfigFiles()
7600 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
8951 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9485 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10151 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10212 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/misc/
H A Dguc.c4227 guc_malloc(int elevel, size_t size) in guc_malloc() function
4581 var = (struct config_string *) guc_malloc(elevel, sz); in add_placeholder_variable()
4973 fname = guc_malloc(FATAL, in SelectConfigFiles()
5066 fname = guc_malloc(FATAL, in SelectConfigFiles()
5089 fname = guc_malloc(FATAL, in SelectConfigFiles()
7843 gen = (struct config_generic *) guc_malloc(ERROR, sz); in init_custom_variable()
9197 str = guc_malloc(FATAL, maxlen); in read_string_with_null()
9731 *name = guc_malloc(FATAL, equal_pos + 1); in ParseLongOption()
10397 *extra = guc_malloc(ERROR, (RM_MAX_ID + 1) * sizeof(bool)); in check_wal_consistency_checking()
10458 myextra = (int *) guc_malloc(ERROR, sizeof(int)); in check_log_destination()
[all …]

12