Home
last modified time | relevance | path

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

/PHP-5.6/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.c939 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
1022 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1061 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1080 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1116 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1135 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1158 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1182 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_recv()
1192 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1209 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
[all …]

Completed in 11 milliseconds