Home
last modified time | relevance | path

Searched refs:ExecInitExprSlots (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
172 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
227 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
397 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2299 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in BinaryData()
172 ExecInitExprSlots(state, (Node *) node); in getBytes()
227 ExecInitExprSlots(state, (Node *) qual); in setBytes()
397 ExecInitExprSlots(state, (Node *) targetList);
2299 ExecInitExprSlots(ExprState *state, Node *node)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
172 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
227 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
397 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2299 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node);
172 ExecInitExprSlots(state, (Node *) node);
227 ExecInitExprSlots(state, (Node *) qual);
397 ExecInitExprSlots(state, (Node *) targetList);
2299 ExecInitExprSlots(ExprState *state, Node *node)
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
172 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
227 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
397 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2299 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
172 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
227 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
397 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2299 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecExpr.c65 static void ExecInitExprSlots(ExprState *state, Node *node);
135 ExecInitExprSlots(state, (Node *) node); in vtable_dialog_new()
172 ExecInitExprSlots(state, (Node *) node);
227 ExecInitExprSlots(state, (Node *) qual);
397 ExecInitExprSlots(state, (Node *) targetList);
2299 ExecInitExprSlots(ExprState *state, Node *node)
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
127 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
179 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
346 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2203 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecExpr.c66 static void ExecInitExprSlots(ExprState *state, Node *node);
139 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
176 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
231 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
401 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2294 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecExpr.c66 static void ExecInitExprSlots(ExprState *state, Node *node);
139 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
176 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
231 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
401 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2294 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecExpr.c66 static void ExecInitExprSlots(ExprState *state, Node *node);
139 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
176 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
231 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
401 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2294 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecExpr.c66 static void ExecInitExprSlots(ExprState *state, Node *node);
139 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
176 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
231 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
401 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2294 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecExpr.c66 static void ExecInitExprSlots(ExprState *state, Node *node);
139 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
176 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
231 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
401 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2294 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecExpr.c64 static void ExecInitExprSlots(ExprState *state, Node *node);
136 ExecInitExprSlots(state, (Node *) node); in ExecInitExpr()
173 ExecInitExprSlots(state, (Node *) node); in ExecInitExprWithParams()
228 ExecInitExprSlots(state, (Node *) qual); in ExecInitQual()
398 ExecInitExprSlots(state, (Node *) targetList); in ExecBuildProjectionInfoExt()
2292 ExecInitExprSlots(ExprState *state, Node *node) in ExecInitExprSlots() function

12