Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 71) sorted by relevance

123

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_cleanup.c12 void (*cleanup)(int, void *); member
18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add()
29 c->cleanup = cleanup; in fpm_cleanup_add()
43 c->cleanup(type, c->arg); in fpm_cleanups_run()
H A Dfpm_cleanup.h6 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *);
/PHP-8.1/ext/bcmath/
H A Dbcmath.c183 goto cleanup; in PHP_FUNCTION()
188 goto cleanup; in PHP_FUNCTION()
195 cleanup: { in PHP_FUNCTION()
246 cleanup: { in PHP_FUNCTION()
297 cleanup: { in PHP_FUNCTION()
353 cleanup: { in PHP_FUNCTION()
409 cleanup: { in PHP_FUNCTION()
467 cleanup: { in PHP_FUNCTION()
519 cleanup: { in PHP_FUNCTION()
564 cleanup: { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/session/tests/
H A Drfc1867_cleanup.phpt12 session.upload_progress.cleanup=1
23 PHPSESSID=rfc1867-cleanup
25 PHPSESSID=rfc1867-cleanup-get
31 rfc1867-cleanup-post
55 string(%d) "rfc1867-cleanup"
H A Dbug61470.phpt22 // cleanup
H A D009.phpt20 ### Phase 1 cleanup
/PHP-8.1/ext/intl/
H A Dphp_intl.c252 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local
256 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION()
257 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp175 goto cleanup; in PHP_FUNCTION()
189 goto cleanup; in PHP_FUNCTION()
210 goto cleanup; in PHP_FUNCTION()
221 goto cleanup; in PHP_FUNCTION()
242 goto cleanup; in PHP_FUNCTION()
248 cleanup: in PHP_FUNCTION()
/PHP-8.1/ext/gd/libgd/
H A Dgd_avif.c375 goto cleanup; in gdImageCreateFromAvifCtx()
382 goto cleanup; in gdImageCreateFromAvifCtx()
387 goto cleanup; in gdImageCreateFromAvifCtx()
400 goto cleanup; in gdImageCreateFromAvifCtx()
405 goto cleanup; in gdImageCreateFromAvifCtx()
424 cleanup: in gdImageCreateFromAvifCtx()
553 goto cleanup; in gdImageAvifCtx()
568 goto cleanup; in gdImageAvifCtx()
573 goto cleanup; in gdImageAvifCtx()
577 goto cleanup; in gdImageAvifCtx()
[all …]
/PHP-8.1/ext/intl/formatter/
H A Dformatter_parse.c97 goto cleanup; in PHP_FUNCTION()
100 goto cleanup; in PHP_FUNCTION()
107 cleanup: in PHP_FUNCTION()
/PHP-8.1/ext/pdo_dblib/
H A Ddblib_driver.c496 goto cleanup; in pdo_dblib_handle_factory()
528 goto cleanup; in pdo_dblib_handle_factory()
537 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
547 goto cleanup; in pdo_dblib_handle_factory()
557 goto cleanup; in pdo_dblib_handle_factory()
572 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
579 goto cleanup; in pdo_dblib_handle_factory()
588 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
607 cleanup: in pdo_dblib_handle_factory()
/PHP-8.1/ext/openssl/
H A Dopenssl.c1718 cleanup: in PHP_FUNCTION()
1770 cleanup: in PHP_FUNCTION()
1836 cleanup: in PHP_FUNCTION()
1884 cleanup: in PHP_FUNCTION()
1940 cleanup: in PHP_FUNCTION()
2738 cleanup: in PHP_FUNCTION()
2827 cleanup: in PHP_FUNCTION()
2928 cleanup: in PHP_FUNCTION()
3395 cleanup: in PHP_FUNCTION()
3879 cleanup: in php_openssl_generate_private_key()
[all …]
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c713 goto cleanup;
770 goto cleanup;
788 goto cleanup;
808 goto cleanup;
818 goto cleanup;
828 goto cleanup;
902 goto cleanup;
909 goto cleanup;
915 goto cleanup;
956 goto cleanup;
[all …]
/PHP-8.1/ext/date/lib/
H A Dunixtime2tm.c96 goto cleanup; in timelib_update_from_sse()
106 goto cleanup; in timelib_update_from_sse()
111 goto cleanup; in timelib_update_from_sse()
113 cleanup: in timelib_update_from_sse()
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c754 goto cleanup; in pdo_oci_handle_factory()
779 goto cleanup; in pdo_oci_handle_factory()
788 goto cleanup; in pdo_oci_handle_factory()
794 goto cleanup; in pdo_oci_handle_factory()
801 goto cleanup; in pdo_oci_handle_factory()
815 goto cleanup; in pdo_oci_handle_factory()
830 goto cleanup; in pdo_oci_handle_factory()
842 goto cleanup; in pdo_oci_handle_factory()
850 goto cleanup; in pdo_oci_handle_factory()
857 goto cleanup; in pdo_oci_handle_factory()
[all …]
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_close_reference.phpt2 curl_multi_close closed by cleanup functions
H A Dcurl_reset.phpt32 // cleanup
/PHP-8.1/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-8.1/Zend/tests/fibers/
H A Dgc-cycle-callback.phpt2 GC can cleanup cycle when callback references fiber
H A Dgc-cycle-result.phpt2 GC can cleanup cycle when fiber result references fiber
/PHP-8.1/ext/ldap/
H A Dldap.c1363 cleanup: in PHP_FUNCTION()
1809 cleanup: in php_ldap_do_search()
2464 cleanup: in php_ldap_do_modify()
2579 goto cleanup; in php_ldap_do_delete()
2596 cleanup: in php_ldap_do_delete()
2942 cleanup: { in PHP_FUNCTION()
3071 cleanup: in PHP_FUNCTION()
3754 cleanup: in php_ldap_do_rename()
4081 goto cleanup; in PHP_FUNCTION()
4108 cleanup: in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt2 JIT Trampoline 001: trampoline cleanup
H A Dtrampoline_002.phpt2 JIT Trampoline 002: trampoline cleanup
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_methods.c310 goto cleanup; in PHP_FUNCTION()
357 goto cleanup; in PHP_FUNCTION()
392 goto cleanup; in PHP_FUNCTION()
402 cleanup: in PHP_FUNCTION()
/PHP-8.1/ext/soap/tests/
H A Dbug73037.phpt115 goto cleanup;
121 goto cleanup;
127 cleanup:

Completed in 68 milliseconds

123