Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.6.0/libcoap/src/
Doption.c331 size_t skip = 0; in coap_opt_setheader() local
347 opt[++skip] = delta - 13; in coap_opt_setheader()
355 opt[++skip] = ((delta - 269) >> 8) & 0xff; in coap_opt_setheader()
356 opt[++skip] = (delta - 269) & 0xff; in coap_opt_setheader()
362 if (maxlen < skip + 1) { in coap_opt_setheader()
368 opt[++skip] = length - 13; in coap_opt_setheader()
370 if (maxlen < skip + 2) { in coap_opt_setheader()
376 opt[++skip] = ((length - 269) >> 8) & 0xff; in coap_opt_setheader()
377 opt[++skip] = (length - 269) & 0xff; in coap_opt_setheader()
380 return skip + 1; in coap_opt_setheader()
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_cmac.function168 /* Multiple partial and complete blocks. A negative length means skip the
260 /* Multiple partial and complete blocks. A negative length means skip the
285 /* Multiple partial and complete blocks. A negative length means skip the
/net-tools-3.6.0/mbedtls-2.4.0/tests/scripts/
Dall.sh70 git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
/net-tools-3.6.0/mbedtls-2.4.0/
DREADME.md67 The tests need Perl to be built and run. If you don't have Perl installed, you can skip building th…
DChangeLog1985 * Updated ssl_read() to skip 0-length records from OpenSSL