Home
last modified time | relevance | path

Searched defs:make_sort_key (Results 1 – 25 of 50) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dfilesort.cc978 Type_handler_string_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_string_result
1051 Type_handler_int_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_int_result
1062 Type_handler_temporal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_temporal_result
1084 Type_handler_timestamp_common::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_timestamp_common
1148 Type_handler_decimal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_decimal_result
1168 Type_handler_real_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_real_result
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dfilesort.cc978 Type_handler_string_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_string_result
1051 Type_handler_int_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_int_result
1062 Type_handler_temporal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_temporal_result
1084 Type_handler_timestamp_common::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_timestamp_common
1148 Type_handler_decimal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_decimal_result
1168 Type_handler_real_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_real_result
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dfilesort.cc990 Type_handler_string_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_string_result
1063 Type_handler_int_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_int_result
1074 Type_handler_temporal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_temporal_result
1124 Type_handler_decimal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_decimal_result
1145 Type_handler_real_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_real_result
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dfilesort.cc990 Type_handler_string_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_string_result
1063 Type_handler_int_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_int_result
1074 Type_handler_temporal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_temporal_result
1124 Type_handler_decimal_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_decimal_result
1145 Type_handler_real_result::make_sort_key(uchar *to, Item *item, in make_sort_key() function in Type_handler_real_result
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dfield.cc3243 size_t Field_tiny::make_sort_key(uchar *to, in make_sort_key() function in Field_tiny
3422 size_t Field_short::make_sort_key(uchar *to, in make_sort_key() function in Field_short
3581 size_t Field_medium::make_sort_key(uchar *to, in make_sort_key() function in Field_medium
3765 size_t Field_long::make_sort_key(uchar *to, in make_sort_key() function in Field_long
4100 size_t Field_float::make_sort_key(uchar *to, in make_sort_key() function in Field_float
4362 size_t Field_double::make_sort_key(uchar *to, size_t length) const { in make_sort_key() function in Field_double
5025 size_t Field_timestamp::make_sort_key( in make_sort_key() function in Field_timestamp
5325 size_t Field_time::make_sort_key(uchar *to, in make_sort_key() function in Field_time
7155 size_t Field_blob::make_sort_key(uchar *to, size_t length) const { in make_sort_key() function in Field_blob
7888 size_t Field_json::make_sort_key(uchar *to, size_t length) const { in make_sort_key() function in Field_json
[all …]
H A Dfield.h1961 size_t make_sort_key(uchar *, size_t) const final override { in make_sort_key() function
2610 size_t make_sort_key(uchar *, size_t len) const final override { return len; } in make_sort_key() function
2979 size_t make_sort_key(uchar *to, size_t length) const final override { in make_sort_key() function
3340 size_t make_sort_key(uchar *to, size_t length) const final override { in make_sort_key() function
4345 size_t make_sort_key(uchar *to, size_t max_len) const override { in make_sort_key() function
4561 size_t make_sort_key(uchar *buff, size_t length) const final override { in make_sort_key() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dfield.cc2536 void Field_decimal::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_decimal
3244 void Field_tiny::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_tiny
3479 void Field_short::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_short
3684 void Field_medium::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_medium
3930 void Field_long::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_long
4398 void Field_float::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_float
4735 void Field_double::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_double
5899 void Field_time::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_time
6927 void Field_string::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_string
8125 void Field_blob::make_sort_key(uchar *to,uint length) in make_sort_key() function in Field_blob
[all …]
H A Dfield.h2197 void make_sort_key(uchar *buff, uint length) {} in make_sort_key() function
2596 void make_sort_key(uchar *to, uint length) { memcpy(to, ptr, length); } in make_sort_key() function
3001 void make_sort_key(uchar *to, uint length) { memcpy(to, ptr, length); } in make_sort_key() function
3796 void make_sort_key(uchar *buff, uint length) in make_sort_key() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dfield.cc2536 void Field_decimal::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_decimal
3244 void Field_tiny::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_tiny
3479 void Field_short::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_short
3684 void Field_medium::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_medium
3930 void Field_long::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_long
4398 void Field_float::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_float
4735 void Field_double::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_double
5899 void Field_time::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_time
6927 void Field_string::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_string
8125 void Field_blob::make_sort_key(uchar *to,uint length) in make_sort_key() function in Field_blob
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dfield.cc2503 void Field_decimal::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_decimal
3211 void Field_tiny::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_tiny
3446 void Field_short::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_short
3651 void Field_medium::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_medium
3897 void Field_long::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_long
4365 void Field_float::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_float
4702 void Field_double::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_double
5866 void Field_time::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_time
6894 void Field_string::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_string
8087 void Field_blob::make_sort_key(uchar *to,uint length) in make_sort_key() function in Field_blob
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dfield.cc2536 void Field_decimal::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_decimal
3244 void Field_tiny::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_tiny
3479 void Field_short::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_short
3684 void Field_medium::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_medium
3930 void Field_long::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_long
4398 void Field_float::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_float
4735 void Field_double::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_double
5899 void Field_time::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_time
6927 void Field_string::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_string
8125 void Field_blob::make_sort_key(uchar *to,uint length) in make_sort_key() function in Field_blob
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dfield.cc2503 void Field_decimal::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_decimal
3211 void Field_tiny::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_tiny
3446 void Field_short::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_short
3651 void Field_medium::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_medium
3897 void Field_long::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_long
4365 void Field_float::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_float
4702 void Field_double::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_double
5866 void Field_time::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_time
6894 void Field_string::make_sort_key(uchar *to, uint length) in make_sort_key() function in Field_string
8087 void Field_blob::make_sort_key(uchar *to,uint length) in make_sort_key() function in Field_blob
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dfield.cc3580 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3817 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
4024 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4272 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4742 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5084 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6260 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7362 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8544 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9195 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dfield.cc3547 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3784 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
3991 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4239 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4709 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5051 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6227 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7329 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8506 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9129 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dfield.cc3580 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3817 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
4024 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4272 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4742 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5084 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6260 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7362 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8544 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9195 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dfield.cc3547 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3784 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
3991 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4239 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4709 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5051 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6227 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7329 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8506 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9129 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dfield.cc3547 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3784 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
3991 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4239 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4709 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5051 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6227 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7329 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8506 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9129 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dfield.cc3580 void Field_tiny::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_tiny
3817 void Field_short::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_short
4024 void Field_medium::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_medium
4272 void Field_long::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_long
4742 void Field_float::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_float
5084 void Field_double::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_double
6260 void Field_time::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_time
7362 void Field_string::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_string
8544 void Field_blob::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_blob
9195 void Field_json::make_sort_key(uchar *to, size_t length) in make_sort_key() function in Field_json
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function
/dports/databases/py-gdbm/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function
/dports/lang/python-tools/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function
/dports/lang/python37/Python-3.7.12/Tools/c-globals/
H A Dcheck-c-globals.py252 def make_sort_key(spec): function
/dports/lang/python38/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py254 def make_sort_key(spec): function

12