| 630 | |
| 631 | |
| 632 | static uchar* acl_entry_get_key(acl_entry *entry, size_t *length, |
| 633 | my_bool not_used MY_ATTRIBUTE((unused))) |
| 634 | { |
| 635 | *length=(uint) entry->length; |
| 636 | return (uchar*) entry->key; |
| 637 | } |
| 638 | |
| 639 | #define IP_ADDR_STRLEN (3 + 1 + 3 + 1 + 3 + 1 + 3) |
| 640 | #define ACL_KEY_LENGTH (IP_ADDR_STRLEN + 1 + NAME_LEN + \ |
nothing calls this directly
no outgoing calls
no test coverage detected