Home | History | Annotate | Download | only in bio

Lines Matching refs:p1

275 	char *p1,*p2;
296 p1=ctx->ibuf;
299 if (p1[i] == '\n') ret++;
321 p1=OPENSSL_malloc((int)num);
322 if (p1 == NULL) goto malloc_error;
324 ctx->ibuf=p1;
351 p1=ctx->ibuf;
355 p1=(char *)OPENSSL_malloc((int)num);
356 if (p1 == NULL) goto malloc_error;
363 if (p1 != ctx->ibuf) OPENSSL_free(p1);
367 if (ctx->ibuf != p1)
370 ctx->ibuf=p1;