]> granicus.if.org Git - php/commitdiff
CS/WS
authorArd Biesheuvel <abies@php.net>
Wed, 11 Feb 2004 11:59:08 +0000 (11:59 +0000)
committerArd Biesheuvel <abies@php.net>
Wed, 11 Feb 2004 11:59:08 +0000 (11:59 +0000)
ext/interbase/ibase_events.c
ext/interbase/ibase_service.c

index c7ec25e61bcee3591a71eb2c5d9a2e60c76c94de..6487b1944ecb429860a45f270a839c520ccab722 100644 (file)
@@ -36,8 +36,8 @@ void _php_ibase_event_free(char *event_buf, char *result_buf) /* {{{ */
 }
 /* }}} */
 
-static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, char **events, 
-       unsigned short *l, char **event_buf, char **result_buf) /* {{{ */
+static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, /* {{{ */
+       char **events, unsigned short *l, char **event_buf, char **result_buf)
 {
        ISC_STATUS dummy_result[20];
        unsigned long dummy_count[15];
@@ -142,8 +142,8 @@ PHP_FUNCTION(ibase_wait_event)
 }
 /* }}} */
 
-static isc_callback _php_ibase_callback(ibase_event *event, 
-       unsigned short buffer_size, char *result_buf) /* {{{ */
+static isc_callback _php_ibase_callback(ibase_event *event, /* {{{ */
+       unsigned short buffer_size, char *result_buf)
 {
        /* this function is called asynchronously by the Interbase client library. */
        TSRMLS_FETCH_FROM_CTX(event->thread_ctx);
@@ -305,6 +305,7 @@ PHP_FUNCTION(ibase_set_event_handler)
        ZEND_REGISTER_RESOURCE(return_value, event, le_event);
        zend_list_addref(Z_LVAL_P(return_value));
 }
+/* }}} */
 
 /* {{{ proto bool ibase_free_event_handler(resource event)
    Frees the event handler set by ibase_set_event_handler() */
index 857c58693df44fc214a8460887b3231b8c236542..147ee4688fd013243cca54e11ed5a06e460361e1 100644 (file)
@@ -255,8 +255,8 @@ PHP_FUNCTION(ibase_service_detach)
 }
 /* }}} */
 
-static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, 
-       ibase_service *svm, char info_action) /* {{{ */
+static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */
+       ibase_service *svm, char info_action)
 {
        static char spb[] = { isc_info_svc_timeout, 10, 0, 0, 0 };
                
@@ -459,6 +459,7 @@ PHP_FUNCTION(ibase_backup)
 {
        _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_backup);
 }
+/* }}} */
 
 /* {{{ proto mixed ibase_restore(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])
    Initiates a restore task in the service manager and returns immediately */
@@ -595,6 +596,7 @@ PHP_FUNCTION(ibase_server_info)
        _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action);
 }
 /* }}} */
+
 #endif /* HAVE_IBASE6_API */
         
 /*