Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c141 format_fields *parsed_format; member
435 if (s->parsed_format) { in FREE_FUNC()
438 if (s->parsed_format->ptr[j]->string) buffer_free(s->parsed_format->ptr[j]->string); in FREE_FUNC()
439 free(s->parsed_format->ptr[j]); in FREE_FUNC()
441 free(s->parsed_format->ptr); in FREE_FUNC()
442 free(s->parsed_format); in FREE_FUNC()
506 s->parsed_format = calloc(1, sizeof(*(s->parsed_format))); in SETDEFAULTS_FUNC()
541 switch (s->parsed_format->ptr[j]->type) { in SETDEFAULTS_FUNC()
545 s->parsed_format->ptr[j]->string ? in SETDEFAULTS_FUNC()
643 PATCH(parsed_format); in mod_accesslog_patch_connection()
[all …]