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

/httpd/modules/loggers/
H A Dmod_log_debug.c32 } msg_entry; typedef in typeref:struct:__anon204
64 msg_entry *entry = APR_ARRAY_IDX(dconf->entries, i, msg_entry *);
187 msg_entry *entry = apr_pcalloc(cmd->pool, sizeof(msg_entry));
242 dconf->entries = apr_array_make(cmd->pool, 4, sizeof(msg_entry *));
244 APR_ARRAY_PUSH(dconf->entries, msg_entry *) = entry;

Completed in 8 milliseconds