Searched refs:nextformat (Results 1 – 1 of 1) sorted by relevance
597 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local599 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()648 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local650 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()1019 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local1021 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()1058 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local1073 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()