Lines Matching defs:next
384 if (seq.next->next != NULL) {385 cur = seq.next;386 mbedtls_asn1_sequence *next;391 next = cur->next;393 cur = next;426 cur = cur->next;430 /* Need to free allocated 'next' in mbedtls_asn1_get_sequence_of */431 mbedtls_free(seq.next);