off                64 http/modules/ngx_http_log_module.c     ngx_uint_t                  off;        /* unsigned  off:1 */
off               232 http/modules/ngx_http_log_module.c     if (lcf->off) {
off               810 http/modules/ngx_http_log_module.c     if (conf->logs || conf->off) {
off               815 http/modules/ngx_http_log_module.c     conf->off = prev->off;
off               817 http/modules/ngx_http_log_module.c     if (conf->logs || conf->off) {
off               867 http/modules/ngx_http_log_module.c         llcf->off = 1;
off              1217 http/ngx_http.c     size_t                 len, off;
off              1239 http/ngx_http.c         off = offsetof(struct sockaddr_in6, sin6_addr);
off              1246 http/ngx_http.c         off = offsetof(struct sockaddr_un, sun_path);
off              1252 http/ngx_http.c         off = offsetof(struct sockaddr_in, sin_addr);
off              1257 http/ngx_http.c     p = lsopt->u.sockaddr_data + off;
off              1263 http/ngx_http.c         if (ngx_memcmp(p, addr[i].opt.u.sockaddr_data + off, len) != 0) {
off               282 mail/ngx_mail_core_module.c     size_t                      len, off;
off               329 mail/ngx_mail_core_module.c             off = offsetof(struct sockaddr_in6, sin6_addr);
off               337 mail/ngx_mail_core_module.c             off = offsetof(struct sockaddr_in, sin_addr);
off               344 mail/ngx_mail_core_module.c         if (ngx_memcmp(ls[i].sockaddr + off, u.sockaddr + off, len) != 0) {