Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/subsys/net/lib/websocket/
Dwebsocket.c562 int pollres; in sendmsg_all() local
569 pollres = zsock_poll(&pfd, 1, req_timeout_ms); in sendmsg_all()
570 if (pollres == 0) { in sendmsg_all()
572 } else if (pollres > 0) { in sendmsg_all()