Searched refs:headerB (Results 1 – 1 of 1) sorted by relevance
682 BUF_MEM *headerB; in PEM_read_bio() local686 headerB = BUF_MEM_new(); in PEM_read_bio()688 if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL)) { in PEM_read_bio()690 BUF_MEM_free(headerB); in PEM_read_bio()725 if (!BUF_MEM_grow(headerB, 256)) { in PEM_read_bio()729 headerB->data[0] = '\0'; in PEM_read_bio()742 if (!BUF_MEM_grow(headerB, hl + i + 9)) { in PEM_read_bio()750 memcpy(&(headerB->data[hl]), buf, i); in PEM_read_bio()751 headerB->data[hl + i] = '\0'; in PEM_read_bio()800 tmpB = headerB; in PEM_read_bio()[all …]