Home
last modified time | relevance | path

Searched defs:elmtype (Results 1 – 25 of 76) sorted by relevance

1234

/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdsysqueue.h187 #define LIST_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
206 #define TAILQ_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
230 #define TAILQ_CONCAT_SORTED(dsthead,srchead,elmtype,field,cmpfunc) do { \ argument
271 #define TAILQ_INSERT_LIST(dhead,listelm,shead,headname,elmtype,field) do { \ argument
287 #define TAILQ_INSERT_LIST_BEFORE(dhead,insert_before,shead,headname,elmtype,field) \ argument
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdsysqueue.h187 #define LIST_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
206 #define TAILQ_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
230 #define TAILQ_CONCAT_SORTED(dsthead,srchead,elmtype,field,cmpfunc) do { \ argument
271 #define TAILQ_INSERT_LIST(dhead,listelm,shead,headname,elmtype,field) do { \ argument
287 #define TAILQ_INSERT_LIST_BEFORE(dhead,insert_before,shead,headname,elmtype,field) \ argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdsysqueue.h187 #define LIST_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
206 #define TAILQ_INSERT_SORTED(head, elm, elmtype, field, cmpfunc) do { \ argument
252 #define TAILQ_INSERT_LIST(dhead,listelm,shead,headname,elmtype,field) do { \ argument
268 #define TAILQ_INSERT_LIST_BEFORE(dhead,insert_before,shead,headname,elmtype,field) \ argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5649 Oid elmtype; in array_fill_with_lower_bounds() local
5689 Oid elmtype; in array_fill() local
5721 Oid elmtype, int dataoffset) in create_array_envelope()
5738 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5649 Oid elmtype; in array_fill_with_lower_bounds() local
5689 Oid elmtype; in array_fill() local
5721 Oid elmtype, int dataoffset) in create_array_envelope()
5738 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5649 Oid elmtype; in array_fill_with_lower_bounds() local
5689 Oid elmtype; in array_fill() local
5721 Oid elmtype, int dataoffset) in create_array_envelope()
5738 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c2286 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2828 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3292 Oid elmtype, in construct_array()
3331 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3412 construct_empty_array(Oid elmtype) in construct_empty_array()
3464 Oid elmtype, in deconstruct_array()
5699 Oid elmtype; in array_fill_with_lower_bounds() local
5739 Oid elmtype; in array_fill() local
5771 Oid elmtype, int dataoffset) in create_array_envelope()
5788 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5647 Oid elmtype; in array_fill_with_lower_bounds() local
5687 Oid elmtype; in array_fill() local
5719 Oid elmtype, int dataoffset) in create_array_envelope()
5736 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c2286 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2828 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3292 Oid elmtype, in construct_array()
3331 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3412 construct_empty_array(Oid elmtype) in construct_empty_array()
3464 Oid elmtype, in deconstruct_array()
5699 Oid elmtype; in array_fill_with_lower_bounds() local
5739 Oid elmtype; in array_fill() local
5771 Oid elmtype, int dataoffset) in create_array_envelope()
5788 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c2286 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2828 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3292 Oid elmtype, in construct_array()
3331 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3412 construct_empty_array(Oid elmtype) in construct_empty_array()
3464 Oid elmtype, in deconstruct_array()
5699 Oid elmtype; in array_fill_with_lower_bounds() local
5739 Oid elmtype; in array_fill() local
5771 Oid elmtype, int dataoffset) in create_array_envelope()
5788 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c2286 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2828 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3292 Oid elmtype, in construct_array()
3331 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3412 construct_empty_array(Oid elmtype) in construct_empty_array()
3464 Oid elmtype, in deconstruct_array()
5699 Oid elmtype; in array_fill_with_lower_bounds() local
5739 Oid elmtype; in array_fill() local
5771 Oid elmtype, int dataoffset) in create_array_envelope()
5788 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c2286 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2828 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3292 Oid elmtype, in construct_array()
3331 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3412 construct_empty_array(Oid elmtype) in construct_empty_array()
3464 Oid elmtype, in deconstruct_array()
5699 Oid elmtype; in array_fill_with_lower_bounds() local
5739 Oid elmtype; in array_fill() local
5771 Oid elmtype, int dataoffset) in create_array_envelope()
5788 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c2285 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2827 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3319 Oid elmtype, in construct_array()
3357 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3438 construct_empty_array(Oid elmtype) in construct_empty_array()
3490 Oid elmtype, in deconstruct_array()
5649 Oid elmtype; in array_fill_with_lower_bounds() local
5689 Oid elmtype; in array_fill() local
5721 Oid elmtype, int dataoffset) in create_array_envelope()
5738 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Darrayfuncs.c2287 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2829 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3293 Oid elmtype, in construct_array()
3332 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3413 construct_empty_array(Oid elmtype) in construct_empty_array()
3465 Oid elmtype, in deconstruct_array()
5700 Oid elmtype; in array_fill_with_lower_bounds() local
5740 Oid elmtype; in array_fill() local
5772 Oid elmtype, int dataoffset) in create_array_envelope()
5789 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c2310 Oid elmtype = ARR_ELEMTYPE(array); in array_set_element() local
2856 Oid elmtype = ARR_ELEMTYPE(array); in array_set_slice() local
3320 Oid elmtype, in construct_array()
3359 Oid elmtype, int elmlen, bool elmbyval, char elmalign) in construct_md_array()
3440 construct_empty_array(Oid elmtype) in construct_empty_array()
3492 Oid elmtype, in deconstruct_array()
5761 Oid elmtype; in array_fill_with_lower_bounds() local
5801 Oid elmtype; in array_fill() local
5833 Oid elmtype, int dataoffset) in create_array_envelope()
5850 Datum value, bool isnull, Oid elmtype, in array_fill_internal()

1234