Home
last modified time | relevance | path

Searched refs:ngx_cpystrn (Results 1 – 25 of 25) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_setproctitle.c66 ngx_cpystrn(p, (u_char *) environ[i], size); in ngx_init_setproctitle()
92 p = ngx_cpystrn((u_char *) ngx_os_argv[0], (u_char *) "nginx: ", in ngx_setproctitle()
95 p = ngx_cpystrn(p, (u_char *) title, ngx_os_argv_last - (char *) p); in ngx_setproctitle()
112 p = ngx_cpystrn(p, (u_char *) " (", ngx_os_argv_last - (char *) p); in ngx_setproctitle()
115 p = ngx_cpystrn(p, (u_char *) ngx_argv[i], in ngx_setproctitle()
117 p = ngx_cpystrn(p, (u_char *) " ", ngx_os_argv_last - (char *) p); in ngx_setproctitle()
H A Dngx_linux_init.c43 (void) ngx_cpystrn(ngx_linux_kern_ostype, (u_char *) u.sysname, in ngx_os_specific_init()
46 (void) ngx_cpystrn(ngx_linux_kern_osrelease, (u_char *) u.release, in ngx_os_specific_init()
H A Dngx_process_cycle.c137 p = ngx_cpystrn(p, (u_char *) ngx_argv[i], size); in ngx_master_process_cycle()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_random_index_module.c188 last = ngx_cpystrn(filename, path.data, path.len + 1); in ngx_http_random_index_handler()
192 ngx_cpystrn(last, ngx_de_name(&dir), len + 1); in ngx_http_random_index_handler()
H A Dngx_http_autoindex_module.c334 last = ngx_cpystrn(filename, path.data, path.len + 1); in ngx_http_autoindex_handler()
338 ngx_cpystrn(last, ngx_de_name(&dir), len + 1); in ngx_http_autoindex_handler()
375 ngx_cpystrn(entry->name.data, ngx_de_name(&dir), len + 1); in ngx_http_autoindex_handler()
603 b->last = ngx_cpystrn(b->last, entry[i].name.data, in ngx_http_autoindex_html()
H A Dngx_http_dav_module.c879 (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1); in ngx_http_dav_copy_dir()
915 (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1); in ngx_http_dav_copy_dir_time()
980 (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1); in ngx_http_dav_copy_tree_file()
H A Dngx_http_auth_basic_module.c263 ngx_cpystrn(pwd.data, &buf[passwd], pwd.len + 1); in ngx_http_auth_basic_handler()
H A Dngx_http_browser_module.c497 (void) ngx_cpystrn(browsers[i].name, in ngx_http_browser_merge_conf()
H A Dngx_http_scgi_module.c1766 (void) ngx_cpystrn(p, src[i].key.data, src[i].key.len + 1); in ngx_http_scgi_init_params()
H A Dngx_http_ssi_filter_module.c2396 ngx_cpystrn(ctx->timefmt.data, value->data, value->len + 1); in ngx_http_ssi_config()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c747 (void) ngx_cpystrn((u_char *) saun->sun_path, path, len); in ngx_parse_unix_domain_url()
763 (void) ngx_cpystrn((u_char *) saun->sun_path, path, len); in ngx_parse_unix_domain_url()
1128 (void) ngx_cpystrn(host, u->host.data, u->host.len + 1); in ngx_inet_resolve_host()
1218 (void) ngx_cpystrn(host, u->host.data, u->host.len + 1); in ngx_inet_resolve_host()
H A Dngx_string.h151 u_char *ngx_cpystrn(u_char *dst, u_char *src, size_t n);
H A Dngx_connection.c412 (void) ngx_cpystrn((u_char *) ls[i].accept_filter, in ngx_set_inherited_sockets()
960 (void) ngx_cpystrn((u_char *) af.af_name, in ngx_configure_listening_sockets()
H A Dngx_log.c372 ngx_cpystrn(p, (u_char *) NGX_ERROR_LOG_PATH, nlen + 1);
H A Dngx_hash.c930 ngx_cpystrn(p, key->data, last); in ngx_hash_add_key()
H A Dngx_file.c49 ngx_cpystrn(p, name->data, name->len + 1); in ngx_get_full_name()
H A Dngx_open_file_cache.c380 ngx_cpystrn(file->name, name->data, name->len + 1); in ngx_open_cached_file()
H A Dngx_string.c49 ngx_cpystrn(u_char *dst, u_char *src, size_t n) in ngx_cpystrn() function
H A Dnginx.c918 (void) ngx_cpystrn((u_char *) ngx_argv[i], (u_char *) argv[i], len); in ngx_save_argv()
H A Dngx_cycle.c105 ngx_cpystrn(cycle->conf_file.data, old_cycle->conf_file.data, in ngx_init_cycle()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs705 (void) ngx_cpystrn(path.data, (u_char *) filename, path.len + 1);
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c2998 p = ngx_cpystrn(p, (u_char *) " (SSL:", last - p); in ngx_ssl_error()
3024 p = ngx_cpystrn(p, (u_char *) data, last - p); in ngx_ssl_error()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1214 (void) ngx_cpystrn(p, name.data, name.len + 1); in ngx_stream_proxy_ssl_name()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c1857 last = ngx_cpystrn(last, r->uri.data + alias, r->uri.len - alias + 1); in ngx_http_map_uri_to_path()
H A Dngx_http_upstream.c1885 (void) ngx_cpystrn(p, name.data, name.len + 1); in ngx_http_upstream_ssl_name()