Home
last modified time | relevance | path

Searched defs:PLpgSQL_type (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/DeadStoreElimination/
H A DOverwriteStoreBegin.ll197 %p3 = bitcast i32* %p to i8*
200 ret void
201 }
202
203 define void @dontwrite0to1(i32* nocapture %p) {
204 ; CHECK-LABEL: @dontwrite0to1(
206 ; CHECK-NEXT: [[P3:%.*]] = bitcast i32* [[P:%.*]] to i8*
207 ; CHECK-NEXT: call void @llvm.memset.p0i8.i64(i8* align 4 [[P3]], i8 0, i64 32, i1 false)
210 ; CHECK-NEXT: ret void
212 entry:
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/common/expfmt/
H A Ddecode.go199 return nil, fmt.Errorf("expfmt.extractSamples: unknown metric family type %v", f.GetType())
202 func extractCounter(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
203 samples := make(model.Vector, 0, len(f.Metric))
205 for _, m := range f.Metric {
206 if m.Counter == nil {
207 continue
210 lset := make(model.LabelSet, len(m.Label)+1)
211 for _, p := range m.Label {
212 lset[model.LabelName(p.GetName())] = model.LabelValue(p.GetValue())
214 lset[model.MetricNameLabel] = model.LabelValue(f.GetName())
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/libpq/test/
H A Dexpected.out4 trying postgresql://uri-user@host:12345/db
5 user='uri-user' dbname='db' host='host' port='12345' (inet)
7 trying postgresql://uri-user@host/db
8 user='uri-user' dbname='db' host='host' (inet)
9
10 trying postgresql://host:12345/db
11 dbname='db' host='host' port='12345' (inet)
13 trying postgresql://host/db
14 dbname='db' host='host' (inet)
16 trying postgresql://uri-user@host:12345/
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; typedef
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dplpgsql.h200 typedef struct PLpgSQL_type struct
204 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
215 } PLpgSQL_type; argument
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c200 Retrieve the boot server address using the EFI_DNS6_PROTOCOL.
202 @param[in] Private Pointer to PxeBc private data.
203 @param[in] HostName Pointer to buffer containing hostname.
204 @param[out] IpAddress On output, pointer to buffer containing IPv6 address.
206 @retval EFI_SUCCESS Operation succeeded.
207 @retval EFI_OUT_OF_RESOURCES Failed to allocate needed resources.
208 @retval EFI_DEVICE_ERROR An unexpected network error occurred.
209 @retval Others Other errors as indicated.
214 IN PXEBC_PRIVATE_DATA *Private,
215 IN CHAR16 *HostName,
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpgsql/src/
H A Dplpgsql.h197 typedef struct PLpgSQL_type struct
201 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
212 } PLpgSQL_type; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpgsql/src/
H A Dplpgsql.h197 typedef struct PLpgSQL_type struct
201 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
212 } PLpgSQL_type; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpgsql/src/
H A Dplpgsql.h197 typedef struct PLpgSQL_type struct
201 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
212 } PLpgSQL_type; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpgsql/src/
H A Dplpgsql.h197 typedef struct PLpgSQL_type struct
201 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
212 } PLpgSQL_type; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpgsql/src/
H A Dplpgsql.h197 typedef struct PLpgSQL_type struct
201 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
212 } PLpgSQL_type; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql12-server/postgresql-12.9/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql13-client/postgresql-13.5/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql12-plperl/postgresql-12.9/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/plpgsql/src/
H A Dplpgsql.h199 typedef struct PLpgSQL_type struct
203 PLpgSQL_type_type ttype; /* PLPGSQL_TTYPE_ code */ argument
214 } PLpgSQL_type; argument

12