Searched refs:required_length (Results 1 – 7 of 7) sorted by relevance
172 DWORD required_length; in CollectBluetoothLowEnergyDeviceProperty() local180 &required_length, in CollectBluetoothLowEnergyDeviceProperty()185 scoped_ptr<uint8_t[]> prop_value(new uint8_t[required_length]); in CollectBluetoothLowEnergyDeviceProperty()186 DWORD actual_length = required_length; in CollectBluetoothLowEnergyDeviceProperty()193 &required_length, in CollectBluetoothLowEnergyDeviceProperty()198 actual_length, required_length, kDeviceInfoError, error)) { in CollectBluetoothLowEnergyDeviceProperty()213 ULONG required_length = 0; in CollectBluetoothLowEnergyDeviceRegistryProperty() local220 &required_length); in CollectBluetoothLowEnergyDeviceRegistryProperty()224 scoped_ptr<uint8_t[]> property_value(new uint8_t[required_length]); in CollectBluetoothLowEnergyDeviceRegistryProperty()225 ULONG actual_length = required_length; in CollectBluetoothLowEnergyDeviceRegistryProperty()[all …]
72 uint32_t required_length = 0; in UTF16ToCharSetDeprecated() local74 &required_length); in UTF16ToCharSetDeprecated()78 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemAlloc(required_length + 1)); in UTF16ToCharSetDeprecated()82 ret_buf, &required_length); in UTF16ToCharSetDeprecated()87 ret_buf[required_length] = 0; // Null terminate. in UTF16ToCharSetDeprecated()88 *output_length = required_length; in UTF16ToCharSetDeprecated()182 uint32_t required_length = 0; in CharSetToUTF16Deprecated() local184 &required_length); in CharSetToUTF16Deprecated()189 (required_length + 1) * sizeof(uint16_t))); in CharSetToUTF16Deprecated()193 ret_buf, &required_length); in CharSetToUTF16Deprecated()[all …]
178 const int required_length = (120 + 80 + 2) * fs_mult_; in GetExpandedSignal() local179 if (expanded_.Size() < static_cast<size_t>(required_length)) { in GetExpandedSignal()180 while (expanded_.Size() < static_cast<size_t>(required_length)) { in GetExpandedSignal()185 expanded_.PopBack(expanded_.Size() - required_length); in GetExpandedSignal()187 assert(expanded_.Size() >= static_cast<size_t>(required_length)); in GetExpandedSignal()188 return required_length; in GetExpandedSignal()
124 size_t required_length = 3; in IsValidCreditCardSecurityCode() local126 required_length = 4; in IsValidCreditCardSecurityCode()128 return code.length() == required_length; in IsValidCreditCardSecurityCode()
145 size_t required_length = 0; in InsertBuffer() local149 required_length += in InsertBuffer()153 ShiftSubsequentPackets(packet_it, required_length); in InsertBuffer()165 packet.sizeBytes = required_length; in InsertBuffer()
227 int required_length; in CA_GetAnnotationLabel() local238 required_length = strlen(hAnnotation->label) + 1; in CA_GetAnnotationLabel()239 if (required_length > length) in CA_GetAnnotationLabel()248 return (required_length); in CA_GetAnnotationLabel()
3206 int required_length = length_ + elements; in HasCapacity() local3207 return (length >= required_length); in HasCapacity()3212 int required_length = length_ + elements; in EnsureCapacity() local3213 if (length < required_length) { in EnsureCapacity()3217 } while (new_length < required_length); in EnsureCapacity()