Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_arrays.h9 struct fpm_array_s { struct
16 static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned i… in fpm_array_init() argument
21 a = malloc(sizeof(struct fpm_array_s)); in fpm_array_init()
46 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
56 static inline void *fpm_array_item_last(struct fpm_array_s *a) /* {{{ */ in fpm_array_item_last()
62 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
81 static inline void *fpm_array_push(struct fpm_array_s *a) /* {{{ */ in fpm_array_push()
105 static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ in fpm_array_free()
H A Dfpm_cleanup.c16 static struct fpm_array_s cleanups = { .sz = sizeof(struct cleanup_s) };
H A Dfpm_sockets.c38 static struct fpm_array_s sockets_list;

Completed in 9 milliseconds