ops                32 http/modules/ngx_http_log_module.c     ngx_array_t                *ops;        /* array of ngx_http_log_op_t */
ops               119 http/modules/ngx_http_log_module.c     ngx_array_t *flushes, ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s);
ops               253 http/modules/ngx_http_log_module.c         op = log[l].format->ops->elts;
ops               254 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
ops               281 http/modules/ngx_http_log_module.c                 for (i = 0; i < log[l].format->ops->nelts; i++) {
ops               300 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
ops               764 http/modules/ngx_http_log_module.c     fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t));
ops               765 http/modules/ngx_http_log_module.c     if (fmt->ops == NULL) {
ops              1033 http/modules/ngx_http_log_module.c     fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t));
ops              1034 http/modules/ngx_http_log_module.c     if (fmt->ops == NULL) {
ops              1038 http/modules/ngx_http_log_module.c     return ngx_http_log_compile_format(cf, fmt->flushes, fmt->ops, cf->args, 2);
ops              1044 http/modules/ngx_http_log_module.c     ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s)
ops              1081 http/modules/ngx_http_log_module.c             op = ngx_array_push(ops);
ops              1358 http/modules/ngx_http_log_module.c         if (ngx_http_log_compile_format(cf, NULL, fmt->ops, &a, 0)