Searched refs:skip (Results 1 – 5 of 5) sorted by relevance
331 size_t skip = 0; in coap_opt_setheader() local347 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()
168 /* Multiple partial and complete blocks. A negative length means skip the260 /* Multiple partial and complete blocks. A negative length means skip the285 /* Multiple partial and complete blocks. A negative length means skip the
70 git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
67 The tests need Perl to be built and run. If you don't have Perl installed, you can skip building th…
1985 * Updated ssl_read() to skip 0-length records from OpenSSL