Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1360 static char s_conn_key_packet[16]; variable
1363 struct lsapi_packet_header * pHeader = (struct lsapi_packet_header *)s_conn_key_packet; in init_conn_key()
1370 s_conn_key_packet[i]=(int) (256.0*rand()/(RAND_MAX+1.0)); in init_conn_key()
1374 if ( write( fd, s_conn_key_packet, LSAPI_PACKET_HEADER_LEN+8 ) in init_conn_key()

Completed in 15 milliseconds