Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_arrays.h11 struct fpm_array_s { struct
18 static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned i… in fpm_array_init() argument
23 a = malloc(sizeof(struct fpm_array_s)); in fpm_array_init()
48 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
58 static inline void *fpm_array_item_last(struct fpm_array_s *a) /* {{{ */ in fpm_array_item_last()
64 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
83 static inline void *fpm_array_push(struct fpm_array_s *a) /* {{{ */ in fpm_array_push()
107 static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ in fpm_array_free()
H A Dfpm_cleanup.c18 static struct fpm_array_s cleanups = { .sz = sizeof(struct cleanup_s) };
H A Dfpm_sockets.c40 static struct fpm_array_s sockets_list;

Completed in 16 milliseconds