Home
last modified time | relevance | path

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

1234

/PHP-8.4/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.4/ext/intl/
H A Dphp_intl.c219 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local
223 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION()
224 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.4/ext/gd/libgd/
H A Dgd_avif.c375 goto cleanup; in gdImageCreateFromAvifCtx()
382 goto cleanup; in gdImageCreateFromAvifCtx()
387 goto cleanup; in gdImageCreateFromAvifCtx()
399 goto cleanup; in gdImageCreateFromAvifCtx()
406 goto cleanup; in gdImageCreateFromAvifCtx()
411 goto cleanup; in gdImageCreateFromAvifCtx()
430 cleanup: in gdImageCreateFromAvifCtx()
534 goto cleanup; in gdImageAvifCtx()
546 goto cleanup; in gdImageAvifCtx()
570 goto cleanup; in gdImageAvifCtx()
[all …]
/PHP-8.4/ext/session/tests/
H A Drfc1867_cleanup.phpt13 session.upload_progress.cleanup=1
24 PHPSESSID=rfc1867-cleanup
26 PHPSESSID=rfc1867-cleanup-get
32 rfc1867-cleanup-post
56 string(%d) "rfc1867-cleanup"
H A Dbug61470.phpt22 // cleanup
/PHP-8.4/ext/bcmath/
H A Dbcmath.c222 cleanup: { in PHP_FUNCTION()
271 cleanup: { in PHP_FUNCTION()
320 cleanup: { in PHP_FUNCTION()
374 cleanup: { in PHP_FUNCTION()
428 cleanup: { in PHP_FUNCTION()
483 cleanup: { in PHP_FUNCTION()
559 cleanup: { in PHP_FUNCTION()
622 cleanup: { in PHP_FUNCTION()
667 cleanup: { in PHP_FUNCTION()
712 cleanup: { in PHP_FUNCTION()
[all …]
/PHP-8.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp168 goto cleanup; in PHP_FUNCTION()
182 goto cleanup; in PHP_FUNCTION()
203 goto cleanup; in PHP_FUNCTION()
214 goto cleanup; in PHP_FUNCTION()
235 goto cleanup; in PHP_FUNCTION()
241 cleanup: in PHP_FUNCTION()
/PHP-8.4/ext/pdo/
H A Dphp_pdo.h71 #define PDO_CONSTRUCT_CHECK_WITH_CLEANUP(cleanup) \ argument
74 goto cleanup; \
/PHP-8.4/ext/openssl/
H A Dopenssl.c1669 cleanup: in PHP_FUNCTION()
1721 cleanup: in PHP_FUNCTION()
1787 cleanup: in PHP_FUNCTION()
1832 cleanup: in PHP_FUNCTION()
1888 cleanup: in PHP_FUNCTION()
2686 cleanup: in PHP_FUNCTION()
2775 cleanup: in PHP_FUNCTION()
2876 cleanup: in PHP_FUNCTION()
3386 cleanup: in PHP_FUNCTION()
3892 cleanup: in php_openssl_generate_private_key()
[all …]
/PHP-8.4/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.4/ext/pdo_dblib/
H A Ddblib_driver.c497 goto cleanup; in pdo_dblib_handle_factory()
529 goto cleanup; in pdo_dblib_handle_factory()
538 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
548 goto cleanup; in pdo_dblib_handle_factory()
558 goto cleanup; in pdo_dblib_handle_factory()
573 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
580 goto cleanup; in pdo_dblib_handle_factory()
589 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
608 cleanup: in pdo_dblib_handle_factory()
/PHP-8.4/ext/pdo_mysql/
H A Dmysql_driver.c729 goto cleanup;
786 goto cleanup;
804 goto cleanup;
824 goto cleanup;
834 goto cleanup;
844 goto cleanup;
918 goto cleanup;
925 goto cleanup;
931 goto cleanup;
972 goto cleanup;
[all …]
/PHP-8.4/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.4/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.4/ext/ldap/
H A Dldap.c1205 goto cleanup; in PHP_FUNCTION()
1238 cleanup: in PHP_FUNCTION()
1689 cleanup: in php_ldap_do_search()
2342 cleanup: in php_ldap_do_modify()
2457 goto cleanup; in php_ldap_do_delete()
2474 cleanup: in php_ldap_do_delete()
2834 cleanup: { in PHP_FUNCTION()
2963 cleanup: in PHP_FUNCTION()
3652 cleanup: in php_ldap_do_rename()
4011 cleanup: in php_ldap_exop()
[all …]
/PHP-8.4/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-8.4/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.4/ext/pdo_pgsql/
H A Dpdo_pgsql.c158 PDO_CONSTRUCT_CHECK_WITH_CLEANUP(cleanup); in PHP_METHOD()
171 cleanup: in PHP_METHOD()
/PHP-8.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp256 goto cleanup; in PHP_METHOD()
263 cleanup: in PHP_METHOD()
304 goto cleanup; in PHP_METHOD()
311 cleanup: in PHP_METHOD()
/PHP-8.4/ext/ffi/tests/
H A Dgh14286_2.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is not implemented…
/PHP-8.4/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt2 JIT Trampoline 001: trampoline cleanup
/PHP-8.4/ext/xmlreader/tests/
H A DfromStream_legit_usage.phpt23 // Force cleanup of stream reference

Completed in 159 milliseconds

1234