Home
last modified time | relevance | path

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

123

/PHP-7.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-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp177 goto cleanup; in PHP_FUNCTION()
191 goto cleanup; in PHP_FUNCTION()
212 goto cleanup; in PHP_FUNCTION()
223 goto cleanup; in PHP_FUNCTION()
244 goto cleanup; in PHP_FUNCTION()
250 cleanup: in PHP_FUNCTION()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c479 goto cleanup; in pdo_dblib_handle_factory()
511 goto cleanup; in pdo_dblib_handle_factory()
520 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
530 goto cleanup; in pdo_dblib_handle_factory()
540 goto cleanup; in pdo_dblib_handle_factory()
555 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
562 goto cleanup; in pdo_dblib_handle_factory()
571 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
590 cleanup: in pdo_dblib_handle_factory()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c704 goto cleanup; in pdo_oci_handle_factory()
729 goto cleanup; in pdo_oci_handle_factory()
738 goto cleanup; in pdo_oci_handle_factory()
744 goto cleanup; in pdo_oci_handle_factory()
751 goto cleanup; in pdo_oci_handle_factory()
765 goto cleanup; in pdo_oci_handle_factory()
780 goto cleanup; in pdo_oci_handle_factory()
788 goto cleanup; in pdo_oci_handle_factory()
795 goto cleanup; in pdo_oci_handle_factory()
802 goto cleanup; in pdo_oci_handle_factory()
[all …]
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c635 goto cleanup;
693 goto cleanup;
704 goto cleanup;
722 goto cleanup;
732 goto cleanup;
742 goto cleanup;
751 goto cleanup;
816 goto cleanup;
824 goto cleanup;
866 goto cleanup;
[all …]
/PHP-7.4/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-7.4/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
H A Dcurl_write_file.phpt32 // cleanup
/PHP-7.4/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-7.4/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-7.4/ext/ldap/
H A Dldap.c1214 goto cleanup; in PHP_FUNCTION()
1245 cleanup: in PHP_FUNCTION()
1670 cleanup: in php_ldap_do_search()
2358 cleanup: in php_ldap_do_modify()
2482 goto cleanup; in php_ldap_do_delete()
2497 cleanup: in php_ldap_do_delete()
2850 cleanup: { in PHP_FUNCTION()
2986 cleanup: in PHP_FUNCTION()
3696 cleanup: in php_ldap_do_rename()
4252 cleanup: in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c347 goto cleanup; in PHP_FUNCTION()
399 goto cleanup; in PHP_FUNCTION()
434 goto cleanup; in PHP_FUNCTION()
444 cleanup: in PHP_FUNCTION()
/PHP-7.4/ext/oci8/tests/
H A Dlob_036.phpt2 Exercise cleanup code when LOB buffering is on
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt115 goto cleanup;
121 goto cleanup;
127 cleanup:
/PHP-7.4/ext/ffi/tests/
H A D017.phpt2 FFI 017: Structure constraints & tags cleanup
H A Dbug79576.phpt6 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xfail: FFI cleanup after parser error is nor implemente…
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt2 SQLite3::query Skip all cleanup

Completed in 59 milliseconds

123