Lines Matching refs:msghdr_c

921 static void from_zval_write_control_array(const zval *arr, char *msghdr_c, ser_context *ctx)  in from_zval_write_control_array()  argument
932 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
1012 static void to_zval_read_control_array(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_control_array() argument
1014 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1042 static void from_zval_write_name(const zval *zname_arr, char *msghdr_c, ser_context *ctx) in from_zval_write_name() argument
1046 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1062 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
1065 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1096 static void from_zval_write_iov_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_iov_array() argument
1099 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1116 static void from_zval_write_controllen(const zval *elem, char *msghdr_c, ser_context *ctx) in from_zval_write_controllen() argument
1118 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1132 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_send() argument
1141 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1143 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_recv() argument
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()
1189 static void to_zval_read_iov(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_iov() argument
1191 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
1222 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_msghdr() argument
1234 to_zval_read_aggregation(msghdr_c, zv, descriptors, ctx); in to_zval_read_msghdr()