Lines Matching refs:script
65 ngx_stream_log_script_t *script; member
100 ngx_stream_log_script_t *script, u_char **name, u_char *buf, size_t len);
365 if (log->script == NULL) { in ngx_stream_log_write()
383 n = ngx_stream_log_script_write(s, log->script, &name, buf, len); in ngx_stream_log_write()
421 ngx_stream_log_script_t *script, u_char **name, u_char *buf, size_t len) in ngx_stream_log_script_write() argument
428 if (ngx_stream_script_run(s, &log, script->lengths->elts, 1, in ngx_stream_log_script_write()
429 script->values->elts) in ngx_stream_log_script_write()
1046 log->script = ngx_pcalloc(cf->pool, sizeof(ngx_stream_log_script_t)); in ngx_stream_log_set_log()
1047 if (log->script == NULL) { in ngx_stream_log_set_log()
1055 sc.lengths = &log->script->lengths; in ngx_stream_log_set_log()
1056 sc.values = &log->script->values; in ngx_stream_log_set_log()
1199 if (log->script) { in ngx_stream_log_set_log()