Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_parse.c23 sw_start = 0, in ngx_mail_pop3_parse_command() enumerator
37 case sw_start: in ngx_mail_pop3_parse_command()
208 s->state = sw_start; in ngx_mail_pop3_parse_command()
221 sw_start = 0, in ngx_mail_imap_parse_command() enumerator
243 case sw_start: in ngx_mail_imap_parse_command()
251 s->state = sw_start; in ngx_mail_imap_parse_command()
254 s->state = sw_start; in ngx_mail_imap_parse_command()
613 s->state = sw_start; in ngx_mail_imap_parse_command()
628 sw_start = 0, in ngx_mail_smtp_parse_command() enumerator
644 case sw_start: in ngx_mail_smtp_parse_command()
[all …]
H A Dngx_mail_auth_http_module.c361 sw_start = 0, in ngx_mail_auth_http_ignore_status_line() enumerator
381 case sw_start: in ngx_mail_auth_http_ignore_status_line()
923 sw_start = 0, in ngx_mail_auth_http_parse_header_line() enumerator
940 case sw_start: in ngx_mail_auth_http_parse_header_line()
1087 ctx->state = sw_start; in ngx_mail_auth_http_parse_header_line()
1094 ctx->state = sw_start; in ngx_mail_auth_http_parse_header_line()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c108 sw_start = 0, in ngx_http_parse_request_line() enumerator
145 case sw_start: in ngx_http_parse_request_line()
835 r->state = sw_start; in ngx_http_parse_request_line()
852 sw_start = 0, in ngx_http_parse_header_line() enumerator
884 case sw_start: in ngx_http_parse_header_line()
1099 r->state = sw_start; in ngx_http_parse_header_line()
1119 sw_start = 0, in ngx_http_parse_uri() enumerator
1125 state = sw_start; in ngx_http_parse_uri()
1133 case sw_start: in ngx_http_parse_uri()
1611 sw_start = 0, in ngx_http_parse_status_line() enumerator
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c2417 sw_start = 0, in ngx_http_grpc_parse_header() enumerator
2636 sw_start = 0, in ngx_http_grpc_parse_fragment() enumerator
2679 case sw_start: in ngx_http_grpc_parse_fragment()
3235 sw_start = 0, in ngx_http_grpc_parse_rst_stream() enumerator
3270 case sw_start: in ngx_http_grpc_parse_rst_stream()
3314 sw_start = 0, in ngx_http_grpc_parse_goaway() enumerator
3363 case sw_start: in ngx_http_grpc_parse_goaway()
3432 sw_start = 0, in ngx_http_grpc_parse_window_update() enumerator
3467 case sw_start: in ngx_http_grpc_parse_window_update()
3538 sw_start = 0, in ngx_http_grpc_parse_settings() enumerator
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1363 sw_start = 0, in ngx_ssl_ocsp_parse_status_line() enumerator
1390 case sw_start: in ngx_ssl_ocsp_parse_status_line()
1555 ctx->state = sw_start; in ngx_ssl_ocsp_parse_status_line()
1640 sw_start = 0, in ngx_ssl_ocsp_parse_header_line() enumerator
1662 case sw_start: in ngx_ssl_ocsp_parse_header_line()
1809 ctx->state = sw_start; in ngx_ssl_ocsp_parse_header_line()
1816 ctx->state = sw_start; in ngx_ssl_ocsp_parse_header_line()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_preread_module.c211 sw_start = 0, in ngx_stream_ssl_preread_parse_record() enumerator
259 case sw_start: in ngx_stream_ssl_preread_parse_record()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c769 sw_start(struct rte_eventdev *dev) in sw_start() function
952 .dev_start = sw_start, in sw_probe()