Searched refs:CLIENT_BUF_LEN (Results 1 – 4 of 4) sorted by relevance
13 #define CLIENT_BUF_LEN 4096U macro24 char buf[CLIENT_BUF_LEN];
111 memset(client->buf, '\0', CLIENT_BUF_LEN); in read_socket_char()113 iov.iov_len = CLIENT_BUF_LEN; in read_socket_char()133 if (client->len == CLIENT_BUF_LEN) { in read_socket_char()137 for (unsigned int i = 0U; i < CLIENT_BUF_LEN; i++) in read_socket_char()
117 memset(client->buf, 0, CLIENT_BUF_LEN); in send_socket_ack()
51 #define CLIENT_BUF_LEN 4096 macro107 client->buf = calloc(1, CLIENT_BUF_LEN); in mngr_client_new()255 read(client->fd, client->buf, CLIENT_BUF_LEN); in server_poll_func()263 if (client->len == CLIENT_BUF_LEN) { in server_poll_func()
Completed in 7 milliseconds