Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c513 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev()
1646 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_Finish_r()
1680 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_End_Response_r()
1926 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r()
1932 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r()
1939 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r()
2096 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r()
2102 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r()
2188 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
2191 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r()
[all …]
/PHP-8.1/ext/sockets/
H A Dconversions.c51 # define iov_base buf macro
1077 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1087 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux()
1089 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-8.1/ext/opcache/
H A Dzend_file_cache.c1047 vec[0].iov_base = (void *)&info;
1049 vec[1].iov_base = buf;
1051 vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem));

Completed in 27 milliseconds