Searched defs:buf_mem_grow (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/buf/
H A Dbuf.c91 static size_t buf_mem_grow(BUF_MEM *buf, size_t len, char clean) { function
108 OPENSSL_PUT_ERROR(BUF, buf_mem_grow, ERR_R_MALLOC_FAILURE);
115 OPENSSL_PUT_ERROR(BUF, buf_mem_grow, ERR_R_MALLOC_FAILURE);
130 OPENSSL_PUT_ERROR(BUF, buf_mem_grow, ERR_R_MALLOC_FAILURE);
143 return buf_mem_grow(buf, len, 0 /* don't clear old buffer contents. */);
147 return buf_mem_grow(buf, len, 1 /* clear old buffer contents. */);

Completed in 84 milliseconds