Home
last modified time | relevance | path

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

1234

/php-src/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-src/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-src/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-src/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-src/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-src/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-src/ext/pdo/
H A Dphp_pdo.h71 #define PDO_CONSTRUCT_CHECK_WITH_CLEANUP(cleanup) \ argument
74 goto cleanup; \
/php-src/ext/openssl/
H A Dopenssl.c1667 cleanup: in PHP_FUNCTION()
1719 cleanup: in PHP_FUNCTION()
1785 cleanup: in PHP_FUNCTION()
1830 cleanup: in PHP_FUNCTION()
1886 cleanup: in PHP_FUNCTION()
2684 cleanup: in PHP_FUNCTION()
2773 cleanup: in PHP_FUNCTION()
2874 cleanup: in PHP_FUNCTION()
3379 cleanup: in PHP_FUNCTION()
3885 cleanup: in php_openssl_generate_private_key()
[all …]
/php-src/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-src/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-src/ext/pdo_mysql/
H A Dmysql_driver.c718 goto cleanup;
775 goto cleanup;
793 goto cleanup;
813 goto cleanup;
823 goto cleanup;
833 goto cleanup;
907 goto cleanup;
914 goto cleanup;
920 goto cleanup;
961 goto cleanup;
[all …]
/php-src/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-src/ext/curl/tests/
H A Dcurl_multi_close_reference.phpt2 curl_multi_close closed by cleanup functions
H A Dcurl_reset.phpt32 // cleanup
/php-src/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
H A Dgh15851.phpt2 GH-15851: Access on NULL when printing backtrace during cleanup of nested generator frame
/php-src/ext/ldap/
H A Dldap.c1169 goto cleanup; in PHP_FUNCTION()
1202 cleanup: in PHP_FUNCTION()
1668 cleanup: in php_ldap_do_search()
2318 cleanup: in php_ldap_do_modify()
2433 goto cleanup; in php_ldap_do_delete()
2450 cleanup: in php_ldap_do_delete()
2707 cleanup: { in PHP_FUNCTION()
2839 cleanup: in PHP_FUNCTION()
3544 cleanup: in php_ldap_do_rename()
3903 cleanup: in php_ldap_exop()
[all …]
/php-src/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-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c158 PDO_CONSTRUCT_CHECK_WITH_CLEANUP(cleanup); in PHP_METHOD()
171 cleanup: in PHP_METHOD()
/php-src/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-src/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-src/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt2 JIT Trampoline 001: trampoline cleanup

Completed in 87 milliseconds

1234