Searched refs:headerB (Results 1 – 1 of 1) sorted by relevance
680 BUF_MEM *headerB; in PEM_read_bio() local684 headerB = BUF_MEM_new(); in PEM_read_bio()686 if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL)) { in PEM_read_bio()688 BUF_MEM_free(headerB); in PEM_read_bio()723 if (!BUF_MEM_grow(headerB, 256)) { in PEM_read_bio()727 headerB->data[0] = '\0'; in PEM_read_bio()740 if (!BUF_MEM_grow(headerB, hl + i + 9)) { in PEM_read_bio()748 memcpy(&(headerB->data[hl]), buf, i); in PEM_read_bio()749 headerB->data[hl + i] = '\0'; in PEM_read_bio()798 tmpB = headerB; in PEM_read_bio()[all …]