Home
last modified time | relevance | path

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

/PHP-7.1/ext/sockets/
H A Dconversions.h65 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx);
66 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx);
67 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx);
H A Dconversions.c917 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
999 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1038 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1057 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1095 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1114 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1137 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1161 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_recv()
1170 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1187 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
[all …]

Completed in 9 milliseconds