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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp65 BreakpointID tmp_id = m_breakpoint_ids[i]; local
66 if (tmp_id.GetBreakpointID() == bp_id.GetBreakpointID() &&
67 tmp_id.GetLocationID() == bp_id.GetLocationID()) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_srvr.c2807 char tmp_id[PSK_MAX_IDENTITY_LEN + 1]; local
2830 memcpy(tmp_id, p, i);
2831 memset(tmp_id + i, 0, PSK_MAX_IDENTITY_LEN + 1 - i);
2832 psk_len = s->psk_server_callback(s, tmp_id,
2835 OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN + 1);

Completed in 75 milliseconds