Home
last modified time | relevance | path

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

123

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_cleanup.c14 void (*cleanup)(int, void *); member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add()
31 c->cleanup = cleanup; in fpm_cleanup_add()
45 c->cleanup(type, c->arg); in fpm_cleanups_run()
H A Dfpm_cleanup.h8 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *);
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_format_object.cpp154 goto cleanup; in PHP_FUNCTION()
168 goto cleanup; in PHP_FUNCTION()
189 goto cleanup; in PHP_FUNCTION()
200 goto cleanup; in PHP_FUNCTION()
221 goto cleanup; in PHP_FUNCTION()
226 cleanup: in PHP_FUNCTION()
/PHP-5.6/ext/pdo_dblib/
H A Ddblib_driver.c314 goto cleanup; in pdo_dblib_handle_factory()
325 goto cleanup; in pdo_dblib_handle_factory()
334 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
340 goto cleanup; in pdo_dblib_handle_factory()
346 goto cleanup; in pdo_dblib_handle_factory()
361 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
368 goto cleanup; in pdo_dblib_handle_factory()
377 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
396 cleanup: in pdo_dblib_handle_factory()
/PHP-5.6/ext/pdo_mysql/
H A Dmysql_driver.c587 goto cleanup;
629 goto cleanup;
645 goto cleanup;
663 goto cleanup;
673 goto cleanup;
683 goto cleanup;
692 goto cleanup;
728 goto cleanup;
739 goto cleanup;
773 goto cleanup;
[all …]
/PHP-5.6/ext/pdo_oci/
H A Doci_driver.c611 goto cleanup; in pdo_oci_handle_factory()
615 goto cleanup; in pdo_oci_handle_factory()
636 goto cleanup; in pdo_oci_handle_factory()
645 goto cleanup; in pdo_oci_handle_factory()
651 goto cleanup; in pdo_oci_handle_factory()
658 goto cleanup; in pdo_oci_handle_factory()
668 goto cleanup; in pdo_oci_handle_factory()
679 goto cleanup; in pdo_oci_handle_factory()
687 goto cleanup; in pdo_oci_handle_factory()
694 goto cleanup; in pdo_oci_handle_factory()
[all …]
/PHP-5.6/ext/date/lib/
H A Dunixtime2tm.c154 goto cleanup; in timelib_update_from_sse()
164 goto cleanup; in timelib_update_from_sse()
169 goto cleanup; in timelib_update_from_sse()
171 cleanup: in timelib_update_from_sse()
/PHP-5.6/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-5.6/ext/ereg/regex/
H A DWHATSNEW19 Plus the usual minor cleanup.
21 New in alpha3.2: Assorted bits of cleanup and portability improvement
47 internal cleanup of various kinds.
64 New in alpha2.1: Lots of little stuff, cleanup and fixes. The one big
82 More minor cleanup. Buglet fix: it's CHAR_BIT, not CHAR_BITS. Simple
86 New in alpha+2: minor bits of cleanup. Notably, the number "32" for the
/PHP-5.6/ext/sysvsem/tests/
H A Dnowait.phpt29 echo "P: cleanup.\n";
103 P: cleanup.
/PHP-5.6/ext/openssl/
H A Dopenssl.c1549 goto cleanup; in PHP_FUNCTION()
1551 cleanup: in PHP_FUNCTION()
1614 goto cleanup; in PHP_FUNCTION()
1616 cleanup: in PHP_FUNCTION()
1676 goto cleanup; in PHP_FUNCTION()
1678 cleanup: in PHP_FUNCTION()
1729 cleanup: in PHP_FUNCTION()
2468 cleanup: in PHP_FUNCTION()
2540 cleanup: in PHP_FUNCTION()
2644 cleanup: in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/soap/tests/
H A Dbug73037.phpt112 goto cleanup;
118 goto cleanup;
124 cleanup:
/PHP-5.6/ext/session/tests/
H A D027.phpt17 ### Phase 1 cleanup
H A D009.phpt17 ### Phase 1 cleanup
H A Drfc1867_disabled.phpt14 session.upload_progress.cleanup=0
H A Drfc1867_disabled_2.phpt14 session.upload_progress.cleanup=0
H A Drfc1867_no_name.phpt14 session.upload_progress.cleanup=0
/PHP-5.6/ext/curl/tests/
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-5.6/ext/oci8/tests/
H A Dlob_036.phpt2 Exercise cleanup code when LOB buffering is on
/PHP-5.6/ext/intl/transliterator/
H A Dtransliterator_methods.c352 goto cleanup; in PHP_FUNCTION()
404 goto cleanup; in PHP_FUNCTION()
439 goto cleanup; in PHP_FUNCTION()
449 cleanup: in PHP_FUNCTION()
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt2 SQLite3::query Skip all cleanup

Completed in 66 milliseconds

123