accept_filter_arg   97 core/ngx_connection.c     struct accept_filter_arg   af;
accept_filter_arg  210 core/ngx_connection.c         ngx_memzero(&af, sizeof(struct accept_filter_arg));
accept_filter_arg  211 core/ngx_connection.c         olen = sizeof(struct accept_filter_arg);
accept_filter_arg  228 core/ngx_connection.c         if (olen < sizeof(struct accept_filter_arg) || af.af_name[0] == '\0') {
accept_filter_arg  469 core/ngx_connection.c     struct accept_filter_arg   af;
accept_filter_arg  573 core/ngx_connection.c             ngx_memzero(&af, sizeof(struct accept_filter_arg));
accept_filter_arg  578 core/ngx_connection.c                            &af, sizeof(struct accept_filter_arg))