Home
last modified time | relevance | path

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

/PHP-5.6/sapi/tux/
H A Dphp_tux.c63 vec[n].iov_base = (void *) str; in sapi_tux_ub_write()
121 vec[0].iov_base = status_line; in sapi_tux_send_headers()
139 vec[n].iov_base = h->header; in sapi_tux_send_headers()
145 vec[n].iov_base = "\r\n"; in sapi_tux_send_headers()
151 vec[n].iov_base = "\r\n"; in sapi_tux_send_headers()
355 free(TG(header_vec)[0].iov_base); in tux_request_dtor()
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c143 vec->iov_base = (char *) vec->iov_base + n; in do_writev()
148 smart_str_appendl_ex(&TG(sbuf), vec->iov_base, vec->iov_len, 1); in do_writev()
160 # define ADD_VEC(str,l) vec[n].iov_base=str;len += (vec[n].iov_len=l); n++
H A Dthttpd_patch2026 iv[1].iov_base = &(hc->file_address[c->bytes_sent]);
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c342 (*pVec)->iov_base = (char *)(*pVec)->iov_base + ret; in lsapi_writev()
1403 pReq->m_pIovecCur->iov_base = (void *)&finish; in LSAPI_Finish_r()
1644 pReq->m_pIovecCur->iov_base = (void *)pHeader; in LSAPI_Write_r()
1650 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in LSAPI_Write_r()
1657 pReq->m_pIovecCur->iov_base = (void *)p; in LSAPI_Write_r()
1773 pReq->m_pIovecCur->iov_base = (void *)pHeader; in Flush_RespBuf_r()
1779 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespBuf; in Flush_RespBuf_r()
1868 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
1871 iov[1].iov_base = (void *)p; in LSAPI_Write_Stderr_r()
2186 pReq->m_pIovecCur->iov_base = (void *)pReq->m_pRespHeaderBuf; in LSAPI_FinalizeRespHeaders_r()
[all …]
/PHP-5.6/ext/sockets/
H A Dconversions.c57 # define iov_base buf macro
1095 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1107 msg->msg_iov[i - 1].iov_base = accounted_emalloc(len, ctx); in from_zval_write_iov_array_aux()
1109 memcpy(msg->msg_iov[i - 1].iov_base, Z_STRVAL_PP(elem), len); in from_zval_write_iov_array_aux()
1202 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()
1234 memcpy(buf, msghdr->msg_iov[i].iov_base, len); in to_zval_read_iov()

Completed in 33 milliseconds