Home
last modified time | relevance | path

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

/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c473 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev()
1597 pReq->m_pIovecCur->iov_base = (void *)&finish; in LSAPI_Finish_r()
1838 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r()
1844 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r()
1851 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r()
1974 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r()
1980 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r()
2066 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
2069 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r()
2383 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespHeaderBuf; in LSAPI_FinalizeRespHeaders_r()
[all …]
/PHP-7.1/ext/sockets/
H A Dconversions.c57 # define iov_base buf macro
1072 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1086 msg->msg_iov[i - 1].iov_base = accounted_emalloc(len, ctx); in from_zval_write_iov_array_aux()
1088 memcpy(msg->msg_iov[i - 1].iov_base, Z_STRVAL_P(elem), len); in from_zval_write_iov_array_aux()
1180 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()
1210 memcpy(ZSTR_VAL(buf), msghdr->msg_iov[i].iov_base, ZSTR_LEN(buf)); in to_zval_read_iov()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c847 vec[0].iov_base = &info; in zend_file_cache_script_store()
849 vec[1].iov_base = buf; in zend_file_cache_script_store()
851 vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem)); in zend_file_cache_script_store()

Completed in 34 milliseconds