Home
last modified time | relevance | path

Searched refs:user_length (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfilter.c71 memcpy(acc->name, user, user_length); in account_init()
72 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
73 acc->name[user_length]= '@'; in account_init()
74 acc->name[user_length + host_length + 1]= 0; in account_init()
75 acc->length= user_length + host_length + 1; in account_init()
83 account *account_create(const char *user, size_t user_length, in account_create() argument
88 account_init(acc, user, user_length, host, host_length); in account_create()
167 size_t user_length, host_length; in account_list_from_string() local
192 unquote_string(user, &user_length); in account_list_from_string()
309 account_init(&acc, user, user_length, host, host_length); in audit_log_check_account_included()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfilter.c71 memcpy(acc->name, user, user_length); in account_init()
72 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
73 acc->name[user_length]= '@'; in account_init()
74 acc->name[user_length + host_length + 1]= 0; in account_init()
75 acc->length= user_length + host_length + 1; in account_init()
83 account *account_create(const char *user, size_t user_length, in account_create() argument
88 account_init(acc, user, user_length, host, host_length); in account_create()
167 size_t user_length, host_length; in account_list_from_string() local
192 unquote_string(user, &user_length); in account_list_from_string()
309 account_init(&acc, user, user_length, host, host_length); in audit_log_check_account_included()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfilter.c71 memcpy(acc->name, user, user_length); in account_init()
72 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
73 acc->name[user_length]= '@'; in account_init()
74 acc->name[user_length + host_length + 1]= 0; in account_init()
75 acc->length= user_length + host_length + 1; in account_init()
83 account *account_create(const char *user, size_t user_length, in account_create() argument
88 account_init(acc, user, user_length, host, host_length); in account_create()
167 size_t user_length, host_length; in account_list_from_string() local
192 unquote_string(user, &user_length); in account_list_from_string()
309 account_init(&acc, user, user_length, host, host_length); in audit_log_check_account_included()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/audit_log/
H A Dfilter.c71 memcpy(acc->name, user, user_length); in account_init()
72 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
73 acc->name[user_length]= '@'; in account_init()
74 acc->name[user_length + host_length + 1]= 0; in account_init()
75 acc->length= user_length + host_length + 1; in account_init()
83 account *account_create(const char *user, size_t user_length, in account_create() argument
88 account_init(acc, user, user_length, host, host_length); in account_create()
167 size_t user_length, host_length; in account_list_from_string() local
192 unquote_string(user, &user_length); in account_list_from_string()
309 account_init(&acc, user, user_length, host, host_length); in audit_log_check_account_included()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_log/
H A Dfilter.c81 assert(user_length + host_length + 2 <= sizeof(acc->name)); in account_init()
83 memcpy(acc->name, user, user_length); in account_init()
84 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
85 acc->name[user_length]= '@'; in account_init()
86 acc->name[user_length + host_length + 1]= 0; in account_init()
87 acc->length= user_length + host_length + 1; in account_init()
95 account *account_create(const char *user, size_t user_length, in account_create() argument
101 account_init(acc, user, user_length, host, host_length); in account_create()
220 size_t user_length, host_length; in account_list_from_string() local
245 unquote_string(user, &user_length); in account_list_from_string()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_log/
H A Dfilter.c81 assert(user_length + host_length + 2 <= sizeof(acc->name)); in account_init()
83 memcpy(acc->name, user, user_length); in account_init()
84 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
85 acc->name[user_length]= '@'; in account_init()
86 acc->name[user_length + host_length + 1]= 0; in account_init()
87 acc->length= user_length + host_length + 1; in account_init()
95 account *account_create(const char *user, size_t user_length, in account_create() argument
101 account_init(acc, user, user_length, host, host_length); in account_create()
220 size_t user_length, host_length; in account_list_from_string() local
245 unquote_string(user, &user_length); in account_list_from_string()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_log/
H A Dfilter.c81 assert(user_length + host_length + 2 <= sizeof(acc->name)); in account_init()
83 memcpy(acc->name, user, user_length); in account_init()
84 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
85 acc->name[user_length]= '@'; in account_init()
86 acc->name[user_length + host_length + 1]= 0; in account_init()
87 acc->length= user_length + host_length + 1; in account_init()
95 account *account_create(const char *user, size_t user_length, in account_create() argument
101 account_init(acc, user, user_length, host, host_length); in account_create()
220 size_t user_length, host_length; in account_list_from_string() local
245 unquote_string(user, &user_length); in account_list_from_string()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_log/
H A Dfilter.c81 assert(user_length + host_length + 2 <= sizeof(acc->name)); in account_init()
83 memcpy(acc->name, user, user_length); in account_init()
84 memcpy(acc->name + user_length + 1, host, host_length); in account_init()
85 acc->name[user_length]= '@'; in account_init()
86 acc->name[user_length + host_length + 1]= 0; in account_init()
87 acc->length= user_length + host_length + 1; in account_init()
95 account *account_create(const char *user, size_t user_length, in account_create() argument
101 account_init(acc, user, user_length, host, host_length); in account_create()
220 size_t user_length, host_length; in account_list_from_string() local
245 unquote_string(user, &user_length); in account_list_from_string()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dpfs_setup_actor.cc111 uint user_length, const char *host, in set_setup_actor_key() argument
114 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
118 memcpy(ptr, user, user_length); in set_setup_actor_key()
119 ptr += user_length; in set_setup_actor_key()
255 void lookup_setup_actor(PFS_thread *thread, const char *user, uint user_length, in lookup_setup_actor() argument
276 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
279 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mysql56-client/mysql-5.6.51/storage/perfschema/
H A Dpfs_setup_actor.cc142 const char *user, uint user_length, in set_setup_actor_key() argument
146 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
150 memcpy(ptr, user, user_length); in set_setup_actor_key()
151 ptr+= user_length; in set_setup_actor_key()
292 const char *user, uint user_length, in lookup_setup_actor() argument
316 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
319 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 DBUG_ASSERT(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/
H A Dpfs_setup_actor.cc120 const char *user, uint user_length, in set_setup_actor_key() argument
124 assert(user_length <= USERNAME_LENGTH); in set_setup_actor_key()
128 memcpy(ptr, user, user_length); in set_setup_actor_key()
129 ptr+= user_length; in set_setup_actor_key()
276 const char *user, uint user_length, in lookup_setup_actor() argument
301 set_setup_actor_key(&key, user, user_length, host, host_length, "%", 1); in lookup_setup_actor()
304 set_setup_actor_key(&key, user, user_length, "%", 1, "%", 1); in lookup_setup_actor()

123456789