Searched refs:PV_VALUE_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libpool/common/ | ||
H A D | pool_internal.h | 80 #define PV_VALUE_MAX_LEN 1024 macro |
H A D | pool_value.c | 211 if (val == NULL || strlen(val) >= PV_VALUE_MAX_LEN) { in pool_value_set_string() |