Home
last modified time | relevance | path

Searched refs:record_size (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c244 int record_size = get_sdp_record_size(in_record); in alloc_sdp_slot() local
248 record = osi_malloc(record_size); in alloc_sdp_slot()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c3494 …ocate_header_sig(mz_zip_archive *pZip, mz_uint32 record_sig, mz_uint32 record_size, mz_int64 *pOfs) in mz_zip_reader_locate_header_sig() argument
3501 if (pZip->m_archive_size < record_size) in mz_zip_reader_locate_header_sig()
3518 if ((pZip->m_archive_size - (cur_file_ofs + i)) >= record_size) in mz_zip_reader_locate_header_sig()
3530 … if ((!cur_file_ofs) || ((pZip->m_archive_size - cur_file_ofs) >= (MZ_UINT16_MAX + record_size))) in mz_zip_reader_locate_header_sig()