Home
last modified time | relevance | path

Searched refs:sockpath (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c385 char sockpath[256]; in fpm_sockets_init_main() local
417 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()
418 sockpath[sockpath_len] = '\0'; in fpm_sockets_init_main()
420 type = fpm_sockets_domain_from_address(sockpath); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()

Completed in 6 milliseconds