Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_atomic.h28 #define NGX_ATOMIC_T_LEN (sizeof("-9223372036854775808") - 1) macro
30 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
62 #define NGX_ATOMIC_T_LEN (sizeof("-9223372036854775808") - 1) macro
74 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
101 #define NGX_ATOMIC_T_LEN (sizeof("-9223372036854775808") - 1) macro
103 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
129 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
170 #define NGX_ATOMIC_T_LEN (sizeof("-9223372036854775808") - 1) macro
218 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
255 #define NGX_ATOMIC_T_LEN (sizeof("-2147483648") - 1) macro
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c116 size = sizeof("Active connections: \n") + NGX_ATOMIC_T_LEN in ngx_http_stub_status_handler()
118 + 6 + 3 * NGX_ATOMIC_T_LEN in ngx_http_stub_status_handler()
119 + sizeof("Reading: Writing: Waiting: \n") + 3 * NGX_ATOMIC_T_LEN; in ngx_http_stub_status_handler()
170 p = ngx_pnalloc(r->pool, NGX_ATOMIC_T_LEN); in ngx_http_stub_status_variable()
H A Dngx_http_range_filter_module.c472 size = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN in ngx_http_range_multipart_header()
530 + NGX_ATOMIC_T_LEN); in ngx_http_range_multipart_header()
552 len = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN + sizeof("--" CRLF) - 1; in ngx_http_range_multipart_header()
890 b->pos = ngx_pnalloc(r->pool, sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN in ngx_http_range_multipart_body()
897 sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN); in ngx_http_range_multipart_body()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.c372 width = NGX_ATOMIC_T_LEN; in ngx_vslprintf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c737 p = ngx_pnalloc(s->connection->pool, NGX_ATOMIC_T_LEN); in ngx_stream_variable_connection()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c2194 p = ngx_pnalloc(r->pool, NGX_ATOMIC_T_LEN); in ngx_http_variable_connection()