Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_net.c150 int conn_timeout, int data_timeout) in ne_net_connect() argument
211 tv.tv_sec = conn_timeout; in ne_net_connect()
275 my_sock->conn_timeout = conn_timeout; in ne_net_connect()
330 if (sock->conn_timeout) in ne_net_fill()
332 tv.tv_sec = sock->conn_timeout; in ne_net_fill()
333 sock->conn_timeout = 0; in ne_net_fill()
374 if (sock->conn_timeout) in ne_net_flush()
376 tv.tv_sec = sock->conn_timeout; in ne_net_flush()
Dneo_net.h22 int conn_timeout; member
40 int conn_timeout, int data_timeout);
Dneo_server.h34 int conn_timeout; member