Searched refs:qbytes (Results 1 – 1 of 1) sorted by relevance
331 size_t qbytes = 0; in handleOneRequest() local332 while (qbytes < qlen) { in handleOneRequest()333 int ret = SSL_read(ssl, query + qbytes, qlen - qbytes); in handleOneRequest()338 qbytes += ret; in handleOneRequest()