Lines Matching defs:length
45 size_t length; /* length of data */
135 test_payload->length,
192 test_payload->length = len;
211 res = coap_split_path(uri->s, uri->length, buf, &buflen);
256 payload->length = len;
290 payload->length = 0;
426 payload->length = fread(payload->data, 1, statbuf.st_size, inputfile);
443 test_payload->length = 13;
444 memcpy(test_payload->data, "put data here", test_payload->length);
487 test_payload->length = 10;
488 memcpy(test_payload->data, "segsegseg!", test_payload->length);