Home
last modified time | relevance | path

Searched refs:Int128AggState (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; typedef
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c3786 typedef struct Int128AggState struct
3792 } Int128AggState; argument
3798 static Int128AggState *
3801 Int128AggState *state; in makeInt128AggState()
3810 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3822 static Int128AggState *
3825 Int128AggState *state; in makeInt128AggStateCurrentContext()
3827 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3837 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3859 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; argument
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; argument
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; argument
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; argument
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; argument
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; typedef
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; argument
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState
4026 } Int128AggState;
4032 static Int128AggState *
4035 Int128AggState *state;
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState));
4056 static Int128AggState *
4059 Int128AggState *state;
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState));
4071 do_int128_accum(Int128AggState *state, int128 newval)
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; argument
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; argument
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; typedef
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c3856 typedef struct Int128AggState struct
3862 } Int128AggState; argument
3868 static Int128AggState *
3871 Int128AggState *state; in makeInt128AggState()
3880 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
3892 static Int128AggState *
3895 Int128AggState *state; in makeInt128AggStateCurrentContext()
3897 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
3907 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
3929 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c4020 typedef struct Int128AggState struct
4026 } Int128AggState; argument
4032 static Int128AggState *
4035 Int128AggState *state; in makeInt128AggState()
4044 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4056 static Int128AggState *
4059 Int128AggState *state; in makeInt128AggStateCurrentContext()
4061 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4071 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4093 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dnumeric.c4170 typedef struct Int128AggState struct
4176 } Int128AggState; argument
4182 static Int128AggState *
4185 Int128AggState *state; in makeInt128AggState()
4194 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4206 static Int128AggState *
4209 Int128AggState *state; in makeInt128AggStateCurrentContext()
4211 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4221 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4243 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Dnumeric.c4170 typedef struct Int128AggState struct
4176 } Int128AggState; argument
4182 static Int128AggState *
4185 Int128AggState *state; in makeInt128AggState()
4194 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4206 static Int128AggState *
4209 Int128AggState *state; in makeInt128AggStateCurrentContext()
4211 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4221 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4243 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Dnumeric.c4170 typedef struct Int128AggState struct
4176 } Int128AggState; argument
4182 static Int128AggState *
4185 Int128AggState *state; in makeInt128AggState()
4194 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4206 static Int128AggState *
4209 Int128AggState *state; in makeInt128AggStateCurrentContext()
4211 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4221 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4243 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Dnumeric.c4170 typedef struct Int128AggState
4176 } Int128AggState;
4182 static Int128AggState *
4185 Int128AggState *state;
4194 state = (Int128AggState *) palloc0(sizeof(Int128AggState));
4206 static Int128AggState *
4209 Int128AggState *state;
4211 state = (Int128AggState *) palloc0(sizeof(Int128AggState));
4221 do_int128_accum(Int128AggState *state, int128 newval)
4243 typedef Int128AggState PolyNumAggState;
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Dnumeric.c4170 typedef struct Int128AggState struct
4176 } Int128AggState; typedef
4182 static Int128AggState *
4185 Int128AggState *state; in makeInt128AggState()
4194 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggState()
4206 static Int128AggState *
4209 Int128AggState *state; in makeInt128AggStateCurrentContext()
4211 state = (Int128AggState *) palloc0(sizeof(Int128AggState)); in makeInt128AggStateCurrentContext()
4221 do_int128_accum(Int128AggState *state, int128 newval) in do_int128_accum()
4243 typedef Int128AggState PolyNumAggState;
[all …]

1234