Lines Matching full:resources
141 * resources with resource type lux or temperature. in match_attributes()
435 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument
452 if (!resources || !request || !response || !data || !len) { in coap_well_known_core_get_len()
457 /* We have to iterate through resources and it's attributes, in coap_well_known_core_get_len()
515 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len()
529 r = format_resource(&resources[i], response, &remaining, &offset, in coap_well_known_core_get_len()
637 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument
651 if (!resources || !request || !response || !data || !data_len) { in coap_well_known_core_get_len()
686 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len()
699 r = format_resource(&resources[i], response); in coap_well_known_core_get_len()
714 struct coap_resource *resources = resource + 1; in coap_well_known_core_get() local
721 while (resources[resources_len].path) { in coap_well_known_core_get()
725 return coap_well_known_core_get_len(resources, resources_len, request, response, data, in coap_well_known_core_get()