Searched refs:bl_handle (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/interbase/ |
H A D | ibase_blobs.c | 55 if (ib_blob->bl_handle != 0) { /* blob open*/ in _php_ibase_free_blob() 56 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_free_blob() 235 ib_blob->bl_handle = 0; in PHP_FUNCTION() 266 ib_blob->bl_handle = 0; in PHP_FUNCTION() 361 if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 366 ib_blob->bl_handle = 0; in _php_ibase_blob_end() 370 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end() 374 ib_blob->bl_handle = 0; in _php_ibase_blob_end() 429 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in PHP_FUNCTION() 497 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() 1550 blob_handle.bl_handle = 0; in _php_ibase_fetch_hash() 1554 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash() 1559 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash() 1594 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()
|
Completed in 16 milliseconds