Lines Matching refs:value
110 * @c 1 on succes. On error, the value in @p buflen is undefined and
111 * the return value will be @c 0.
216 if (!attr || !attr->value)
218 unquoted_val = *attr->value;
219 if (attr->value->s[0] == '"') { /* if attribute has a quoted value, remove double quotes */
408 attr->value = val;
441 return attr->value;
450 if (attr->value) {
451 coap_delete_str_const(attr->value);
640 if (attr->value && attr->value->s) {
644 attr->value->s, attr->value->length, *len);
909 /* Track last used observe value (as app handler is called) */
1182 /* Increment value for next Observe use. Observe value must be < 2^24 */
1188 /* Track last used observe value */