Home
last modified time | relevance | path

Searched refs:bl_handle (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/interbase/
H A Dibase_blobs.c55 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 Dphp_ibase_includes.h91 isc_blob_handle bl_handle; member
H A Dibase_query.c747 &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 13 milliseconds