Searched refs:KeyLength (Results 1 – 4 of 4) sorted by relevance
160 unsigned KeyLength = Key.size(); in Create() local165 KeyLength+1; in Create()172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()176 if (KeyLength > 0) in Create()177 memcpy(StrBuffer, Key.data(), KeyLength); in Create()178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
154 unsigned KeyLength = Key.size(); in Create() local159 KeyLength+1; in Create()166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()170 if (KeyLength > 0) in Create()171 memcpy(StrBuffer, Key.data(), KeyLength); in Create()172 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart); in Create() local158 KeyLength+1; in Create()165 new (NewItem) StringMapEntry(KeyLength); in Create()169 memcpy(StrBuffer, KeyStart, KeyLength); in Create()170 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
187 ULONG KeyLength; member197 ULONG KeyLength; member953 wep->KeyLength = key_len; in wpa_driver_ndis_add_wep()1013 nkey->KeyLength = key_len; in wpa_driver_ndis_set_key()