Home
last modified time | relevance | path

Searched refs:FIELD_FORMAT (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c112 enum { FIELD_UNSET, FIELD_STRING, FIELD_FORMAT } type; enumerator
275 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format()
322 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format()
355 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format()
522 if (FIELD_FORMAT == s->parsed_format->ptr[j]->type) { in SETDEFAULTS_FUNC()
542 case FIELD_FORMAT: in SETDEFAULTS_FUNC()
703 case FIELD_FORMAT: in REQUESTDONE_FUNC()