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

/httpd/modules/metadata/
H A Dmod_ident.c85 } ident_config_rec; typedef in typeref:struct:__anon258
245 ident_config_rec *d = d_;
253 ident_config_rec *d = d_;
262 ident_config_rec *conf = apr_palloc(p, sizeof(*conf));
273 ident_config_rec *conf = (ident_config_rec *)apr_pcalloc(p, sizeof(*conf));
274 ident_config_rec *old = (ident_config_rec *) old_;
275 ident_config_rec *new = (ident_config_rec *) new
[all...]

Completed in 508 milliseconds