Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_client.c40 int pollres; in sendall() local
47 pollres = zsock_poll(&pfd, 1, req_timeout_ms); in sendall()
48 if (pollres == 0) { in sendall()
50 } else if (pollres > 0) { in sendall()
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket.c563 int pollres; in sendmsg_all() local
570 pollres = zsock_poll(&pfd, 1, req_timeout_ms); in sendmsg_all()
571 if (pollres == 0) { in sendmsg_all()
573 } else if (pollres > 0) { in sendmsg_all()