Searched refs:headerB (Results 1 – 1 of 1) sorted by relevance
629 BUF_MEM *headerB; in PEM_read_bio() local633 headerB = BUF_MEM_new(); in PEM_read_bio()635 if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL)) { in PEM_read_bio()637 BUF_MEM_free(headerB); in PEM_read_bio()672 if (!BUF_MEM_grow(headerB, 256)) { in PEM_read_bio()676 headerB->data[0] = '\0'; in PEM_read_bio()689 if (!BUF_MEM_grow(headerB, hl + i + 9)) { in PEM_read_bio()697 memcpy(&(headerB->data[hl]), buf, i); in PEM_read_bio()698 headerB->data[hl + i] = '\0'; in PEM_read_bio()747 tmpB = headerB; in PEM_read_bio()[all …]