Searched refs:encode_size (Results 1 – 1 of 1) sorted by relevance
1258 int i, encode_size; in nvlist_array() local1264 while (encode_size = BSWAP_32(*(uint32_t *)nvlist)) in nvlist_array()1265 nvlist += encode_size; /* goto the next nvpair */ in nvlist_array()1282 int encode_size; in nvlist_next_nvpair() local1292 encode_size = BSWAP_32(*(uint32_t *)nvpair); in nvlist_next_nvpair()1293 nvpair += encode_size; in nvlist_next_nvpair()