Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/examples/
Dcoap-rd.c400 size_t loc_size; in hnd_post_rd() local
411 loc_size = RD_ROOT_SIZE; in hnd_post_rd()
412 loc[loc_size++] = '/'; in hnd_post_rd()
428 memcpy(loc + loc_size, h.s, min(h.length, LOCSIZE - loc_size - 1)); in hnd_post_rd()
429 loc_size += min(h.length, LOCSIZE - loc_size - 1); in hnd_post_rd()
431 if (ins.length && loc_size > 1) { in hnd_post_rd()
432 loc[loc_size++] = '-'; in hnd_post_rd()
433 memcpy((char *)(loc + loc_size), in hnd_post_rd()
434 ins.s, min(ins.length, LOCSIZE - loc_size - 1)); in hnd_post_rd()
435 loc_size += min(ins.length, LOCSIZE - loc_size - 1); in hnd_post_rd()
[all …]