Lines Matching refs:msghdr_c
906 static void from_zval_write_control_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_control_array() argument
917 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array()
997 static void to_zval_read_control_array(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_control_array() argument
999 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array()
1034 static void from_zval_write_name(const zval *zname_arr, char *msghdr_c, ser_context *ctx) in from_zval_write_name() argument
1038 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_name()
1054 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
1057 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_msghdr_buffer_size()
1092 static void from_zval_write_iov_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_iov_array() argument
1095 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array()
1112 static void from_zval_write_controllen(const zval *elem, char *msghdr_c, ser_context *ctx) in from_zval_write_controllen() argument
1114 struct msghdr *msghdr = (struct msghdr *)msghdr_c; in from_zval_write_controllen()
1128 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_send() argument
1137 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1139 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx) in from_zval_write_msghdr_recv() argument
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()
1185 static void to_zval_read_iov(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_iov() argument
1187 const struct msghdr *msghdr = (const struct msghdr *)msghdr_c; in to_zval_read_iov()
1218 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_msghdr() argument
1230 to_zval_read_aggregation(msghdr_c, zv, descriptors, ctx); in to_zval_read_msghdr()