Lines Matching defs:res
68 int res = 0;
97 res = -2;
116 res = -1;
175 res = -3;
196 res = -3;
206 res = -5;
225 res = -4;
265 return res;
282 int res;
349 res = coap_split_path(uri->path.s, uri->path.length, buf, &buflen);
350 if (res < 0)
353 while (res--) {
369 res = coap_split_query(uri->query.s, uri->query.length, buf, &buflen);
370 if (res < 0)
373 while (res--) {
488 int res;
497 res = check_segment(s, length, &segmentlen);
498 if (res < 0)
501 /* write option header using delta 0 and length res */
587 int res;
591 res = make_decoded_option(s, len, state->buf.s, state->buf.length, &optionsize);
592 if (res == 0) {