Home
last modified time | relevance | path

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

/PHP-8.0/ext/sockets/
H A Dconversions.c111 static inline void *accounted_emalloc(size_t alloc_size, ser_context *ctx) in accounted_emalloc() function
1072 msghdr->msg_iov = accounted_emalloc(sizeof(*msghdr->msg_iov) * 1, ctx); in from_zval_write_msghdr_buffer_size()
1073 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()
1083 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux()
1122 msghdr->msg_control = accounted_emalloc(len, ctx); in from_zval_write_controllen()
1176 msghdr->msg_iov = accounted_emalloc(sizeof(*msghdr->msg_iov) * 1, ctx); in from_zval_write_msghdr_recv()
1177 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()

Completed in 12 milliseconds