Searched refs:bl_handle (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/interbase/ |
H A D | ibase_blobs.c | 39 if (ib_blob->bl_handle != 0) { /* blob open*/ in _php_ibase_free_blob() 40 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_free_blob() 219 ib_blob->bl_handle = 0; in PHP_FUNCTION() 264 ib_blob->bl_handle = 0; in PHP_FUNCTION() 359 if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 364 ib_blob->bl_handle = 0; in _php_ibase_blob_end() 368 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 372 ib_blob->bl_handle = 0; in _php_ibase_blob_end() 441 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in PHP_FUNCTION() 523 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION() [all …]
|
H A D | php_ibase_includes.h | 91 isc_blob_handle bl_handle; member
|
H A D | ibase_query.c | 747 &ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) { in _php_ibase_bind() 756 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in _php_ibase_bind() 1554 blob_handle.bl_handle = 0; in _php_ibase_fetch_hash() 1558 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash() 1563 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash() 1598 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()
|
Completed in 20 milliseconds