Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_sockets.c399 size_t socket_length = sizeof(sa_un.sun_path); in fpm_socket_af_unix_listening_socket() local
403 strlcpy(sa_un.sun_path, wp->config->listen_address, socket_length); in fpm_socket_af_unix_listening_socket()
405 if (address_length >= socket_length) { in fpm_socket_af_unix_listening_socket()
413 socket_length, in fpm_socket_af_unix_listening_socket()
H A Dfpm_unix.c75 size_t socket_length = sizeof(test_socket.sun_path); in fpm_unix_check_listen_address() local
77 if (address_length < socket_length) { in fpm_unix_check_listen_address()
88 socket_length in fpm_unix_check_listen_address()

Completed in 11 milliseconds