Home
last modified time | relevance | path

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

/PHP-7.2/ext/sockets/
H A Dconversions.h30 typedef struct _ser_context ser_context; typedef
35 typedef void (from_zval_write_field)(const zval *arr_value, char *field, ser_context *ctx);
46 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx);
50 void from_zval_write_in6_pktinfo(const zval *container, char *in6_pktinfo_c, ser_context *ctx);
55 void from_zval_write_ucred(const zval *container, char *ucred_c, ser_context *ctx);
60 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx);
61 void from_zval_write_fd_array(const zval *arr, char *int_arr, ser_context *ctx);
65 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);
H A Dconversions.c118 static inline void *accounted_emalloc(size_t alloc_size, ser_context *ctx) in accounted_emalloc()
181 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err()
216 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
218 ser_context *ctx) in from_array_iterate()
249 ser_context *ctx) in from_zval_write_aggregation()
307 static zend_long from_zval_integer_common(const zval *arr_value, ser_context *ctx) in from_zval_integer_common()
365 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int()
696 ser_context *ctx) in from_zval_write_sockaddr_aux()
832 ser_context *ctx) in from_zval_write_control()
1330 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx) in calculate_scm_rights_space()
[all …]
H A Dsendrecvmsg.h24 typedef size_t (calculate_req_space)(const zval *value, ser_context *ctx);

Completed in 16 milliseconds