Home
last modified time | relevance | path

Searched refs:start_len (Results 1 – 5 of 5) sorted by relevance

/src/contrib/wpa/src/eap_peer/
H A Deap_tnc.c212 size_t start_len, end_len; in eap_tnc_process() local
370 start_len = os_strlen(start_buf); in eap_tnc_process()
378 rlen = start_len + imc_len + end_len; in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
/src/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c133 size_t start_len, end_len; in eap_tnc_build() local
141 start_len = os_strlen(start_buf); in eap_tnc_build()
149 rlen = start_len + imv_len + end_len; in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
/src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c600 uint32_t start_len = 2; // speed optimization in helper2() local
632 start_len = len_test + 1; in helper2()
703 if (new_len >= start_len) { in helper2()
711 while (start_len > coder->matches[i].len) in helper2()
714 for (uint32_t len_test = start_len; ; ++len_test) { in helper2()
/src/sys/kern/
H A Dimgact_elf.c2526 ssize_t start_len, sect_len; in note_procstat_files() local
2547 sbuf_start_section(sb, &start_len); in note_procstat_files()
2554 sect_len = sbuf_end_section(sb, start_len, 0, 0); in note_procstat_files()
2743 ssize_t start_len, sect_len; in note_procstat_kqueues() local
2765 sbuf_start_section(sb, &start_len); in note_procstat_kqueues()
2771 sect_len = sbuf_end_section(sb, start_len, 0, 0); in note_procstat_kqueues()
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c163 int start_len, in iwl_txq_gen2_build_amsdu() argument
180 &dev_cmd->hdr, start_len, 0); in iwl_txq_gen2_build_amsdu()