Home
last modified time | relevance | path

Searched refs:coap_string_equal (Results 1 – 16 of 16) sorted by relevance

/third_party/libcoap/man/
Dcoap_string.txt.in24 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
DMakefile.am197 @echo ".so man3/coap_string.3" > coap_string_equal.3
Dcoap_persist.txt.in231 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
279 if (coap_string_equal(uri_path, coap_make_str_const("time"))) {
Dcoap_observe.txt.in186 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
234 if (coap_string_equal(uri_path, coap_make_str_const("time"))) {
Dcoap_handler.txt.in299 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
Dcoap_block.txt.in462 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
Dcoap_pdu_setup.txt.in682 if (query != NULL && coap_string_equal(query, coap_make_str_const("secs"))) {
/third_party/libcoap/include/coap3/
Dcoap_str.h189 #define coap_string_equal(string1,string2) \ macro
/third_party/libcoap/examples/contiki/
Dserver.c86 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
/third_party/libcoap/examples/lwip/
Dserver-coap.c64 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c68 && coap_string_equal(query, coap_make_str_const("ticks"))) { in hnd_get_time()
/third_party/libcoap/src/
Dcoap_oscore.c1715 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()
Dcoap_subscribe.c1003 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()
Dcoap_net.c2878 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()
Dcoap_block.c571 !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/
Dcoap-server.c303 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()