Home
last modified time | relevance | path

Searched refs:list_nth_cell (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/parser/
H A Dpg_list.h176 #define linitial(l) lfirst(list_nth_cell(l, 0))
181 #define lsecond(l) lfirst(list_nth_cell(l, 1))
182 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
186 #define lthird(l) lfirst(list_nth_cell(l, 2))
187 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
188 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
191 #define lfourth(l) lfirst(list_nth_cell(l, 3))
258 list_nth_cell(const List *list, int n) in list_nth_cell() function
283 return lfirst(list_nth_cell(list, n)); in list_nth()
294 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/nodes/
H A Dpg_list.h174 #define linitial(l) lfirst(list_nth_cell(l, 0))
179 #define lsecond(l) lfirst(list_nth_cell(l, 1))
180 #define lsecond_int(l) lfirst_int(list_nth_cell(l, 1))
184 #define lthird(l) lfirst(list_nth_cell(l, 2))
185 #define lthird_int(l) lfirst_int(list_nth_cell(l, 2))
186 #define lthird_oid(l) lfirst_oid(list_nth_cell(l, 2))
189 #define lfourth(l) lfirst(list_nth_cell(l, 3))
256 list_nth_cell(const List *list, int n) in list_nth_cell() function
281 return lfirst(list_nth_cell(list, n)); in list_nth()
292 return lfirst_int(list_nth_cell(list, n)); in list_nth_int()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth);
979 lc = list_nth_cell(context.level_input_srfs, max_depth);
1135 lc = list_nth_cell(context->level_srfs, srf_depth);
1139 lc = list_nth_cell(context->level_input_vars, srf_depth);
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth);
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c977 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
979 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1135 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1139 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1141 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c986 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
988 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1146 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1150 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1152 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c986 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
988 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1146 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1150 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1152 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c986 lc = list_nth_cell(context.level_input_vars, max_depth); in split_pathtarget_at_srfs()
988 lc = list_nth_cell(context.level_input_srfs, max_depth); in split_pathtarget_at_srfs()
1146 lc = list_nth_cell(context->level_srfs, srf_depth); in split_pathtarget_walker()
1150 lc = list_nth_cell(context->level_input_vars, srf_depth); in split_pathtarget_walker()
1152 lc = list_nth_cell(context->level_input_srfs, srf_depth); in split_pathtarget_walker()

12345678910