fpm_array_s 18 sapi/fpm/fpm/fpm_arrays.h static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned int initial_num) /* {{{ */ fpm_array_s 23 sapi/fpm/fpm/fpm_arrays.h a = malloc(sizeof(struct fpm_array_s)); fpm_array_s 48 sapi/fpm/fpm/fpm_arrays.h static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ fpm_array_s 58 sapi/fpm/fpm/fpm_arrays.h static inline void *fpm_array_item_last(struct fpm_array_s *a) /* {{{ */ fpm_array_s 64 sapi/fpm/fpm/fpm_arrays.h static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ fpm_array_s 83 sapi/fpm/fpm/fpm_arrays.h static inline void *fpm_array_push(struct fpm_array_s *a) /* {{{ */ fpm_array_s 107 sapi/fpm/fpm/fpm_arrays.h static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ fpm_array_s 18 sapi/fpm/fpm/fpm_cleanup.c static struct fpm_array_s cleanups = { .sz = sizeof(struct cleanup_s) }; fpm_array_s 40 sapi/fpm/fpm/fpm_sockets.c static struct fpm_array_s sockets_list;