Lines Matching refs:next
296 mbedtls_asn1_sequence *next = seq->next;298 seq = next;318 cur->next =321 if (cur->next == NULL) {325 cur = cur->next;438 *head = cur->next;447 for (mbedtls_asn1_named_data *next; name != NULL; name = next) {448 next = name->next;462 list = list->next;