Home
last modified time | relevance | path

Searched refs:head_p (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/benchmarks/sysbench/sysbench-1.0.20/src/
H A Dsb_list.h40 #define SB_LIST_INIT(head_p) \ argument
42 (head_p)->next_p = (head_p); \
43 (head_p)->prev_p = (head_p); \
80 ((head_p)->next_p == (head_p))
86 ((item_p)->prev_p != (head_p))
89 ((item_p)->next_p == (head_p))
101 pos_p= (head_p)->next_p; if (pos_p != (head_p))
104 for (pos_p = (head_p)->next_p; pos_p != (head_p); pos_p = pos_p->next_p)
107 (head_p)
113 for (pos_p = (head_p)->next_p, temp_p = (pos_p)->next_p; pos_p != (head_p); \
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/config/
H A Dpool_config.l64 int depth, int elevel, ConfigVariable **head_p, ConfigVariable **tail_p);
430 if (!ParseConfigFile(val, config_filepath, depth + 1, elevel, head_p, tail_p))
446 if (*head_p == NULL)
447 *head_p = item;
460 FreeConfigVariables(*head_p);
461 *head_p = NULL;
475 ConfigVariable *head_p = NULL; in pool_get_config() local
480 res = ParseConfigFile(config_file, NULL, 0, elevel, &head_p, &tail_p); in pool_get_config()
481 if (res == false || head_p == NULL) in pool_get_config()
484 res = set_config_options(head_p, context, PGC_S_FILE, elevel); in pool_get_config()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/misc/
H A Dguc-file.l582 head_p, tail_p); in ParseConfigFile()
599 head_p, tail_p); in ParseConfigFile()
619 head_p, tail_p); in ParseConfigFile()
680 if (*head_p == NULL) in record_config_file_error()
681 *head_p = item; in record_config_file_error()
758 head_p, tail_p); in ParseConfigFp()
839 head_p, tail_p)) in ParseConfigFp()
854 head_p, tail_p)) in ParseConfigFp()
872 if (*head_p == NULL) in ParseConfigFp()
873 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p);
601 head_p, tail_p);
621 head_p, tail_p);
682 if (*head_p == NULL)
683 *head_p = item;
760 head_p, tail_p);
841 head_p, tail_p))
856 head_p, tail_p))
874 if (*head_p == NULL)
875 *head_p = item;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p); in ParseConfigFile()
601 head_p, tail_p); in ParseConfigFile()
621 head_p, tail_p); in ParseConfigFile()
682 if (*head_p == NULL) in record_config_file_error()
683 *head_p = item; in record_config_file_error()
760 head_p, tail_p); in ParseConfigFp()
841 head_p, tail_p)) in ParseConfigFp()
856 head_p, tail_p)) in ParseConfigFp()
874 if (*head_p == NULL) in ParseConfigFp()
875 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/misc/
H A Dguc-file.l583 head_p, tail_p); in ParseConfigFile()
600 head_p, tail_p); in ParseConfigFile()
620 head_p, tail_p); in ParseConfigFile()
681 if (*head_p == NULL) in record_config_file_error()
682 *head_p = item; in record_config_file_error()
759 head_p, tail_p); in ParseConfigFp()
840 head_p, tail_p)) in ParseConfigFp()
855 head_p, tail_p)) in ParseConfigFp()
873 if (*head_p == NULL) in ParseConfigFp()
874 *head_p = item; in ParseConfigFp()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/misc/
H A Dguc-file.l584 head_p, tail_p);
601 head_p, tail_p);
621 head_p, tail_p);
682 if (*head_p == NULL)
683 *head_p = item;
760 head_p, tail_p);
841 head_p, tail_p))
856 head_p, tail_p))
874 if (*head_p == NULL)
875 *head_p = item;
[all …]

12345678910>>...17