Home
last modified time | relevance | path

Searched refs:spec_element_type (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-message.c896 int spec_element_type; in _dbus_message_iter_get_args_valist() local
901 spec_element_type = va_arg (var_args, int); in _dbus_message_iter_get_args_valist()
904 if (spec_element_type != element_type) in _dbus_message_iter_get_args_valist()
910 _dbus_type_to_string (spec_element_type), in _dbus_message_iter_get_args_valist()
916 if (dbus_type_is_fixed (spec_element_type) && in _dbus_message_iter_get_args_valist()
930 else if (_DBUS_TYPE_IS_STRINGLIKE (spec_element_type)) in _dbus_message_iter_get_args_valist()
1055 int spec_element_type; in _dbus_message_iter_get_args_valist() local
1057 spec_element_type = va_arg (copy_args, int); in _dbus_message_iter_get_args_valist()
1058 if (dbus_type_is_fixed (spec_element_type)) in _dbus_message_iter_get_args_valist()
1064 else if (_DBUS_TYPE_IS_STRINGLIKE (spec_element_type)) in _dbus_message_iter_get_args_valist()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array
1328 if (element_type != spec_element_type)
1331 spec_element_type < FirstGenbkiObjectId)
1338 spec_element_type,
1339 format_type_extended(spec_element_type, -1,
1341 element_type = spec_element_type;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Darrayfuncs.c1274 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1328 if (element_type != spec_element_type) in array_recv()
1331 spec_element_type < FirstGenbkiObjectId) in array_recv()
1338 spec_element_type, in array_recv()
1339 format_type_extended(spec_element_type, -1, in array_recv()
1341 element_type = spec_element_type; in array_recv()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Darrayfuncs.c1271 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1312 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c1272 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1313 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c1272 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1313 if (element_type != spec_element_type) in array_recv()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Darrayfuncs.c1272 Oid spec_element_type = PG_GETARG_OID(1); /* type of an array in array_recv() local
1313 if (element_type != spec_element_type) in array_recv()

12