Home
last modified time | relevance | path

Searched refs:header_idx (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/mailutils/
Dreformime.c92 unsigned header_idx = 0; in parse() local
103 if (!(header_idx & 0xff)) in parse()
104 header = xrealloc(header, header_idx + 0x101); in parse()
105 header[header_idx++] = last_ch = ch; in parse()
111 header[header_idx] = '\0'; in parse()