sun_path          891 core/ngx_cycle.c        if (ngx_memcmp(&saun1->sun_path, &saun2->sun_path,
sun_path          892 core/ngx_cycle.c                       sizeof(saun1->sun_path))
sun_path          238 core/ngx_inet.c         return ngx_snprintf(text, len, "unix:%s%Z", saun->sun_path) - text - 1;
sun_path          569 core/ngx_inet.c     if (len > sizeof(saun->sun_path)) {
sun_path          577 core/ngx_inet.c     (void) ngx_cpystrn((u_char *) saun->sun_path, path, len);
sun_path          593 core/ngx_inet.c     (void) ngx_cpystrn((u_char *) saun->sun_path, path, len);
sun_path           27 core/ngx_inet.h     (sizeof(struct sockaddr_un) - offsetof(struct sockaddr_un, sun_path))
sun_path         1246 http/ngx_http.c         off = offsetof(struct sockaddr_un, sun_path);
sun_path         1247 http/ngx_http.c         len = sizeof(saun->sun_path);