Lines Matching refs:temp
504 coap_bin_const_t temp;
517 temp.s = hint ? (const uint8_t *)hint : (const uint8_t *)"";
518 temp.length = strlen((const char *)temp.s);
519 coap_session_refresh_psk_hint(c_session, &temp);
521 coap_log_debug("got psk_identity_hint: '%.*s'\n", (int)temp.length,
522 (const char *)temp.s);
527 lhint.s = temp.s;
528 lhint.length = temp.length;
1300 /* Need to use a temp variable as it gets incremented*/
1669 /* Need to use a temp variable as it gets incremented*/