Home
last modified time | relevance | path

Searched refs:aNum (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/src/include/common/
Darg_macros.hpp79 #define _OT_GET_SECOND_ARG(aNum, ...) _OT_GET_SECOND_APPEND_NUM_ARGS(aNum, __VA_ARGS__) argument
80 #define _OT_GET_SECOND_APPEND_NUM_ARGS(aNum, ...) _OT_GET_SECOND_WITH_##aNum(__VA_ARGS__) argument
85 #define _OT_GET_REST_ARGS(aNum, ...) _OT_GET_REST_APPEND_NUM_ARGS(aNum, __VA_ARGS__) argument
86 #define _OT_GET_REST_APPEND_NUM_ARGS(aNum, ...) _OT_GET_REST_WITH_##aNum(__VA_ARGS__) argument
/openthread-latest/src/posix/platform/
Dmemory.cpp38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() argument
/openthread-latest/examples/apps/ncp/
Dmain.c64 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() argument
/openthread-latest/examples/apps/cli/
Dmain.c58 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() argument
/openthread-latest/tests/nexus/platform/
Dnexus_misc.cpp74 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
76 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
/openthread-latest/src/core/api/
Dcoap_api.cpp108 otError otCoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock2Option() argument
110 … return AsCoapMessage(aMessage).AppendBlockOption(Coap::Message::kBlockType2, aNum, aMore, aSize); in otCoapMessageAppendBlock2Option()
113 otError otCoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock1Option() argument
115 … return AsCoapMessage(aMessage).AppendBlockOption(Coap::Message::kBlockType1, aNum, aMore, aSize); in otCoapMessageAppendBlock1Option()
/openthread-latest/include/openthread/platform/
Dmemory.h73 void *otPlatCAlloc(size_t aNum, size_t aSize);
/openthread-latest/include/openthread/
Dcoap.h619 otError otCoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock…
633 otError otCoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock…
/openthread-latest/src/core/coap/
Dcoap_message.cpp288 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption() argument
295 VerifyOrExit(aNum < kBlockNumMax, error = kErrorInvalidArgs); in AppendBlockOption()
298 encoded |= aNum << kBlockNumOffset; in AppendBlockOption()
Dcoap_message.hpp472 Error AppendBlockOption(BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSzx aSize);
/openthread-latest/tests/gtest/
Dfake_platform.cpp475 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() argument
/openthread-latest/tests/unit/
Dtest_platform.cpp108 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() argument
Dtest_srp_server.cpp113 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
115 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
Dtest_dns_client.cpp117 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
119 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
Dtest_srp_adv_proxy.cpp437 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
439 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
Dtest_dnssd_discovery_proxy.cpp118 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
120 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
Dtest_routing_manager.cpp370 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
372 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()
Dtest_mdns.cpp1539 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
1541 void *ptr = calloc(aNum, aSize); in otPlatCAlloc()