Home
last modified time | relevance | path

Searched refs:is_lost_conn (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c83 static int is_lost_conn(int e) in is_lost_conn() function
117 if (send(log_fd, buf, l, 0) < 0 && (!is_lost_conn(errno) in _vsyslog()
/third_party/musl/src/misc/
H A Dsyslog.c84 static int is_lost_conn(int e) in is_lost_conn() function
118 if (send(log_fd, buf, l, 0) < 0 && (!is_lost_conn(errno) in _vsyslog()

Completed in 1 milliseconds