Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c503 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev()
1636 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_Finish_r()
1670 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_End_Response_r()
1916 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r()
1922 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r()
1929 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r()
2052 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r()
2058 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r()
2144 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
2147 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r()
[all …]
/PHP-8.0/ext/sockets/
H A Dconversions.c51 # define iov_base buf macro
1073 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1083 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux()
1085 memcpy(msg->msg_iov[i - 1].iov_base, ZSTR_VAL(str), ZSTR_LEN(str)); in from_zval_write_iov_array_aux()
1177 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()
1207 memcpy(ZSTR_VAL(buf), msghdr->msg_iov[i].iov_base, ZSTR_LEN(buf)); in to_zval_read_iov()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1035 vec[0].iov_base = (void *)&info;
1037 vec[1].iov_base = buf;
1039 vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem));

Completed in 26 milliseconds