Lines Matching defs:ticks
291 coap_str_const_t *ticks = coap_make_str_const("ticks");
303 coap_string_equal(query, ticks)) {
304 /* parameter is in query, output ticks */
306 } else if (code == COAP_REQUEST_CODE_FETCH && size == ticks->length &&
307 memcmp(data, ticks->s, ticks->length) == 0) {
308 /* parameter is in data, output ticks */
344 * (insist on query ?ticks). Return Created or Ok.
1768 coap_add_attr(r, coap_make_str_const("rt"), coap_make_str_const("\"ticks\""), 0);