Home
last modified time | relevance | path

Searched refs:ser_context (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/sockets/
H A Dconversions.h40 typedef struct _ser_context ser_context; typedef
45 typedef void (from_zval_write_field)(const zval *arr_value, char *field, ser_context *ctx);
56 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx);
60 void from_zval_write_in6_pktinfo(const zval *container, char *in6_pktinfo_c, ser_context *ctx);
65 void from_zval_write_ucred(const zval *container, char *ucred_c, ser_context *ctx);
70 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx);
71 void from_zval_write_fd_array(const zval *arr, char *int_arr, ser_context *ctx);
75 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx);
76 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx);
H A Dconversions.c119 static inline void *accounted_emalloc(size_t alloc_size, ser_context *ctx) in accounted_emalloc()
182 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err()
217 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
219 ser_context *ctx) in from_array_iterate()
250 ser_context *ctx) in from_zval_write_aggregation()
308 static zend_long from_zval_integer_common(const zval *arr_value, ser_context *ctx) in from_zval_integer_common()
369 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int()
709 ser_context *ctx) in from_zval_write_sockaddr_aux()
853 ser_context *ctx) in from_zval_write_control()
1360 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx) in calculate_scm_rights_space()
[all …]
H A Dsendrecvmsg.h26 typedef size_t (calculate_req_space)(const zval *value, ser_context *ctx);

Completed in 11 milliseconds