Home
last modified time | relevance | path

Searched refs:MAX_REGEX_STR_LEN (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_filter.h39 char regex[MAX_REGEX_STR_LEN];
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h33 #define MAX_REGEX_STR_LEN (128) macro
Dhilog_cmd.h83 char regex[MAX_REGEX_STR_LEN];
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp129 …_STR_TOO_LONG, ("Regular expression too long, max length is " + to_string(MAX_REGEX_STR_LEN - 1))},
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp467 (void)strncpy_s(filter.regex, MAX_REGEX_STR_LEN, rqst.regex, MAX_REGEX_STR_LEN - 1); in LogFilterFromOutputRqst()
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp350 (void)strncpy_s(rqst.regex, MAX_REGEX_STR_LEN, regex.c_str(), regex.length()); in ToOutputRqst()
503 if (context.regex.length() >= MAX_REGEX_STR_LEN) { in RegexHandler()