Lines Matching refs:msghdr_c

914 static void from_zval_write_control_array(const zval *arr, char *msghdr_c, ser_context *ctx)  in from_zval_write_control_array()  argument
925 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
1005 static void to_zval_read_control_array(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_control_array() argument
1007 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1035 static void from_zval_write_name(const zval *zname_arr, char *msghdr_c, ser_context *ctx) in from_zval_write_name() argument
1039 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1055 static void from_zval_write_msghdr_buffer_size(const zval *elem, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_buffer_size() argument
1058 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1089 static void from_zval_write_iov_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_iov_array() argument
1092 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1109 static void from_zval_write_controllen(const zval *elem, char *msghdr_c, ser_context *ctx) in from_zval_write_controllen() argument
1111 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1125 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_send() argument
1134 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1136 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_recv() argument
1158 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_recv()
1167 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1182 static void to_zval_read_iov(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_iov() argument
1184 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
1215 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_msghdr() argument
1227 to_zval_read_aggregation(msghdr_c, zv, descriptors, ctx); in to_zval_read_msghdr()