Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_setproctitle.c128 ngx_memset(p, NGX_SETPROCTITLE_PAD, ngx_os_argv_last - (char *) p); in ngx_setproctitle()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h89 #define ngx_memset(buf, c, n) (void) memset(buf, c, n) macro
H A Dngx_slab.c59 #define ngx_slab_junk(p, size) ngx_memset(p, 0xA5, size)
64 if (ngx_debug_malloc) ngx_memset(p, 0xA5, size)
H A Dngx_log.c628 ngx_memset(buf->pos, ' ', buf->end - buf->pos);
H A Dngx_inet.c406 ngx_memset(cidr->u.in6.mask.s6_addr, 0xff, 16); in ngx_ptocidr()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c263 ngx_memset(cidr[i].u.in6.mask.s6_addr, 0xff, 16); in ngx_stream_realip_from()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_realip_module.c402 ngx_memset(cidr[i].u.in6.mask.s6_addr, 0xff, 16); in ngx_http_realip_from()
H A Dngx_http_sub_filter_module.c969 ngx_memset(tables->shift, min, 256); in ngx_http_sub_init_tables()
H A Dngx_http_autoindex_module.c621 ngx_memset(b->last, ' ', NGX_HTTP_AUTOINDEX_NAME_LEN - len); in ngx_http_autoindex_html()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1252 ngx_memset(cidr[i].u.in6.mask.s6_addr, 0xff, 16); in ngx_event_debug_connection()