Home
last modified time | relevance | path

Searched defs:SortSupportData (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-0.2.11/src/sync/tests/
H A Dloom_broadcast.rs61 let v = assert_ok!(rx1.recv().await);
68 });
71 let th2 = thread::spawn(move || {
76 let v = assert_ok!(rx2.recv().await);
82 }
88 drop(tx);
107 Ok(_) => num += 1,
155 let v = assert_ok!(rx1.recv().await);
173 assert_ok!(tx.send("two"));
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/BaseMemoryLibOptPei/
H A DMemLibGuid.c61 If Guid1 is NULL, then ASSERT().
68 @retval FALSE Guid1 and Guid2 are not identical.
75 IN CONST GUID *Guid2
78 UINT64 LowPartOfGuid1;
83 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
88 return (BOOLEAN) (LowPartOfGuid1 == LowPartOfGuid2 && HighPartOfGuid1 == HighPartOfGuid2);
106 @param Buffer The pointer to the target buffer to scan.
155 IN CONST GUID *Guid
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
107 int (*comparator) (Datum x, Datum y, SortSupport ssup);
156 bool abbreviate;
193 } SortSupportData; argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; typedef
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; typedef
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; typedef
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; typedef
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/utils/
H A Dsortsupport.h60 typedef struct SortSupportData struct
66 MemoryContext ssup_cxt; /* Context containing sort info */
67 Oid ssup_collation; /* Collation to use, or InvalidOid */
74 bool ssup_reverse; /* descending-order sort? */
75 bool ssup_nulls_first; /* sort nulls first? */
81 AttrNumber ssup_attno; /* column number to sort */
87 void *ssup_extra; /* Workspace for opclass functions */
106 int (*comparator) (Datum x, Datum y, SortSupport ssup);
155 bool abbreviate;
192 } SortSupportData; argument

12