Lines Matching refs:end
735 /* Note trailing spaces for begin and end. */
800 * The end of the header is marked by a blank line; if the end-of-input marker
806 * We need the name of the PEM-encoded type to verify the end string.
813 int len, ret = 0, end = 0, prev_partial_line_read = 0, partial_line_read = 0;
851 /* Check for end of header. */
855 * regular newline at the end of a line and not an empty line.
869 /* Check for end of stream (which means there is no header). */
883 } else if (end) {
884 /* Malformed input; short line not at end of data. */
902 end = 1;
934 goto end;
942 goto end;
946 goto end;
948 goto end;
955 goto end;
960 goto end;
969 goto end;
988 goto end;
995 end: