Lines Matching refs:p1
240 char *p1, *p2; in buffer_ctrl() local
266 p1 = ctx->ibuf; in buffer_ctrl()
268 if (p1[ctx->ibuf_off + i] == '\n') in buffer_ctrl()
292 p1 = OPENSSL_malloc((size_t)num); in buffer_ctrl()
293 if (p1 == NULL) in buffer_ctrl()
296 ctx->ibuf = p1; in buffer_ctrl()
318 p1 = ctx->ibuf; in buffer_ctrl()
323 p1 = OPENSSL_malloc((size_t)num); in buffer_ctrl()
324 if (p1 == NULL) in buffer_ctrl()
330 if (p1 != ctx->ibuf) in buffer_ctrl()
331 OPENSSL_free(p1); in buffer_ctrl()
335 if (ctx->ibuf != p1) { in buffer_ctrl()
337 ctx->ibuf = p1; in buffer_ctrl()