Lines Matching defs:item
964 ap_errorlog_format_item *item = &items[i];
965 if (item->flags & AP_ERRORLOG_FLAG_FIELD_SEP) {
974 if (item->flags & AP_ERRORLOG_FLAG_MESSAGE) {
991 else if (info->level != -1 && (int)item->min_loglevel > info->level) {
996 int item_len = (*item->func)(info, item->arg, buf + len,
999 if (item->flags & AP_ERRORLOG_FLAG_REQUIRED) {
1000 /* required item is empty. skip whole line */
1004 else if (item->flags & AP_ERRORLOG_FLAG_NULL_AS_HYPHEN) {
1211 * info if an item with AP_ERRORLOG_FLAG_REQUIRED is NULL.