Home
last modified time | relevance | path

Searched refs:copylen (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dmos_api.c246 int copylen, rc; in mtcp_peek() local
251 copylen = rc = 0; in mtcp_peek()
311 UNUSED(copylen); in mtcp_peek()
1271 int copylen; in mtcp_get_debug_string() local
1281 copylen = MIN(strlen(mtcp->dbg_buf), len); in mtcp_get_debug_string()
1282 strncpy(buf, mtcp->dbg_buf, copylen); in mtcp_get_debug_string()
1284 return copylen; in mtcp_get_debug_string()
H A Dapi.c1458 int copylen; in PeekForUser() local
1461 if ((copylen = tcprb_ppeek(rb, (uint8_t *)buf, len, rb->pile)) <= 0) { in PeekForUser()
1466 return copylen; in PeekForUser()
1473 int copylen; in CopyToUser() local
1475 if ((copylen = tcprb_ppeek(rb, (uint8_t *)buf, len, rb->pile)) <= 0) { in CopyToUser()
1479 tcprb_setpile(rb, rb->pile + copylen); in CopyToUser()
1498 return copylen; in CopyToUser()