Searched refs:nlen (Results 1 – 3 of 3) sorted by relevance
128 p_t4t->nlen, p_t4t->max_file_size, in ce_t4t_select_file()190 UINT16_TO_BE_STREAM(p_dst, p_t4t->nlen); in ce_t4t_read_binary()198 UINT8_TO_BE_STREAM(p_dst, (uint8_t)(p_t4t->nlen)); in ce_t4t_read_binary()256 UINT16_TO_BE_STREAM(p, p_t4t->nlen); in ce_t4t_update_binary()264 BE_STREAM_TO_UINT16(p_t4t->nlen, p); in ce_t4t_update_binary()272 if ((starting_offset == 0) && (p_t4t->nlen > 0)) { in ce_t4t_update_binary()277 ce_data.update_info.length = p_t4t->nlen; in ce_t4t_update_binary()858 p_t4t->nlen = ndef_msg_len; in CE_T4tSetLocalNDEFMsg()
1255 uint16_t status_words, nlen; in rw_t4t_sm_detect_ndef() local1382 BE_STREAM_TO_UINT16(nlen, p); in rw_t4t_sm_detect_ndef()1384 if (nlen <= in rw_t4t_sm_detect_ndef()1416 p_t4t->ndef_length = nlen; in rw_t4t_sm_detect_ndef()1425 rw_data.ndef.cur_size = nlen; in rw_t4t_sm_detect_ndef()1441 nlen, p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef()
93 uint16_t nlen; /* current size of NDEF message */ member