Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_cleanup.c16 static struct fpm_array_s cleanups = { .sz = sizeof(struct cleanup_s) }; variable
22 c = fpm_array_push(&cleanups); in fpm_cleanup_add()
38 struct cleanup_s *c = fpm_array_item_last(&cleanups); in fpm_cleanups_run()
39 int cl = cleanups.used; in fpm_cleanups_run()
47 fpm_array_free(&cleanups); in fpm_cleanups_run()

Completed in 5 milliseconds