Searched refs:MAX_KEYLENGTH (Results 1 – 1 of 1) sorted by relevance
398 #define MAX_KEYLENGTH 256 macro447 char buf[MAX_KEYLENGTH]; in map_get_value()450 strscpy(buf, key, MAX_KEYLENGTH); in map_get_value()452 cr = strnlen(buf, MAX_KEYLENGTH) - 1; in map_get_value()459 if (strncasecmp(map->key, buf, MAX_KEYLENGTH) == 0) in map_get_value()
Completed in 5 milliseconds