Home
last modified time | relevance | path

Searched refs:my_ulonglong (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/dports/databases/mariadb105-client/mariadb-10.5.15/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql-common/
H A Dpack.c50 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
56 return (my_ulonglong) *pos; in net_field_length_ll()
61 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
66 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
71 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
75 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
86 return (my_ulonglong) *pos; in safe_net_field_length_ll()
91 return (my_ulonglong) NULL_LENGTH; in safe_net_field_length_ll()
98 return (my_ulonglong) uint2korr(pos+1); in safe_net_field_length_ll()
105 return (my_ulonglong) uint3korr(pos+1); in safe_net_field_length_ll()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
120 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
122 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
120 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
122 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
120 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
122 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
120 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
122 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/mysql56-client/mysql-5.6.51/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
120 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
122 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/mysql55-client/mysql-5.5.62/sql-common/
H A Dpack.c83 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
89 return (my_ulonglong) *pos; in net_field_length_ll()
94 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
99 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
104 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
108 return (my_ulonglong) uint4korr(pos+1); in net_field_length_ll()
110 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dmysql.h135 typedef unsigned long my_ulonglong; typedef
137 typedef unsigned __int64 my_ulonglong; typedef
139 typedef unsigned long long my_ulonglong; typedef
145 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
165 my_ulonglong rows;
290 my_ulonglong affected_rows;
292 my_ulonglong extra_info; /* Not used */
327 my_ulonglong row_count;
409 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
490 my_ulonglong offset);
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dmysql.h135 typedef unsigned long my_ulonglong; typedef
137 typedef unsigned __int64 my_ulonglong; typedef
139 typedef unsigned long long my_ulonglong; typedef
145 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
165 my_ulonglong rows;
290 my_ulonglong affected_rows;
292 my_ulonglong extra_info; /* Not used */
327 my_ulonglong row_count;
409 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
490 my_ulonglong offset);
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dmysql.h135 typedef unsigned long my_ulonglong; typedef
137 typedef unsigned __int64 my_ulonglong; typedef
139 typedef unsigned long long my_ulonglong; typedef
145 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
165 my_ulonglong rows;
290 my_ulonglong affected_rows;
292 my_ulonglong extra_info; /* Not used */
327 my_ulonglong row_count;
409 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
490 my_ulonglong offset);
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dmysql.h135 typedef unsigned long my_ulonglong; typedef
137 typedef unsigned __int64 my_ulonglong; typedef
139 typedef unsigned long long my_ulonglong; typedef
145 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
165 my_ulonglong rows;
290 my_ulonglong affected_rows;
292 my_ulonglong extra_info; /* Not used */
327 my_ulonglong row_count;
409 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
490 my_ulonglong offset);
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dmysql.h52 typedef unsigned __int64 my_ulonglong; typedef
54 typedef unsigned long long my_ulonglong; typedef
149 #define MYSQL_COUNT_ERROR (~(my_ulonglong)0)
167 my_ulonglong rows;
302 my_ulonglong affected_rows;
304 my_ulonglong extra_info; /* Not used */
335 my_ulonglong row_count;
427 my_ulonglong STDCALL mysql_num_rows(MYSQL_RES *res);
438 my_ulonglong STDCALL mysql_affected_rows(MYSQL *mysql);
439 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/include/
H A Dmysql.h123 typedef unsigned long my_ulonglong; typedef
125 typedef unsigned __int64 my_ulonglong; typedef
127 typedef unsigned long long my_ulonglong; typedef
133 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
153 my_ulonglong rows;
258 my_ulonglong affected_rows;
260 my_ulonglong extra_info; /* Not used */
295 my_ulonglong row_count;
377 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
456 my_ulonglong offset);
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dmysql.h135 typedef unsigned long my_ulonglong; typedef
137 typedef unsigned __int64 my_ulonglong; typedef
139 typedef unsigned long long my_ulonglong; typedef
145 #define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
165 my_ulonglong rows;
290 my_ulonglong affected_rows;
292 my_ulonglong extra_info; /* Not used */
327 my_ulonglong row_count;
409 my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
490 my_ulonglong offset);
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()
/dports/databases/mysql57-client/mysql-5.7.36/sql-common/
H A Dpack.c95 my_ulonglong net_field_length_ll(uchar **packet) in net_field_length_ll()
101 return (my_ulonglong) *pos; in net_field_length_ll()
106 return (my_ulonglong) NULL_LENGTH; in net_field_length_ll()
111 return (my_ulonglong) uint2korr(pos+1); in net_field_length_ll()
116 return (my_ulonglong) uint3korr(pos+1); in net_field_length_ll()
119 return (my_ulonglong) uint8korr(pos+1); in net_field_length_ll()

12345678910>>...24