Searched defs:child_part (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-imap/
H A Dimap-bodystructure.c359 struct message_part *part = *_part, *child_part;; local
408 child_part = NULL;
414 child_part = part->children;
417 child_part == NULL) {
425 &child_part, error_r) < 0)
427 child_part = child_part->next;
434 if (child_part != NULL) {

Completed in 11 milliseconds