Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_config.h90 #define NGX_INT_T_LEN NGX_INT32_LEN macro
94 #define NGX_INT_T_LEN NGX_INT64_LEN macro
H A Dngx_log.c601 + NGX_INT_T_LEN
H A Dngx_string.c327 width = NGX_INT_T_LEN; in ngx_vslprintf()
/f-stack/app/nginx-1.16.1/src/misc/
H A Dngx_google_perftools_module.c99 profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log); in ngx_google_perftools_worker()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c269 len += NGX_INT_T_LEN + 1 /* SP */; in ngx_http_header_filter()
275 len += NGX_INT_T_LEN + 1 /* SP */; in ngx_http_header_filter()
H A Dngx_http_variables.c1770 v->data = ngx_pnalloc(r->pool, NGX_INT_T_LEN); in ngx_http_variable_status()
2215 p = ngx_pnalloc(r->pool, NGX_INT_T_LEN); in ngx_http_variable_connection_requests()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c168 u_char buf[NGX_INT_T_LEN]; in ngx_stream_upstream_get_hash_peer()
H A Dngx_stream_variables.c717 v->data = ngx_pnalloc(s->connection->pool, NGX_INT_T_LEN); in ngx_stream_variable_status()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c168 u_char buf[NGX_INT_T_LEN]; in ngx_http_upstream_get_hash_peer()
H A Dngx_http_log_module.c242 { ngx_string("status"), NGX_INT_T_LEN, ngx_http_log_status },
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c1222 + sizeof("Auth-Login-Attempt: ") - 1 + NGX_INT_T_LEN in ngx_mail_auth_http_create_request()