Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ safe_strlen_uint
Function
safe_strlen_uint
sql/sql_audit.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static inline unsigned int safe_strlen_uint(const char *s)
70
{
71
return (uint)safe_strlen(s);
72
}
73
74
#define MAX_USER_HOST_SIZE 512
75
static inline uint make_user_name(THD *thd, char *buf)
Callers
5
set_tls_version_of_event
Function · 0.85
mysql_audit_general
Function · 0.85
mysql_audit_notify_connection_connect
Function · 0.85
mysql_audit_notify_connection_disconnect
Function · 0.85
mysql_audit_notify_connection_change_user
Function · 0.85
Calls
1
safe_strlen
Function · 0.85
Tested by
no test coverage detected