Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dibase_blobs.c39 if (ib_blob->bl_handle != NULL) { /* blob open*/ in _php_ibase_free_blob()
40 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_free_blob()
221 ib_blob->bl_handle = NULL; in PHP_FUNCTION()
265 ib_blob->bl_handle = NULL; in PHP_FUNCTION()
360 if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end()
365 ib_blob->bl_handle = NULL; in _php_ibase_blob_end()
369 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end()
373 ib_blob->bl_handle = NULL; in _php_ibase_blob_end()
442 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in PHP_FUNCTION()
524 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.c743 &ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) { in _php_ibase_bind()
752 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in _php_ibase_bind()
1553 blob_handle.bl_handle = NULL; in _php_ibase_fetch_hash()
1557 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash()
1562 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash()
1597 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()

Completed in 18 milliseconds