Home
last modified time | relevance | path

Searched refs:fltFmtStrLen (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c840 int fltFmtStrLen; in HiLogSecOutputS() local
849 fltFmtStrLen = (int)((format - pFltFmt) + 1); /* with ending terminator */ in HiLogSecOutputS()
850 if (fltFmtStrLen > SECUREC_FMT_STR_LEN) { in HiLogSecOutputS()
852 fltFmtHeap = (char *)SECUREC_MALLOC((size_t)((unsigned int)fltFmtStrLen)); in HiLogSecOutputS()
861 for (; k < fltFmtStrLen - 1; ++k) { in HiLogSecOutputS()
875 for (; k < fltFmtStrLen - 1; ++k) { in HiLogSecOutputS()

Completed in 4 milliseconds