Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.4.0/libcoap/src/
Dpdu.c276 char *phrase; member
310 return coap_error[i].phrase; in coap_response_phrase()
Dnet.c1042 char *phrase = coap_response_phrase(code); in coap_new_error_response() local
1045 if (phrase) in coap_new_error_response()
1046 size += strlen(phrase) + 1; in coap_new_error_response()
1116 if (phrase) in coap_new_error_response()
1117 coap_add_data(response, strlen(phrase), (unsigned char *)phrase); in coap_new_error_response()