Home
last modified time | relevance | path

Searched refs:cp_len (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c99 int cp_len; in _utils_fill_tx_buffer() local
107 cp_len = len; in _utils_fill_tx_buffer()
109 cp_len = HTTPCLIENT_SEND_BUF_SIZE - idx; in _utils_fill_tx_buffer()
112 memcpy(send_buf + idx, buf, cp_len); in _utils_fill_tx_buffer()
113 idx += cp_len; in _utils_fill_tx_buffer()
114 len -= cp_len; in _utils_fill_tx_buffer()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c117 int cp_len ; in httpclient_get_info() local
126 cp_len = len ; in httpclient_get_info()
128 cp_len = HTTPCLIENT_SEND_BUF_SIZE - idx ; in httpclient_get_info()
131 memcpy(send_buf + idx, buf, cp_len) ; in httpclient_get_info()
132 idx += cp_len ; in httpclient_get_info()
133 len -= cp_len ; in httpclient_get_info()
/AliOS-Things-master/kernel/rhino/
A Dk_mm.c636 int cp_len = krhino_mblk_get_size(mmhead->fix_pool, oldmem); in k_mm_realloc() local
637 cp_len = cp_len > new_size ? new_size : cp_len; in k_mm_realloc()
638 memcpy(ptr_aux, oldmem, cp_len); in k_mm_realloc()

Completed in 9 milliseconds