Home
last modified time | relevance | path

Searched refs:pack_format (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel.c312 const char *spinel_next_packed_datatype(const char *pack_format) in spinel_next_packed_datatype() argument
318 switch (*++pack_format) in spinel_next_packed_datatype()
329 pack_format++; in spinel_next_packed_datatype()
334 } while ((depth > 0) && *pack_format != 0); in spinel_next_packed_datatype()
336 return pack_format; in spinel_next_packed_datatype()
342 const char *pack_format, in spinel_datatype_vunpack_() argument
350 for (; *pack_format != 0; pack_format = spinel_next_packed_datatype(pack_format)) in spinel_datatype_vunpack_()
352 if (*pack_format == ')') in spinel_datatype_vunpack_()
358 switch ((spinel_datatype_t)pack_format[0]) in spinel_datatype_vunpack_()
597 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_()
[all …]
Dspinel.h5066 const char *pack_format,
5070 const char *pack_format,
5074 const char *pack_format,
5101 const char *pack_format,
5105 const char *pack_format,
5130 const char *pack_format,
5139 SPINEL_API_EXTERN const char *spinel_next_packed_datatype(const char *pack_format);