Home
last modified time | relevance | path

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

/PHP-7.4/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.c932 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
1014 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1046 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1065 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1099 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1118 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1141 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1165 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_recv()
1174 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1191 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
[all …]

Completed in 9 milliseconds