Home
last modified time | relevance | path

Searched refs:newlist_cur (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_nodes_list.c647 ListCell *newlist_cur; in list_copy() local
649 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
650 newlist_cur->data = oldlist_cur->data; in list_copy()
651 newlist_prev->next = newlist_cur; in list_copy()
653 newlist_prev = newlist_cur; in list_copy()
700 ListCell *newlist_cur; in list_copy_tail() local
702 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
703 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
704 newlist_prev->next = newlist_cur; in list_copy_tail()
706 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_nodes_list.c647 ListCell *newlist_cur; in list_copy() local
649 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
650 newlist_cur->data = oldlist_cur->data; in list_copy()
651 newlist_prev->next = newlist_cur; in list_copy()
653 newlist_prev = newlist_cur; in list_copy()
700 ListCell *newlist_cur; in list_copy_tail() local
702 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
703 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
704 newlist_prev->next = newlist_cur; in list_copy_tail()
706 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dlist.c1201 ListCell *newlist_cur; in list_copy() local
1203 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1205 newlist_prev->next = newlist_cur; in list_copy()
1207 newlist_prev = newlist_cur; in list_copy()
1254 ListCell *newlist_cur; in list_copy_tail() local
1256 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1258 newlist_prev->next = newlist_cur; in list_copy_tail()
1260 newlist_prev = newlist_cur; in list_copy_tail()
1314 ListCell *newlist_cur; in list_qsort() local
1316 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dlist.c1198 ListCell *newlist_cur; in list_copy() local
1200 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1202 newlist_prev->next = newlist_cur; in list_copy()
1204 newlist_prev = newlist_cur; in list_copy()
1251 ListCell *newlist_cur; in list_copy_tail() local
1253 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1255 newlist_prev->next = newlist_cur; in list_copy_tail()
1257 newlist_prev = newlist_cur; in list_copy_tail()
1311 ListCell *newlist_cur; in list_qsort() local
1313 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in list_copy() local
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1189 newlist_prev->next = newlist_cur; in list_copy()
1191 newlist_prev = newlist_cur; in list_copy()
1238 ListCell *newlist_cur; in list_copy_tail() local
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1242 newlist_prev->next = newlist_cur; in list_copy_tail()
1244 newlist_prev = newlist_cur; in list_copy_tail()
1298 ListCell *newlist_cur; in list_qsort() local
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in list_copy() local
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1189 newlist_prev->next = newlist_cur; in list_copy()
1191 newlist_prev = newlist_cur; in list_copy()
1238 ListCell *newlist_cur; in list_copy_tail() local
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1242 newlist_prev->next = newlist_cur; in list_copy_tail()
1244 newlist_prev = newlist_cur; in list_copy_tail()
1298 ListCell *newlist_cur; in list_qsort() local
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in _equalGrantRoleStmt()
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in _equalGrantRoleStmt()
1189 newlist_prev->next = newlist_cur; in _equalGrantRoleStmt()
1191 newlist_prev = newlist_cur; in _equalGrantRoleStmt()
1238 ListCell *newlist_cur; in _equalClusterStmt()
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in _equalClusterStmt()
1242 newlist_prev->next = newlist_cur; in _equalClusterStmt()
1244 newlist_prev = newlist_cur; in _equalClusterStmt()
1298 ListCell *newlist_cur; in _equalDefineStmt()
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in _equalDefineStmt()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in list_copy() local
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1189 newlist_prev->next = newlist_cur; in list_copy()
1191 newlist_prev = newlist_cur; in list_copy()
1238 ListCell *newlist_cur; in list_copy_tail() local
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1242 newlist_prev->next = newlist_cur; in list_copy_tail()
1244 newlist_prev = newlist_cur; in list_copy_tail()
1298 ListCell *newlist_cur; in list_qsort() local
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in list_copy() local
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1189 newlist_prev->next = newlist_cur; in list_copy()
1191 newlist_prev = newlist_cur; in list_copy()
1238 ListCell *newlist_cur; in list_copy_tail() local
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1242 newlist_prev->next = newlist_cur; in list_copy_tail()
1244 newlist_prev = newlist_cur; in list_copy_tail()
1298 ListCell *newlist_cur; in list_qsort() local
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur; in list_copy() local
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1189 newlist_prev->next = newlist_cur; in list_copy()
1191 newlist_prev = newlist_cur; in list_copy()
1238 ListCell *newlist_cur; in list_copy_tail() local
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1242 newlist_prev->next = newlist_cur; in list_copy_tail()
1244 newlist_prev = newlist_cur; in list_copy_tail()
1298 ListCell *newlist_cur; in list_qsort() local
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/nodes/
H A Dlist.c1185 ListCell *newlist_cur;
1187 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur));
1189 newlist_prev->next = newlist_cur;
1191 newlist_prev = newlist_cur;
1238 ListCell *newlist_cur;
1240 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur));
1242 newlist_prev->next = newlist_cur;
1244 newlist_prev = newlist_cur;
1298 ListCell *newlist_cur;
1300 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur));
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
1295 ListCell *newlist_cur; in list_qsort() local
1297 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_qsort()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1185 newlist_cur->data = oldlist_cur->data; in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1238 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dlist.c1198 ListCell *newlist_cur; in list_copy() local
1200 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1201 newlist_cur->data = oldlist_cur->data; in list_copy()
1202 newlist_prev->next = newlist_cur; in list_copy()
1204 newlist_prev = newlist_cur; in list_copy()
1251 ListCell *newlist_cur; in list_copy_tail() local
1253 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1254 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1255 newlist_prev->next = newlist_cur; in list_copy_tail()
1257 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dlist.c1198 ListCell *newlist_cur; in list_copy() local
1200 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1201 newlist_cur->data = oldlist_cur->data; in list_copy()
1202 newlist_prev->next = newlist_cur; in list_copy()
1204 newlist_prev = newlist_cur; in list_copy()
1251 ListCell *newlist_cur; in list_copy_tail() local
1253 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1254 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1255 newlist_prev->next = newlist_cur; in list_copy_tail()
1257 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1185 newlist_cur->data = oldlist_cur->data; in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1238 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1185 newlist_cur->data = oldlist_cur->data; in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1238 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1185 newlist_cur->data = oldlist_cur->data; in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1238 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/nodes/
H A Dlist.c1182 ListCell *newlist_cur; in list_copy() local
1184 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy()
1185 newlist_cur->data = oldlist_cur->data; in list_copy()
1186 newlist_prev->next = newlist_cur; in list_copy()
1188 newlist_prev = newlist_cur; in list_copy()
1235 ListCell *newlist_cur; in list_copy_tail() local
1237 newlist_cur = (ListCell *) palloc(sizeof(*newlist_cur)); in list_copy_tail()
1238 newlist_cur->data = oldlist_cur->data; in list_copy_tail()
1239 newlist_prev->next = newlist_cur; in list_copy_tail()
1241 newlist_prev = newlist_cur; in list_copy_tail()

12