Home
last modified time | relevance | path

Searched refs:Head (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dbt_skbuff.c129 Rtb->Head = malloc(BufferLen); in RtbAllocate()
130 if(Rtb->Head) in RtbAllocate()
133 Rtb->Data = Rtb->Head + Rtb->HeadRoom; in RtbAllocate()
145 if (Rtb->Head) in RtbAllocate()
147 free(Rtb->Head); in RtbAllocate()
167 free(RtkBuffer->Head); in RtbFree()
187 if ((uint32_t)(RtkBuffer->Data - RtkBuffer->Head) >= Length) in RtbAddHead()
A Dbt_skbuff.h93 uint8_t *Head; member
A Dh5.c633 RT_LIST_HEAD *Head = NULL; in h5_remove_acked_pkt() local
662 Head = (RT_LIST_HEAD *)(h5->unack); in h5_remove_acked_pkt()
663 LIST_FOR_EACH_SAFELY(Iter, Temp, Head) { in h5_remove_acked_pkt()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/http/
A DHttpType.h34 Head, enumerator
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DHttpRequest.h27 enum Method { Get, Head, Post, Put, Delete, Connect, Options, Patch, Trace }; enumerator
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DCONTRIBUTING.md11 part of the project. Head over to <https://cla.developers.google.com/> to see
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dutils_ut.cc22 std::string method = HttpMethodToString(HttpRequest::Method::Head); in TEST()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUtils.cc147 case HttpRequest::Method::Head: in HttpMethodToString()
/AliOS-Things-master/components/oss/src/http/
A DCurlHttpClient.cc492 case Http::Method::Head: in makeRequest()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc1039 auto outcome = MakeRequest(request, Http::Method::Head); in HeadObject()
1051 auto outcome = MakeRequest(request, Http::Method::Head); in GetObjectMeta()

Completed in 18 milliseconds