Searched refs:qbytes (Results 1 – 1 of 1) sorted by relevance
243 size_t qbytes = 0; in handleRequests() local244 while (qbytes < qlen) { in handleRequests()245 int ret = SSL_read(ssl, query + qbytes, qlen - qbytes); in handleRequests()250 qbytes += ret; in handleRequests()