Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/bcmath/
H A Dbcmath.c186 goto cleanup; in PHP_FUNCTION()
191 goto cleanup; in PHP_FUNCTION()
198 cleanup: { in PHP_FUNCTION()
249 cleanup: { in PHP_FUNCTION()
300 cleanup: { in PHP_FUNCTION()
354 cleanup: { in PHP_FUNCTION()
408 cleanup: { in PHP_FUNCTION()
485 cleanup: { in PHP_FUNCTION()
548 cleanup: { in PHP_FUNCTION()
593 cleanup: { in PHP_FUNCTION()
[all …]
/PHP-8.3/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.3/ext/intl/
H A Dphp_intl.c217 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local
221 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION()
222 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.3/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
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_format_object.cpp166 goto cleanup; in PHP_FUNCTION()
180 goto cleanup; in PHP_FUNCTION()
201 goto cleanup; in PHP_FUNCTION()
212 goto cleanup; in PHP_FUNCTION()
233 goto cleanup; in PHP_FUNCTION()
239 cleanup: in PHP_FUNCTION()
/PHP-8.3/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.3/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.3/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.3/ext/openssl/
H A Dopenssl.c1645 cleanup: in PHP_FUNCTION()
1697 cleanup: in PHP_FUNCTION()
1763 cleanup: in PHP_FUNCTION()
1808 cleanup: in PHP_FUNCTION()
1864 cleanup: in PHP_FUNCTION()
2662 cleanup: in PHP_FUNCTION()
2751 cleanup: in PHP_FUNCTION()
2852 cleanup: in PHP_FUNCTION()
3321 cleanup: in PHP_FUNCTION()
3807 cleanup: in php_openssl_generate_private_key()
[all …]
/PHP-8.3/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.3/ext/date/lib/
H A Dunixtime2tm.c96 goto cleanup; in timelib_update_from_sse()
105 goto cleanup; in timelib_update_from_sse()
110 goto cleanup; in timelib_update_from_sse()
112 cleanup: in timelib_update_from_sse()
/PHP-8.3/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.3/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.3/ext/ldap/
H A Dldap.c1203 goto cleanup; in PHP_FUNCTION()
1236 cleanup: in PHP_FUNCTION()
1687 cleanup: in php_ldap_do_search()
2340 cleanup: in php_ldap_do_modify()
2455 goto cleanup; in php_ldap_do_delete()
2472 cleanup: in php_ldap_do_delete()
2832 cleanup: { in PHP_FUNCTION()
2961 cleanup: in PHP_FUNCTION()
3644 cleanup: in php_ldap_do_rename()
3996 cleanup: in php_ldap_exop()
[all …]
/PHP-8.3/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp246 goto cleanup; in PHP_METHOD()
253 cleanup: in PHP_METHOD()
288 goto cleanup; in PHP_METHOD()
295 cleanup: in PHP_METHOD()
/PHP-8.3/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.3/ext/ffi/tests/
H A Dgh14286_2.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is nor implemented…
/PHP-8.3/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.3/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()

Completed in 56 milliseconds

1234