Searched refs:JSON_LENS_MAX (Results 1 – 3 of 3) sorted by relevance
29 constexpr int JSON_LENS_MAX = 1024 * 1024; variable150 if (update.length() >= JSON_LENS_MAX || filter.length() >= JSON_LENS_MAX) { in UpdateArgsCheck()201 if (valStr.length() >= JSON_LENS_MAX) { in GetUpDataRePlaceData()293 if (document.length() >= JSON_LENS_MAX || filter.length() >= JSON_LENS_MAX) { in UpsertArgsCheck()327 if (valStr.length() >= JSON_LENS_MAX) { in GetUpsertRePlaceData()348 if (valStr.length() >= JSON_LENS_MAX) { in GetUpsertRePlaceData()495 if (document.length() >= JSON_LENS_MAX) { in InsertArgsCheck()555 if (filter.length() >= JSON_LENS_MAX) { in DeleteArgsCheck()725 if (filter.length() >= JSON_LENS_MAX || projection.length() >= JSON_LENS_MAX) { in FindArgsCheck()729 if (projection.length() >= JSON_LENS_MAX) { in FindArgsCheck()
24 #define JSON_LENS_MAX (1024 * 1024) macro
35 constexpr int JSON_LENS_MAX = 1024 * 1024; variable176 std::string document2 = head + string(JSON_LENS_MAX - filter.size() - head.size(), 'a') + "\"}";