Searched refs:iov_base (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.c | 514 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev() 1617 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_Finish_r() 1651 pReq->m_pIovecCur->iov_base = (void *)finish_close; in LSAPI_End_Response_r() 1897 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r() 1903 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r() 1910 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r() 2067 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r() 2073 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r() 2159 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r() 2162 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r() [all …]
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.c | 51 # define iov_base buf macro 1086 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size() 1096 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux() 1098 memcpy(msg->msg_iov[i - 1].iov_base, ZSTR_VAL(str), ZSTR_LEN(str)); in from_zval_write_iov_array_aux() 1193 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv() 1223 memcpy(ZSTR_VAL(buf), msghdr->msg_iov[i].iov_base, ZSTR_LEN(buf)); in to_zval_read_iov()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_file_cache.c | 1020 { .iov_base = (void *)info, .iov_len = sizeof(*info) }, 1021 { .iov_base = (void *)buf, .iov_len = script->size }, 1022 { .iov_base = (void *)ZSTR_VAL(s), .iov_len = info->str_size },
|
Completed in 28 milliseconds