Lines Matching refs:LOCSIZE
390 #define LOCSIZE 68
398 loc = (unsigned char *)coap_malloc(LOCSIZE);
417 memcpy(loc + loc_size, h.s, min(h.length, LOCSIZE - loc_size - 1));
418 loc_size += min(h.length, LOCSIZE - loc_size - 1);
423 ins.s, min(ins.length, LOCSIZE - loc_size - 1));
424 loc_size += min(ins.length, LOCSIZE - loc_size - 1);
429 snprintf((char *)(loc + loc_size), LOCSIZE - loc_size - 1,
437 min(ins.length, LOCSIZE - loc_size - 1));
438 loc_size += min(ins.length, LOCSIZE - loc_size - 1);
444 LOCSIZE - loc_size - 1,
517 unsigned char _b[LOCSIZE];