Home
last modified time | relevance | path

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

123

/PHP-5.5/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.5/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.5/ext/pdo_dblib/
H A Ddblib_driver.c309 goto cleanup; in pdo_dblib_handle_factory()
320 goto cleanup; in pdo_dblib_handle_factory()
329 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory()
335 goto cleanup; in pdo_dblib_handle_factory()
341 goto cleanup; in pdo_dblib_handle_factory()
356 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
363 goto cleanup; in pdo_dblib_handle_factory()
372 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory()
391 cleanup: in pdo_dblib_handle_factory()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c587 goto cleanup;
629 goto cleanup;
643 goto cleanup;
661 goto cleanup;
671 goto cleanup;
681 goto cleanup;
690 goto cleanup;
726 goto cleanup;
737 goto cleanup;
771 goto cleanup;
[all …]
/PHP-5.5/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.5/ext/date/lib/
H A Dunixtime2tm.c150 goto cleanup; in timelib_update_from_sse()
160 goto cleanup; in timelib_update_from_sse()
165 goto cleanup; in timelib_update_from_sse()
167 cleanup: in timelib_update_from_sse()
/PHP-5.5/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/PHP-5.5/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.5/ext/session/tests/
H A D009.phpt17 ### Phase 1 cleanup
H A D027.phpt17 ### Phase 1 cleanup
H A Drfc1867_disabled_2.phpt14 session.upload_progress.cleanup=0
H A Drfc1867_disabled.phpt14 session.upload_progress.cleanup=0
H A Drfc1867_no_name.phpt14 session.upload_progress.cleanup=0
H A Drfc1867_cleanup.phpt14 session.upload_progress.cleanup=1
H A Drfc1867_sid_only_cookie_2.phpt13 session.upload_progress.cleanup=0
/PHP-5.5/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.5/ext/oci8/tests/
H A Dlob_036.phpt2 Exercise cleanup code when LOB buffering is on
/PHP-5.5/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.5/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt2 SQLite3::query Skip all cleanup
/PHP-5.5/ext/intl/
H A Dphp_intl.c1010 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local
1014 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION()
1015 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()

Completed in 36 milliseconds

123