Searched refs:MAX_CUSTOM_DATA_SIZE (Results 1 – 7 of 7) sorted by relevance
26 constexpr int32_t MAX_CUSTOM_DATA_SIZE = 1024; variable163 for (int i = 0; i < MAX_CUSTOM_DATA_SIZE + 1; i++) {
64 constexpr int32_t MAX_CUSTOM_DATA_SIZE = 1024; variable254 for (int i = 0; i < MAX_CUSTOM_DATA_SIZE + 1; i++) {
67 constexpr std::size_t MAX_CUSTOM_DATA_SIZE = 1024; variable
50 const int32_t MAX_CUSTOM_DATA_SIZE = 1300; variable534 for (int i = 0; i <= MAX_CUSTOM_DATA_SIZE; i++) {
734 if (size > Constants::MAX_CUSTOM_DATA_SIZE) { in ReadStringSet()
85 if (options.customData.size() > Constants::MAX_CUSTOM_DATA_SIZE) { in CreateAccount()
395 options->customData, Constants::MAX_CUSTOM_DATA_SIZE, "customData is oversize", reply); in ProcCreateAccount()