| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_log.h | 86 if ((log)->log_level >= level) ngx_log_error_core(level, log, __VA_ARGS__) 102 if ((log)->log_level >= level) ngx_log_error_core(level, log, args) 109 ngx_log_error_core(NGX_LOG_DEBUG, log, args) 135 ngx_log_debug(level, log, err, fmt) 138 ngx_log_debug(level, log, err, fmt, arg1) 141 ngx_log_debug(level, log, err, fmt, arg1, arg2) 172 ngx_log_debug_core(log, err, fmt) 176 ngx_log_debug_core(log, err, fmt, arg1) 180 ngx_log_debug_core(log, err, fmt, arg1, arg2) 215 #define ngx_log_debug0(level, log, err, fmt) argument [all …]
|
| H A D | ngx_log.c | 149 p = log->handler(log, p, last - p); in ngx_log_error_core() 161 while (log) { in ngx_log_error_core() 168 log->writer(log, level, errstr, p - errstr); in ngx_log_error_core() 195 log = log->next; in ngx_log_error_core() 469 ngx_log_t *log; local 471 for (log = head; log; log = log->next) { 473 return log; 691 tmp = *log; 706 log = log->next; 723 mem = log->wdata; [all …]
|
| H A D | ngx_thread_pool.c | 35 ngx_log_t *log; member 115 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_thread_pool_init() 131 tp->log = log; in ngx_thread_pool_init() 135 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_pool_init() 142 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_pool_init() 150 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_pool_init() 159 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_pool_init() 234 ngx_log_error(NGX_LOG_ALERT, tp->log, 0, in ngx_thread_task_post() 246 ngx_log_error(NGX_LOG_ERR, tp->log, 0, in ngx_thread_task_post() 269 ngx_log_debug2(NGX_LOG_DEBUG_CORE, tp->log, 0, in ngx_thread_task_post() [all …]
|
| H A D | ngx_open_file_cache.c | 30 ngx_log_t *log); 35 ngx_int_t access, ngx_log_t *log); 39 ngx_open_file_info_t *of, ngx_log_t *log); 47 ngx_uint_t n, ngx_log_t *log); 194 clnf->log = pool->log; in ngx_open_cached_file() 445 ofcln->log = pool->log; in ngx_open_cached_file() 782 ngx_file_info_t *fi, ngx_log_t *log) in ngx_file_info_wrapper() argument 841 ngx_log_t *log) in ngx_open_and_stat_file() argument 869 if (!of->log) { in ngx_open_and_stat_file() 995 file->event->log = ngx_cycle->log; in ngx_open_file_add_event() [all …]
|
| H A D | ngx_cycle.c | 67 log = old_cycle->log; in ngx_init_cycle() 73 pool->log = log; in ngx_init_cycle() 82 cycle->log = log; in ngx_init_cycle() 261 conf.log = log; in ngx_init_cycle() 427 shm_zone[i].shm.log = cycle->log; in ngx_init_cycle() 623 pool->log = cycle->log; in ngx_init_cycle() 793 ngx_temp_pool->log = cycle->log; in ngx_init_cycle() 1022 file.log = log; in ngx_create_pidfile() 1085 file.log = cycle->log; in ngx_signal_process() 1359 log = ngx_cycle->log; in ngx_clean_old_cycles() [all …]
|
| H A D | ngx_connection.c | 454 ngx_log_t *log; in ngx_open_listening_sockets() local 467 log = cycle->log; in ngx_open_listening_sockets() 655 ngx_log_debug2(NGX_LOG_DEBUG_CORE, log, 0, in ngx_open_listening_sockets() 754 ngx_log_error(NGX_LOG_NOTICE, log, 0, in ngx_open_listening_sockets() 789 ls[i].log = *ls[i].logp; in ngx_configure_listening_sockets() 1167 ngx_get_connection(ngx_socket_t s, ngx_log_t *log) in ngx_get_connection() argument 1176 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_get_connection() 1191 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_get_connection() 1213 c->log = log; in ngx_get_connection() 1347 ngx_log_debug1(NGX_LOG_DEBUG_CORE, c->log, 0, [all …]
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_epoll_module.c | 106 static ngx_int_t ngx_epoll_notify_init(ngx_log_t *log); 286 ngx_eventfd_event.log = cycle->log; in ngx_epoll_aio_init() 290 ngx_eventfd_conn.log = cycle->log; in ngx_epoll_aio_init() 359 cycle->log); in ngx_epoll_init() 386 ngx_epoll_notify_init(ngx_log_t *log) in ngx_epoll_notify_init() argument 401 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, log, 0, in ngx_epoll_notify_init() 405 notify_event.log = log; in ngx_epoll_notify_init() 410 notify_conn.log = log; in ngx_epoll_notify_init() 708 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0, in ngx_epoll_add_connection() 742 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, in ngx_epoll_del_connection() [all …]
|
| H A D | ngx_kqueue_module.c | 21 static ngx_int_t ngx_kqueue_notify_init(ngx_log_t *log); 174 cycle->log); in ngx_kqueue_init() 244 ngx_kqueue_notify_init(ngx_log_t *log) in ngx_kqueue_notify_init() argument 254 ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, in ngx_kqueue_notify_init() 260 notify_event.log = log; in ngx_kqueue_notify_init() 335 ngx_log_error(NGX_LOG_ALERT, ev->log, 0, in ngx_kqueue_add_event() 412 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0, in ngx_kqueue_set_event() 417 ngx_log_error(NGX_LOG_WARN, ev->log, 0, in ngx_kqueue_set_event() 593 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, in ngx_kqueue_process_events() 642 if (ev->log && (ev->log->log_level & NGX_LOG_DEBUG_CONNECTION)) { in ngx_kqueue_process_events() [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_posix_init.c | 35 ngx_os_init(ngx_log_t *log) in ngx_os_init() argument 44 if (ngx_os_specific_init(log) != NGX_OK) { in ngx_os_init() 49 if (ngx_init_setproctitle(log) != NGX_OK) { in ngx_os_init() 78 ngx_log_error(NGX_LOG_ALERT, log, errno, in ngx_os_init() 99 ngx_os_status(ngx_log_t *log) in ngx_os_status() argument 101 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER_BUILD); in ngx_os_status() 104 ngx_log_error(NGX_LOG_NOTICE, log, 0, "built by " NGX_COMPILER); in ngx_os_status() 108 ngx_os_specific_status(log); in ngx_os_status() 111 ngx_log_error(NGX_LOG_NOTICE, log, 0, in ngx_os_status() 120 ngx_posix_post_conf_init(ngx_log_t *log) [all …]
|
| H A D | ngx_thread_mutex.c | 78 ngx_thread_mutex_create(ngx_thread_mutex_t *mtx, ngx_log_t *log) in ngx_thread_mutex_create() argument 85 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create() 92 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create() 100 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create() 107 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_mutex_create() 116 ngx_thread_mutex_destroy(ngx_thread_mutex_t *mtx, ngx_log_t *log) in ngx_thread_mutex_destroy() argument 122 ngx_log_error(NGX_LOG_ALERT, log, err, in ngx_thread_mutex_destroy() 132 ngx_thread_mutex_lock(ngx_thread_mutex_t *mtx, ngx_log_t *log) in ngx_thread_mutex_lock() argument 141 ngx_log_error(NGX_LOG_ALERT, log, err, "pthread_mutex_lock() failed"); in ngx_thread_mutex_lock() 148 ngx_thread_mutex_unlock(ngx_thread_mutex_t *mtx, ngx_log_t *log) in ngx_thread_mutex_unlock() argument [all …]
|
| H A D | ngx_alloc.c | 18 ngx_alloc(size_t size, ngx_log_t *log) in ngx_alloc() argument 24 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_alloc() 28 ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, log, 0, "malloc: %p:%uz", p, size); in ngx_alloc() 35 ngx_calloc(size_t size, ngx_log_t *log) in ngx_calloc() argument 39 p = ngx_alloc(size, log); in ngx_calloc() 52 ngx_memalign(size_t alignment, size_t size, ngx_log_t *log) in ngx_memalign() argument 60 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_memalign() 65 ngx_log_debug3(NGX_LOG_DEBUG_ALLOC, log, 0, in ngx_memalign() 74 ngx_memalign(size_t alignment, size_t size, ngx_log_t *log) in ngx_memalign() argument 80 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_memalign() [all …]
|
| H A D | ngx_process.c | 105 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, in ngx_spawn_process() 124 ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0, in ngx_spawn_process() 191 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno, in ngx_spawn_process() 275 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno, in ngx_execute_proc() 285 ngx_init_signals(ngx_log_t *log) in ngx_init_signals() argument 304 ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, in ngx_init_signals() 307 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_init_signals() 445 ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0, in ngx_signal_handler() 450 ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0, in ngx_signal_handler() 456 ngx_log_error(NGX_LOG_CRIT, ngx_cycle->log, 0, in ngx_signal_handler() [all …]
|
| H A D | ngx_process_cycle.c | 115 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno, in ngx_master_process_cycle() 182 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0, in ngx_master_process_cycle() 375 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, in ngx_single_process_cycle() 384 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, in ngx_single_process_cycle() 887 ngx_exit_cycle.log = &ngx_exit_log; in ngx_master_process_exit() 921 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, in ngx_worker_process_cycle_loop() 1106 ngx_setaffinity(cpu_affinity, cycle->log); in ngx_worker_process_init() 1143 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, in ngx_worker_process_init() 1282 ngx_exit_cycle.log = &ngx_exit_log; in ngx_worker_process_exit() 1344 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0, in ngx_channel_handler() [all …]
|
| H A D | ngx_channel.c | 15 ngx_log_t *log) in ngx_write_channel() argument 87 ngx_log_error(NGX_LOG_ALERT, log, err, "sendmsg() failed"); in ngx_write_channel() 146 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_read_channel() 156 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_read_channel() 163 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_read_channel() 176 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_read_channel() 184 ngx_log_error(NGX_LOG_ALERT, log, 0, in ngx_read_channel() 205 c = ngx_get_connection(fd, cycle->log); 220 rev->log = cycle->log; 221 wev->log = cycle->log; [all …]
|
| H A D | ngx_daemon.c | 13 ngx_daemon(ngx_log_t *log) in ngx_daemon() argument 19 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed"); in ngx_daemon() 33 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "setsid() failed"); in ngx_daemon() 41 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_daemon() 47 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDIN) failed"); in ngx_daemon() 52 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDOUT) failed"); in ngx_daemon() 58 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDERR) failed"); in ngx_daemon() 65 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "close() failed"); in ngx_daemon()
|
| H A D | ngx_shmem.c | 22 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() 35 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_free() 50 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() 59 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() 64 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() 76 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_free() 95 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() 100 ngx_log_debug1(NGX_LOG_DEBUG_CORE, shm->log, 0, "shmget id: %d", id); in ngx_shm_alloc() 105 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, "shmat() failed"); in ngx_shm_alloc() 109 ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, in ngx_shm_alloc() [all …]
|
| H A D | ngx_thread_cond.c | 13 ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_create() argument 22 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_init() failed"); in ngx_thread_cond_create() 28 ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_destroy() argument 37 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_destroy() failed"); in ngx_thread_cond_destroy() 43 ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_signal() argument 52 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_signal() failed"); in ngx_thread_cond_signal() 59 ngx_log_t *log) in ngx_thread_cond_wait() argument 73 ngx_log_error(NGX_LOG_ALERT, log, err, "pthread_cond_wait() failed"); in ngx_thread_cond_wait()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_connect.c | 55 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, pc->log, 0, "%s socket %d", 59 ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno, 65 c = ngx_get_connection(s, pc->log); 69 ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno, 82 ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno, 101 ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno, 201 rev->log = pc->log; 202 wev->log = pc->log; 219 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, pc->log, 0, 365 ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno, [all …]
|
| H A D | ngx_event_accept.c | 22 ngx_log_t *log; local 139 c = ngx_get_connection(s, ev->log); 175 if (log == NULL) { 203 *log = ls->log; 210 c->log = log; 211 c->pool->log = log; 249 rev->log = log; 250 wev->log = log; 313 log->data = NULL; 314 log->handler = NULL; [all …]
|
| H A D | ngx_event_openssl_stapling.c | 86 ngx_log_t *log; member 252 buf = ngx_alloc(len, ssl->log); in ngx_ssl_stapling_file() 829 ngx_log_t *log; in ngx_ssl_ocsp_start() local 845 if (log == NULL) { in ngx_ssl_ocsp_start() 852 *log = *ctx->pool->log; in ngx_ssl_ocsp_start() 854 ctx->pool->log = log; in ngx_ssl_ocsp_start() 855 ctx->log = log; in ngx_ssl_ocsp_start() 858 log->data = ctx; in ngx_ssl_ocsp_start() 1039 ctx->peer.log = ctx->log; in ngx_ssl_ocsp_connect() 1845 if (log->action) { in ngx_ssl_ocsp_log_error() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 222 log = lscf->logs->elts; in ngx_stream_log_handler() 225 if (log[l].filter) { in ngx_stream_log_handler() 272 buffer = log[l].file ? log[l].file->data : NULL; in ngx_stream_log_handler() 365 if (log->script == NULL) { in ngx_stream_log_write() 436 log.data[log.len - 1] = '\0'; in ngx_stream_log_script_write() 437 *name = log.data; in ngx_stream_log_script_write() 446 of.log = 1; in ngx_stream_log_script_write() 479 ngx_log_t *log) in ngx_stream_log_gzip() argument 512 pool->log = log; in ngx_stream_log_gzip() 1010 if (log == NULL) { in ngx_stream_log_set_log() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_dav_module.c | 270 ext.log = r->connection->log; in ngx_http_dav_put_handler() 420 tree.log = r->connection->log; in ngx_http_dav_delete_path() 451 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0, in ngx_http_dav_delete_dir() 469 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0, in ngx_http_dav_delete_file() 809 tree.log = r->connection->log; in ngx_http_dav_copy_move_handler() 835 ext.log = r->connection->log; in ngx_http_dav_copy_move_handler() 848 cf.log = r->connection->log; in ngx_http_dav_copy_move_handler() 873 dir = ngx_alloc(len + 1, ctx->log); in ngx_http_dav_copy_dir() 909 dir = ngx_alloc(len + 1, ctx->log); in ngx_http_dav_copy_dir_time() 974 file = ngx_alloc(len + 1, ctx->log); in ngx_http_dav_copy_tree_file() [all …]
|
| H A D | ngx_http_log_module.c | 275 log = lcf->logs->elts; in ngx_http_log_handler() 278 if (log[l].filter) { in ngx_http_log_handler() 324 buffer = log[l].file ? log[l].file->data : NULL; in ngx_http_log_handler() 541 log.data[log.len - 1] = '\0'; in ngx_http_log_script_write() 542 *name = log.data; in ngx_http_log_script_write() 551 of.log = 1; in ngx_http_log_script_write() 588 ngx_log_t *log) in ngx_http_log_gzip() argument 621 pool->log = log; in ngx_http_log_gzip() 1215 if (log == NULL) { in ngx_http_log_merge_loc_conf() 1230 log->format = &fmt[0]; in ngx_http_log_merge_loc_conf() [all …]
|
| /f-stack/dpdk/devtools/ |
| H A D | check-git-log.sh | 14 Check commit log formatting. 50 commits=$(git log --format='%h' --reverse $range) 51 headlines=$(git log --format='%s' --reverse $range) 52 bodylines=$(git log --format='%b' --reverse $range) 76 headline=$(git log --format='%s' -1 $commit) 154 body=$(git log --format='%b' -1 $commit) 157 git log --format='\t%s' -1 $commit 164 body=$(git log --format='%b' -1 $commit) 167 git log --format='\t%s' -1 $commit 175 git log --format='\t%s' -1 $fix [all …]
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | android-build.sh | 62 egrep '^#define ' config.log | sort -u > config-def-compat.log 77 egrep '^#define ' config.log | sort -u > config-def.log 78 if ! cmp config-def.log config-def-compat.log; then 80 diff -u config-def.log config-def-compat.log >&2 83 rm -f config-def.log config-def-compat.log
|