Searched refs:coap_string_equal (Results 1 – 16 of 16) sorted by relevance
/third_party/libcoap/man/ |
D | coap_string.txt.in | 24 coap_string_equal, 42 *int coap_string_equal(coap_string_t *_string1_, coap_string_t *_string2_);* 137 *Function: coap_string_equal()* 139 The *coap_string_equal*() function is used to compare two different string 195 *coap_string_equal*() and *coap_binary_equal*() return 1 on
|
D | Makefile.am | 197 @echo ".so man3/coap_string.3" > coap_string_equal.3
|
D | coap_persist.txt.in | 231 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) { 279 if (coap_string_equal(uri_path, coap_make_str_const("time"))) {
|
D | coap_observe.txt.in | 186 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) { 234 if (coap_string_equal(uri_path, coap_make_str_const("time"))) {
|
D | coap_handler.txt.in | 299 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
|
D | coap_block.txt.in | 462 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
|
D | coap_pdu_setup.txt.in | 682 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
|
/third_party/libcoap/include/coap3/ |
D | coap_str.h | 189 #define coap_string_equal(string1,string2) \ macro
|
/third_party/libcoap/examples/contiki/ |
D | server.c | 86 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 64 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | server-coap.c | 68 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
|
/third_party/libcoap/src/ |
D | coap_oscore.c | 1715 if (coap_string_equal(&temp, &oscore_encoding[i].name)) { in get_split_entry() 1866 if (coap_string_equal(&oscore_config[i].str_keyword, &keyword) != 0 && in coap_parse_oscore_conf_mem() 1868 if (coap_string_equal(coap_make_str_const("recipient_id"), &keyword)) { in coap_parse_oscore_conf_mem() 1911 if (coap_string_equal(&value.u.value_str, in coap_parse_oscore_conf_mem()
|
D | coap_subscribe.c | 1003 if (!coap_string_equal(resource_name, name)) { in coap_op_dyn_resource_added() 1078 if (!coap_string_equal(resource_name, name)) { in coap_op_resource_deleted()
|
D | coap_net.c | 2878 if (coap_string_equal(&uri.host, resource->proxy_name_list[i])) { in handle_request() 2962 } else if (coap_string_equal(uri_path, &coap_default_uri_wellknown)) { in handle_request() 3595 if (coap_string_equal(&uri.host, resource->proxy_name_list[i])) { in coap_dispatch()
|
D | coap_block.c | 571 !coap_string_equal(query ? query : &empty, in coap_find_lg_xmit_response() 1974 coap_string_equal(query ? query : &empty, in coap_send_q_block2() 2656 coap_string_equal(uri_path, p->uri_path)) in coap_handle_request_put_block()
|
/third_party/libcoap/examples/ |
D | coap-server.c | 303 coap_string_equal(query, ticks)) { in hnd_get_fetch_time() 1215 if (coap_string_equal(uri_path, dynamic_entry[i].uri_path)) { in hnd_delete() 1263 if (coap_string_equal(uri_path, dynamic_entry[i].uri_path)) { in hnd_get() 1318 if (coap_string_equal(uri_path, dynamic_entry[i].uri_path)) { in hnd_put_post()
|