Searched refs:formatBuf (Results 1 – 3 of 3) sorted by relevance
426 formatBuf->wStr = buffer->wStr; in SecDecodeTypeC()446 formatBuf->str = buffer->str; in SecDecodeTypeC()468 formatBuf->str = argPtr; in SecDecodeTypeS()478 formatBuf->str = strNullString; in SecDecodeTypeS()480 strEnd = formatBuf->str; in SecDecodeTypeS()490 wStrEnd = formatBuf->wStr; in SecDecodeTypeS()503 wStrEnd = formatBuf->wStr; in SecDecodeTypeS()510 formatBuf->str = strNullString; in SecDecodeTypeS()519 strEnd = formatBuf->str; in SecDecodeTypeS()544 SecFormatBuf formatBuf; in HiLogSecOutputS() local[all …]
298 formatBuf->wStr = buffer->wStr;318 formatBuf->str = buffer->str;340 formatBuf->str = argPtr;350 formatBuf->str = strNullString;352 strEnd = formatBuf->str;362 wStrEnd = formatBuf->wStr;375 wStrEnd = formatBuf->wStr;391 strEnd = formatBuf->str;410 SecFormatBuf formatBuf; local490 formatBuf.str = NULL;[all …]
131 auto formatBuf = [&](const char* head, const char* buf, uint32_t size) { in Format() local148 formatBuf(" in data: ", static_cast<const char*>(in), in_size); in Format()149 formatBuf(" out data: ", static_cast<const char*>(out), out_size); in Format()