Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_net.c134 if (net->options.timeout_connect) { in MYSQLND_METHOD()
135 tv.tv_sec = net->options.timeout_connect; in MYSQLND_METHOD()
141 hashed_details, (net->options.timeout_connect) ? &tv : NULL, in MYSQLND_METHOD()
612 net->options.timeout_connect = *(unsigned int*) value; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h180 unsigned int timeout_connect; member

Completed in 21 milliseconds