Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_arrays.h10 struct fpm_array_s { struct
17 static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned i… in fpm_array_init() argument
22 a = malloc(sizeof(struct fpm_array_s)); in fpm_array_init()
47 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
57 static inline void *fpm_array_item_last(struct fpm_array_s *a) /* {{{ */ in fpm_array_item_last()
63 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
82 static inline void *fpm_array_push(struct fpm_array_s *a) /* {{{ */ in fpm_array_push()
106 static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ in fpm_array_free()
H A Dfpm_cleanup.c17 static struct fpm_array_s cleanups = { .sz = sizeof(struct cleanup_s) };
H A Dfpm_sockets.c39 static struct fpm_array_s sockets_list;

Completed in 8 milliseconds