MCPcopy 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
69static 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
75static inline uint make_user_name(THD *thd, char *buf)

Calls 1

safe_strlenFunction · 0.85

Tested by

no test coverage detected