Searched refs:ser_context (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/sockets/ |
H A D | conversions.h | 30 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 D | conversions.c | 118 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() 248 ser_context *ctx) in from_zval_write_aggregation() 306 static long from_zval_integer_common(const zval *arr_value, ser_context *ctx) in from_zval_integer_common() 366 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int() 716 ser_context *ctx) in from_zval_write_sockaddr_aux() 852 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 D | sendrecvmsg.h | 24 typedef size_t (calculate_req_space)(const zval *value, ser_context *ctx);
|
Completed in 18 milliseconds