Lines Matching refs:token_length
119 size_t token_length; in match() local
124 token_length = next_token - token; in match()
125 remaining_length -= (token_length + 1); in match()
128 token_length = remaining_length; in match()
132 if ((match_prefix || pattern->length == token_length) && in match()
695 && (!token || (token->length == s->pdu->token_length
749 coap_binary_t tmp_token = { s->pdu->token_length, s->pdu->token };
769 s->pdu = coap_pdu_duplicate(request, session, request->token_length,
825 for ( i = 0; i < s->pdu->token_length; i++ )
903 if (!coap_add_token(response, obs->pdu->token_length, obs->pdu->token)) {
914 token.length = obs->pdu->token_length;
1091 token->length == obs->pdu->token_length &&
1113 obs->pdu->token, obs->pdu->token_length);