Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c504 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev()
1637 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_Finish_r()
1671 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_End_Response_r()
1917 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r()
1923 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r()
1930 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r()
2053 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r()
2059 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r()
2145 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
2148 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r()
[all …]
/PHP-7.4/ext/sockets/
H A Dconversions.c57 # define iov_base buf macro
1080 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1090 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux()
1092 memcpy(msg->msg_iov[i - 1].iov_base, ZSTR_VAL(str), ZSTR_LEN(str)); in from_zval_write_iov_array_aux()
1184 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()
1214 memcpy(ZSTR_VAL(buf), msghdr->msg_iov[i].iov_base, ZSTR_LEN(buf)); in to_zval_read_iov()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c952 vec[0].iov_base = (void *)&info;
954 vec[1].iov_base = buf;
956 vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem));

Completed in 33 milliseconds