Searched refs:hdbm (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtdbm.c105 static apr_status_t htdbm_init(apr_pool_t **pool, htdbm_t **hdbm) argument
117 (*hdbm) = (htdbm_t *)apr_pcalloc(*pool, sizeof(htdbm_t));
118 (*hdbm)->ctx.pool = *pool;
121 rv = apr_xlate_open(&((*hdbm)->to_ascii), "ISO-8859-1", APR_DEFAULT_CHARSET, (*hdbm)->ctx.pool);
126 rv = apr_SHA1InitEBCDIC((*hdbm)->to_ascii);
131 rv = apr_MD5InitEBCDIC((*hdbm)->to_ascii);
139 (*hdbm)->ctx.alg = ALG_APMD5;
140 (*hdbm)->type = "default";

Completed in 1433 milliseconds