Searched refs:user_name_len (Results 1 – 3 of 3) sorted by relevance
79 sizeof(RAKP1request) - (userNameMaxLen - request->user_name_len); in RAKP12()83 if (request->user_name_len > userNameMaxLen || in RAKP12()92 session->userName.assign(request->user_name, request->user_name_len); in RAKP12()119 sizeof(request->user_name_len) + session->userName.size()); in RAKP12()169 if (request->user_name_len == 0) in RAKP12()180 std::string userName(request->user_name, request->user_name_len); in RAKP12()305 std::copy_n(&(request->user_name_len), sizeof(request->user_name_len), in RAKP12()307 std::advance(iter, sizeof(request->user_name_len)); in RAKP12()
32 uint8_t user_name_len; member
980 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local1013 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()1017 rc += user_name_len; in move_smb2_ea_to_cifs()1018 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()1019 dst_size -= user_name_len; in move_smb2_ea_to_cifs()1026 rc += user_name_len; in move_smb2_ea_to_cifs()