Home
last modified time | relevance | path

Searched defs:args (Results 56351 – 56375 of 396205) sorted by last modified time

1...<<2251225222532254225522562257225822592260>>...15849

/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c933 info_cb(const SSL *ssl, int type, int args) in info_cb()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tsearch/
H A Dts_selfuncs.c75 List *args = (List *) PG_GETARG_POINTER(2); in tsmatchsel() local
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Djsonb.c1133 Datum *args; in jsonb_build_object() local
1197 Datum *args; in jsonb_build_array() local
H A Dnetwork_selfuncs.c83 List *args = (List *) PG_GETARG_POINTER(2); in networksel() local
199 List *args = (List *) PG_GETARG_POINTER(2); in networkjoinsel() local
H A Drangetypes_selfuncs.c112 List *args = (List *) PG_GETARG_POINTER(2); in rangesel() local
H A Dxml.c511 xmlconcat(List *args) in xmlconcat()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/spi/
H A Dmoddatetime.c39 char **args; /* arguments */ in moddatetime() local
/dports/databases/postgresql11-server/postgresql-11.14/contrib/unaccent/
H A Dgenerate_unaccent_rules.py154 def main(args): argument
210 args = parser.parse_args() variable
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpython/
H A Dplpy_exec.c426 PyObject *volatile args = NULL; in PLy_function_build_args() local
H A Dplpy_procedure.h18 PyObject *args; /* "args" element of globals dict */ member
39 PLyDatumToOb *args; /* Argument input conversion info */ member
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/intarray/
H A D_int_selfuncs.c127 List *args = (List *) PG_GETARG_POINTER(2); in _int_matchsel() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/nodes/
H A Dparsenodes.h352 List *args; /* the arguments (list of exprs) */ member
621 List *args; /* argument(s) for sampling method */ member
1121 List *args; /* tablesample argument expression(s) */ member
1989 List *args; /* List of A_Const nodes */ member
2374 List *args; /* list of (T_String) Values or NIL */ member
2513 List *args; /* a list of TypeName (if needed) */ member
2810 List *args; /* List of DefElem nodes */ member
H A Dprimnodes.h344 List *args; /* arguments, not evaluated but kept for member
362 List *args; /* arguments to the window function */ member
460 List *args; /* arguments to the function */ member
505 List *args; /* arguments to the operator (1 or 2) */ member
546 List *args; /* the scalar and array operands */ member
566 List *args; /* arguments to this expression */ member
713 List *args; /* exprs to pass as parParam values */ member
1005 List *args; /* the fields */ member
1069 List *args; /* the arguments */ member
1089 List *args; /* the arguments */ member
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c933 info_cb(const SSL *ssl, int type, int args) in info_cb()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dclauses.c75 List *args; member
82 List *args; member
2732 List *args; in eval_const_expressions_mutator() local
2781 List *args = expr->args; in eval_const_expressions_mutator() local
2826 List *args = expr->args; in eval_const_expressions_mutator() local
2885 List *args; in eval_const_expressions_mutator() local
3141 List *args; in eval_const_expressions_mutator() local
3876 simplify_or_arguments(List *args, in simplify_or_arguments()
3988 simplify_and_arguments(List *args, in simplify_and_arguments()
4162 List *args = *args_p; in simplify_function() local
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dgram.y16065 makeXmlExpr(XmlExprOp op, char *name, List *named_args, List *args, in makeXmlExpr()
H A Dparse_agg.c104 List *args, List *aggorder, bool agg_distinct) in transformAggregateCall()
251 List *args = p->args; in transformGroupingFunc() local
290 List *args = NIL; in check_agglevels_and_constraints() local
586 List *args, in check_agg_arguments()
1905 List *args; in build_aggregate_transfn_expr() local
1961 List *args; in build_aggregate_combinefn_expr() local
1987 List *args; in build_aggregate_serialfn_expr() local
2010 List *args; in build_aggregate_deserialfn_expr() local
2039 List *args; in build_aggregate_finalfn_expr() local
H A Dparse_coerce.c870 List *args; in build_coercion_expression() local
1012 List *args = NIL; in coerce_record_to_complex() local
H A Dparse_expr.c1306 List *args; in transformAExprBetween() local
1410 List *args = NIL; in transformBoolExpr() local
1448 ListCell *args; in transformFuncCall() local
2213 ListCell *args; in transformCoalesceExpr() local
2262 ListCell *args; in transformMinMaxExpr() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_dump/
H A Dpg_backup_archiver.c1476 va_list args; in archprintf() local
1614 va_list args; in ahprintf() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_rewind/
H A Dlogging.c71 va_list args; in pg_log() local
85 va_list args; in pg_fatal() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_upgrade/
H A Dparallel.c66 va_list args; in parallel_exec_prog() local
159 win32_exec_prog(exec_thread_arg *args) in win32_exec_prog()
274 win32_transfer_all_new_dbs(transfer_thread_arg *args) in win32_transfer_all_new_dbs()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pgbench/
H A Dexprparse.y441 make_func(yyscan_t yyscanner, int fnumber, PgBenchExprList *args) in make_func()
H A Dpgbench.c1713 PgBenchFunction func, PgBenchExprLink *args, PgBenchValue *retval) in evalLazyFunc()
1830 PgBenchFunction func, PgBenchExprLink *args, in evalStandardFunc()
2357 PgBenchFunction func, PgBenchExprLink *args, PgBenchValue *retval) in evalFunc()
H A Dpgbench.h122 PgBenchExprLink *args; member

1...<<2251225222532254225522562257225822592260>>...15849