Home
last modified time | relevance | path

Searched defs:aSize (Results 1 – 25 of 39) sorted by relevance

12

/openthread-3.5.0/src/core/api/
Dsrp_client_buffers_api.cpp45 char *otSrpClientBuffersGetHostNameString(otInstance *aInstance, uint16_t *aSize) in otSrpClientBuffersGetHostNameString()
74 …entBuffersGetServiceEntryServiceNameString(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryServiceNameString()
81 …ntBuffersGetServiceEntryInstanceNameString(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryInstanceNameString()
88 …otSrpClientBuffersGetServiceEntryTxtBuffer(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryTxtBuffer()
Dheap_api.cpp42 void *otHeapCAlloc(size_t aCount, size_t aSize) in otHeapCAlloc()
63 void *otHeapCAlloc(size_t aCount, size_t aSize) { return ot::Heap::CAlloc(aCount, aSize); } in otHeapCAlloc()
Drandom_crypto_api.cpp42 otError otRandomCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) in otRandomCryptoFillBuffer()
Drandom_noncrypto_api.cpp61 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { Random::NonCrypto::FillBuffer(… in otRandomNonCryptoFillBuffer()
Dnat64_api.cpp162 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString()
171 void otIp4CidrToString(const otIp4Cidr *aCidr, char *aBuffer, uint16_t aSize) in otIp4CidrToString()
Dip6_api.cpp195 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString()
202 void otIp6SockAddrToString(const otSockAddr *aSockAddr, char *aBuffer, uint16_t aSize) in otIp6SockAddrToString()
209 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize) in otIp6PrefixToString()
Dcoap_api.cpp102 uint16_t otCoapBlockSizeFromExponent(otCoapBlockSzx aSize) in otCoapBlockSizeFromExponent()
107 …CoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlockSzx aSize) in otCoapMessageAppendBlock2Option()
112 …CoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlockSzx aSize) in otCoapMessageAppendBlock1Option()
Dinstance_api.cpp92 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize) in otInstanceGetUptimeAsString()
Dhistory_tracker_api.cpp136 void otHistoryTrackerEntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize) in otHistoryTrackerEntryAgeToString()
/openthread-3.5.0/src/core/utils/
Dsrp_client_buffers.hpp125 char *GetServiceNameString(uint16_t &aSize) in GetServiceNameString()
139 char *GetInstanceNameString(uint16_t &aSize) in GetInstanceNameString()
153 uint8_t *GetTxtBuffer(uint16_t &aSize) in GetTxtBuffer()
200 char *GetHostNameString(uint16_t &aSize) in GetHostNameString()
Dparse_cmdline.cpp264 static Error ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParse… in ParseHexString()
331 Error ParseAsHexString(const char *aString, uint8_t *aBuffer, uint16_t aSize) in ParseAsHexString()
336 Error ParseAsHexString(const char *aString, uint16_t &aSize, uint8_t *aBuffer) in ParseAsHexString()
341 Error ParseAsHexStringSegment(const char *&aString, uint16_t &aSize, uint8_t *aBuffer) in ParseAsHexStringSegment()
Dheap.cpp64 void *Heap::CAlloc(size_t aCount, size_t aSize) in CAlloc()
Dheap.hpp85 void SetSize(uint16_t aSize) { mSize = aSize; } in SetSize()
/openthread-3.5.0/src/core/common/
Drandom.hpp88 …static Error CryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { return otPlatCryptoRandomGet(aBu… in CryptoFillBuffer()
219 inline Error FillBuffer(uint8_t *aBuffer, uint16_t aSize) { return Manager::CryptoFillBuffer(aBuffe… in FillBuffer()
Dheap.cpp43 void *CAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in CAlloc()
Dappender.cpp45 Appender::Appender(uint8_t *aBuffer, uint16_t aSize) in Appender()
Drandom.cpp151 void FillBuffer(uint8_t *aBuffer, uint16_t aSize) in FillBuffer()
/openthread-3.5.0/src/posix/platform/
Dmemory.cpp38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/openthread-3.5.0/src/ncp/
Dncp_base_dispatcher.cpp38 constexpr bool NcpBase::AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize) in AreHandlerEntriesSorted()
753 size_t aSize, in FindPropertyHandler()
/openthread-3.5.0/examples/platforms/simulation/
Dflash.c118 …FlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint32_t aSize) in otPlatFlashRead()
133 …ite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aData, uint32_t aSize) in otPlatFlashWrite()
/openthread-3.5.0/src/core/crypto/
Dmbedtls.cpp175 int MbedTls::CryptoSecurePrng(void *, unsigned char *aBuffer, size_t aSize) in CryptoSecurePrng()
/openthread-3.5.0/examples/apps/ncp/
Dmain.c49 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/openthread-3.5.0/examples/apps/cli/
Dmain.c53 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/openthread-3.5.0/src/core/thread/
Dlowpan.hpp476 void Init(uint16_t aSize, uint16_t aTag) in Init()
507 void Init(uint16_t aSize, uint16_t aTag, uint16_t aOffset) in Init()
/openthread-3.5.0/src/posix/
Dclient.cpp134 bool DoWrite(int aFile, const void *aBuffer, size_t aSize) in DoWrite()

12