Lines Matching +full:baz +full:- +full:names

4  * SPDX-License-Identifier: Apache-2.0
83 * power of 2 in order to keep this value in the 0-3 range
120 * @param data User-provided pointer
157 .field_name_len = sizeof(#field_name_) - 1, \
174 * int32_t baz;
179 * { ... declare bar.baz descriptor ... },
190 .field_name_len = (sizeof(#field_name_) - 1), \
274 .field_name_len = sizeof(#field_name_) - 1, \
323 .field_name_len = sizeof(#field_name_) - 1, \
382 .field_name_len = sizeof(#field_name_) - 1, \
397 * structure and JSON field names differ.
417 .field_name_len = sizeof(#json_field_name_) - 1, \
432 * structure and JSON field names differ.
449 .field_name_len = sizeof(json_field_name_) - 1, \
456 * structure and JSON field names differ.
472 .field_name_len = (sizeof(json_field_name_) - 1), \
483 * structure and JSON field names differ.
503 .field_name_len = sizeof(json_field_name_) - 1, \
515 * the structure and JSON field names differ.
547 * "people-heights", heights,
560 .field_name_len = sizeof(json_field_name_) - 1, \
572 * @brief Parses the JSON-encoded object pointed to by @a json, with
583 * Since this parser is designed for machine-to-machine communications, some
587 * (2) no UTF-8 validation is performed; and
590 * @param json Pointer to JSON-encoded value to be parsed
591 * @param len Length of JSON-encoded value
606 * @brief Parses the JSON-encoded array pointed to by @a json, with
616 * struct a { struct s baz[10]; size_t count; }
618 * JSON_OBJ_DESCR_OBJ_ARRAY(struct a, baz, 10, count,
622 * Since this parser is designed for machine-to-machine communications, some
626 * (2) no UTF-8 validation is performed; and
629 * @param json Pointer to JSON-encoded array to be parsed
630 * @param len Length of JSON-encoded array
641 * @brief Initialize single-object array parsing
643 * JSON-encoded array data is going to be parsed one object at a time. Data is provided by
650 * @param payload Pointer to JSON-encoded array to be parsed
651 * @param len Length of JSON-encoded array
661 * Parses the JSON-encoded object pointed to by @a json object array, with
664 * @param json Pointer to JSON-object message state
684 * @return 0 if string has been escaped properly, or -ENOMEM if there
690 * @brief Calculates the JSON-escaped string length