Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_sockets.c394 char sockpath[256]; in fpm_sockets_init_main() local
426 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()
427 sockpath[sockpath_len] = '\0'; in fpm_sockets_init_main()
429 type = fpm_sockets_domain_from_address(sockpath); in fpm_sockets_init_main()
430 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
431 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()

Completed in 9 milliseconds