Home
last modified time | relevance | path

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

123

/PHP-8.0/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.0/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.0/ext/intl/
H A Dphp_intl.c247 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local
251 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION()
252 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.0/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.0/ext/pdo_dblib/
H A Ddblib_driver.c477 goto cleanup; in pdo_dblib_handle_factory()
509 goto cleanup; in pdo_dblib_handle_factory()
518 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
528 goto cleanup; in pdo_dblib_handle_factory()
538 goto cleanup; in pdo_dblib_handle_factory()
553 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
560 goto cleanup; in pdo_dblib_handle_factory()
569 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
588 cleanup: in pdo_dblib_handle_factory()
/PHP-8.0/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.0/ext/pdo_oci/
H A Doci_driver.c742 goto cleanup; in pdo_oci_handle_factory()
767 goto cleanup; in pdo_oci_handle_factory()
776 goto cleanup; in pdo_oci_handle_factory()
782 goto cleanup; in pdo_oci_handle_factory()
789 goto cleanup; in pdo_oci_handle_factory()
803 goto cleanup; in pdo_oci_handle_factory()
818 goto cleanup; in pdo_oci_handle_factory()
826 goto cleanup; in pdo_oci_handle_factory()
833 goto cleanup; in pdo_oci_handle_factory()
840 goto cleanup; in pdo_oci_handle_factory()
[all …]
/PHP-8.0/ext/curl/tests/
H A Dcurl_multi_close_reference.phpt2 curl_multi_close closed by cleanup functions
H A Dcurl_reset.phpt34 // cleanup
H A Dcurl_write_callback.phpt31 // cleanup
H A Dcurl_write_return.phpt28 // cleanup
H A Dcurl_write_stdout.phpt25 // cleanup
/PHP-8.0/ext/date/lib/
H A Dunixtime2tm.c132 goto cleanup; in timelib_update_from_sse()
142 goto cleanup; in timelib_update_from_sse()
147 goto cleanup; in timelib_update_from_sse()
149 cleanup: in timelib_update_from_sse()
/PHP-8.0/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c653 goto cleanup;
710 goto cleanup;
737 goto cleanup;
747 goto cleanup;
757 goto cleanup;
766 goto cleanup;
807 goto cleanup;
831 goto cleanup;
836 goto cleanup;
877 goto cleanup;
[all …]
/PHP-8.0/ext/ldap/
H A Dldap.c1202 goto cleanup; in PHP_FUNCTION()
1233 cleanup: in PHP_FUNCTION()
1660 cleanup: in php_ldap_do_search()
2330 cleanup: in php_ldap_do_modify()
2445 goto cleanup; in php_ldap_do_delete()
2460 cleanup: in php_ldap_do_delete()
2807 cleanup: { in PHP_FUNCTION()
2939 cleanup: in PHP_FUNCTION()
3631 cleanup: in php_ldap_do_rename()
3981 cleanup: in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/session/tests/
H A Dbug61470.phpt20 // cleanup
H A D009.phpt18 ### Phase 1 cleanup
H A D027.phpt18 ### Phase 1 cleanup
H A Dbug79221.phpt14 session.upload_progress.cleanup=0
/PHP-8.0/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.0/ext/oci8/tests/
H A Dlob_036.phpt2 Exercise cleanup code when LOB buffering is on
/PHP-8.0/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 63 milliseconds

123