Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c496 if ( (*pVec)->iov_len <= (unsigned int )ret ) in lsapi_writev()
498 ret -= (*pVec)->iov_len; in lsapi_writev()
504 (*pVec)->iov_len -= ret; in lsapi_writev()
1923 pReq->m_pIovecCur->iov_len = bufLen; in LSAPI_Write_r()
1930 pReq->m_pIovecCur->iov_len = toWrite; in LSAPI_Write_r()
2053 pReq->m_pIovecCur->iov_len = LSAPI_PACKET_HEADER_LEN; in Flush_RespBuf_r()
2059 pReq->m_pIovecCur->iov_len = bufLen; in Flush_RespBuf_r()
2145 iov[0].iov_len = LSAPI_PACKET_HEADER_LEN; in LSAPI_Write_Stderr_r()
2148 iov[1].iov_len = packetLen; in LSAPI_Write_Stderr_r()
2463 pReq->m_totalLen += pReq->m_pIovecCur->iov_len; in LSAPI_FinalizeRespHeaders_r()
[all …]
/PHP-8.0/ext/sockets/
H A Dconversions.c52 # define iov_len len macro
1074 msghdr->msg_iov[0].iov_len = (size_t)lval; in from_zval_write_msghdr_buffer_size()
1084 msg->msg_iov[i - 1].iov_len = ZSTR_LEN(str); in from_zval_write_iov_array_aux()
1178 msghdr->msg_iov[0].iov_len = (size_t)DEFAULT_BUFF_SIZE; in from_zval_write_msghdr_recv()
1204 size_t len = MIN(msghdr->msg_iov[i].iov_len, (size_t)bytes_left); in to_zval_read_iov()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1036 vec[0].iov_len = sizeof(info);
1038 vec[1].iov_len = script->size;
1040 vec[2].iov_len = info.str_size;

Completed in 27 milliseconds