Searched refs:cp_len (Results 1 – 3 of 3) sorted by relevance
99 int cp_len; in _utils_fill_tx_buffer() local107 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()
117 int cp_len ; in httpclient_get_info() local126 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()
636 int cp_len = krhino_mblk_get_size(mmhead->fix_pool, oldmem); in k_mm_realloc() local637 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