Home
last modified time | relevance | path

Searched refs:iov_len (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c497 if ( (*pVec)->iov_len <= (unsigned int )ret ) in lsapi_writev()
499 ret -= (*pVec)->iov_len; in lsapi_writev()
505 (*pVec)->iov_len -= ret; in lsapi_writev()
1924 pReq->m_pIovecCur->iov_len = bufLen; in LSAPI_Write_r()
1931 pReq->m_pIovecCur->iov_len = toWrite; in LSAPI_Write_r()
2054 pReq->m_pIovecCur->iov_len = LSAPI_PACKET_HEADER_LEN; in Flush_RespBuf_r()
2060 pReq->m_pIovecCur->iov_len = bufLen; in Flush_RespBuf_r()
2146 iov[0].iov_len = LSAPI_PACKET_HEADER_LEN; in LSAPI_Write_Stderr_r()
2149 iov[1].iov_len = packetLen; in LSAPI_Write_Stderr_r()
2464 pReq->m_totalLen += pReq->m_pIovecCur->iov_len; in LSAPI_FinalizeRespHeaders_r()
[all …]
/PHP-7.4/ext/sockets/
H A Dconversions.c58 # define iov_len len macro
1081 msghdr->msg_iov[0].iov_len = (size_t)lval; in from_zval_write_msghdr_buffer_size()
1091 msg->msg_iov[i - 1].iov_len = ZSTR_LEN(str); in from_zval_write_iov_array_aux()
1185 msghdr->msg_iov[0].iov_len = (size_t)DEFAULT_BUFF_SIZE; in from_zval_write_msghdr_recv()
1211 size_t len = MIN(msghdr->msg_iov[i].iov_len, (size_t)bytes_left); in to_zval_read_iov()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c953 vec[0].iov_len = sizeof(info);
955 vec[1].iov_len = script->size;
957 vec[2].iov_len = info.str_size;

Completed in 43 milliseconds