pp               1171 http/modules/ngx_http_charset_filter_module.c     u_char                       *p, *dst2src, **pp;
pp               1235 http/modules/ngx_http_charset_filter_module.c         pp = (u_char **) &table->dst2src[0];
pp               1236 http/modules/ngx_http_charset_filter_module.c         pp[0] = dst2src;
pp               1304 http/modules/ngx_http_charset_filter_module.c     u_char                       *p, *dst2src, **pp;
pp               1360 http/modules/ngx_http_charset_filter_module.c         pp = (u_char **) &table->dst2src[0];
pp               1362 http/modules/ngx_http_charset_filter_module.c         dst2src = pp[n >> 8];
pp               1370 http/modules/ngx_http_charset_filter_module.c             pp[n >> 8] = dst2src;
pp                 97 os/unix/ngx_posix_init.c     ngx_fd_t  pp[2];
pp                 99 os/unix/ngx_posix_init.c     if (pipe(pp) == -1) {
pp                104 os/unix/ngx_posix_init.c     if (dup2(pp[1], STDERR_FILENO) == -1) {
pp                109 os/unix/ngx_posix_init.c     if (pp[1] > STDERR_FILENO) {
pp                110 os/unix/ngx_posix_init.c         if (close(pp[1]) == -1) {