Home
last modified time | relevance | path

Searched refs:transformIndirection (Results 26 – 44 of 44) sorted by relevance

12

/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c121 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
194 result = transformIndirection(pstate, (A_Indirection *) expr);
435 transformIndirection(ParseState *pstate, A_Indirection *ind)
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c117 static Node *transformIndirection(ParseState *pstate, Node *basenode,
195 result = transformIndirection(pstate, result, in transformExprRecurse()
422 transformIndirection(ParseState *pstate, Node *basenode, List *indirection) in transformIndirection() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c117 static Node *transformIndirection(ParseState *pstate, Node *basenode,
195 result = transformIndirection(pstate, result, in transformExprRecurse()
422 transformIndirection(ParseState *pstate, Node *basenode, List *indirection) in transformIndirection() function
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c117 static Node *transformIndirection(ParseState *pstate, Node *basenode,
195 result = transformIndirection(pstate, result, in transformExprRecurse()
422 transformIndirection(ParseState *pstate, Node *basenode, List *indirection) in transformIndirection() function
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c117 static Node *transformIndirection(ParseState *pstate, Node *basenode,
195 result = transformIndirection(pstate, result, in transformExprRecurse()
422 transformIndirection(ParseState *pstate, Node *basenode, List *indirection) in transformIndirection() function
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr);
434 transformIndirection(ParseState *pstate, A_Indirection *ind)
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr);
434 transformIndirection(ParseState *pstate, A_Indirection *ind)
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr);
434 transformIndirection(ParseState *pstate, A_Indirection *ind)
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr);
434 transformIndirection(ParseState *pstate, A_Indirection *ind)
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr); in transformExprRecurse()
434 transformIndirection(ParseState *pstate, A_Indirection *ind) in transformIndirection() function
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c120 static Node *transformIndirection(ParseState *pstate, A_Indirection *ind);
193 result = transformIndirection(pstate, (A_Indirection *) expr);
434 transformIndirection(ParseState *pstate, A_Indirection *ind)

12