Searched refs:Head (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | bt_skbuff.c | 129 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 D | bt_skbuff.h | 93 uint8_t *Head; member
|
A D | h5.c | 633 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 D | HttpType.h | 34 Head, enumerator
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | HttpRequest.h | 27 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 D | CONTRIBUTING.md | 11 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 D | utils_ut.cc | 22 std::string method = HttpMethodToString(HttpRequest::Method::Head); in TEST()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Utils.cc | 147 case HttpRequest::Method::Head: in HttpMethodToString()
|
/AliOS-Things-master/components/oss/src/http/ |
A D | CurlHttpClient.cc | 492 case Http::Method::Head: in makeRequest()
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClientImpl.cc | 1039 auto outcome = MakeRequest(request, Http::Method::Head); in HeadObject() 1051 auto outcome = MakeRequest(request, Http::Method::Head); in GetObjectMeta()
|
Completed in 15 milliseconds