Home
last modified time | relevance | path

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

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c1097 static char s_conn_key_packet[16]; variable
1100 struct lsapi_packet_header * pHeader = (struct lsapi_packet_header *)s_conn_key_packet; in init_conn_key()
1107 s_conn_key_packet[i]=(int) (256.0*rand()/(RAND_MAX+1.0)); in init_conn_key()
1111 if ( write( fd, s_conn_key_packet, LSAPI_PACKET_HEADER_LEN+8 ) in init_conn_key()

Completed in 11 milliseconds