Lines Matching defs:pool
48 apr_pool_t *pool)
59 *errstr = apr_psprintf(pool, "generate_salt(): BUG: Buffer too small");
64 *errstr = apr_psprintf(pool, "Unable to generate random bytes: %pm",
105 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
112 ctx->errstr = apr_psprintf(ctx->pool,
120 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
126 ctx->errstr = apr_psprintf(ctx->pool, "crypt() failed: %pm", &rv);
133 char *truncpw = apr_pstrdup(ctx->pool, pw);
136 ctx->errstr = apr_psprintf(ctx->pool,
149 ctx->errstr = apr_psprintf(ctx->pool, "Unable to generate random "
160 ctx->errstr = apr_psprintf(ctx->pool, "Unable to encode with "
169 ctx->errstr = apr_psprintf(ctx->pool,