Searched refs:STRING_LEN_MAX (Results 1 – 1 of 1) sorted by relevance
50 const int32_t STRING_LEN_MAX = 10240; variable408 if (strLength <= 0 || strLength > STRING_LEN_MAX) { in StringToVector()