Searched refs:MAX_STR_SIZE (Results 1 – 1 of 1) sorted by relevance
24 const uint32_t MAX_STR_SIZE = 4096; variable34 if (len > MAX_STR_SIZE) { in Strdup()51 if ((src == nullptr) || (len == 0) || (len > MAX_STR_SIZE)) { in Memdup()