Searched refs:IB_STATUS (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/interbase/ |
H A D | ibase_blobs.c | 40 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_free_blob() 273 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, in PHP_FUNCTION() 359 if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 368 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 432 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle, in PHP_FUNCTION() 441 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in PHP_FUNCTION() 515 || IB_STATUS[1] == isc_segment) { in PHP_FUNCTION() 519 if (IB_STATUS[0] && (IB_STATUS[1] != isc_segstr_eof)) { in PHP_FUNCTION() 523 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION() 565 if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) { in PHP_FUNCTION() [all …]
|
H A D | ibase_query.c | 127 if (SUCCESS == isc_database_info(IB_STATUS, &link->handle, in _php_ibase_free_stmt_handle() 129 if (isc_dsql_free_statement(IB_STATUS, &stmt, DSQL_drop)) { in _php_ibase_free_stmt_handle() 229 if (isc_array_lookup_bounds(IB_STATUS, &link, &trans, var->relname, in _php_ibase_alloc_array() 356 if (isc_dsql_sql_info(IB_STATUS, &ib_query->stmt, sizeof(info_type), in _php_ibase_alloc_query() 389 if (isc_dsql_describe_bind(IB_STATUS, &ib_query->stmt, in _php_ibase_alloc_query() 746 if (isc_create_blob(IB_STATUS, &ib_query->link->handle, in _php_ibase_bind() 756 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in _php_ibase_bind() 985 isc_result = isc_dsql_execute(IB_STATUS, &ib_query->trans->handle, in _php_ibase_exec() 1497 if (IB_STATUS[0] && IB_STATUS[1]) { /* error in fetch */ in _php_ibase_fetch_hash() 1598 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash() [all …]
|
H A D | ibase_service.c | 43 if (isc_service_detach(IB_STATUS, &sv->handle)) { in _php_ibase_free_service() 173 if (isc_service_start(IB_STATUS, &svm->handle, NULL, spb_len, buf)) { in _php_ibase_user() 237 if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) { in PHP_FUNCTION() 283 if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) { in _php_ibase_service_query() 292 if (isc_service_query(IB_STATUS, &svm->handle, NULL, sizeof(spb), spb, in _php_ibase_service_query() 458 if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) { in _php_ibase_backup_restore() 566 if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) { in _php_ibase_service_action()
|
H A D | interbase.c | 511 const ISC_STATUS *statusp = IB_STATUS; in _php_ibase_error() 513 IBG(sql_code) = isc_sqlcode(IB_STATUS); in _php_ibase_error() 590 if (isc_commit_transaction(IB_STATUS, &p->trans->handle)) { in _php_ibase_commit_link() 640 isc_detach_database(IB_STATUS, &link->handle); in _php_ibase_close_link() 654 isc_detach_database(IB_STATUS, &link->handle); in _php_ibase_close_plink() 670 if (isc_rollback_transaction(IB_STATUS, &trans->handle)) { in _php_ibase_free_trans() 1109 if (isc_drop_database(IB_STATUS, &ib_link->handle)) { in PHP_FUNCTION() 1355 result = isc_rollback_transaction(IB_STATUS, &trans->handle); in _php_ibase_trans_end() 1358 result = isc_commit_transaction(IB_STATUS, &trans->handle); in _php_ibase_trans_end() 1361 result = isc_rollback_retaining(IB_STATUS, &trans->handle); in _php_ibase_trans_end() [all …]
|
H A D | ibase_events.c | 50 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { in _php_ibase_free_event() 170 if (isc_wait_for_event(IB_STATUS, &ib_link->handle, buffer_size, event_buffer, result_buffer)) { in PHP_FUNCTION() 247 if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size, in _php_ibase_callback() 354 if (isc_que_events(IB_STATUS, &ib_link->handle, &event->event_id, buffer_size, in PHP_FUNCTION()
|
H A D | php_ibase_includes.h | 36 #define IB_STATUS (IBG(status)) macro
|
Completed in 28 milliseconds