Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dibase_blobs.c41 if (ib_blob->bl_handle != NULL) { /* blob open*/ in _php_ibase_free_blob()
42 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_free_blob()
223 ib_blob->bl_handle = NULL; in PHP_FUNCTION()
267 ib_blob->bl_handle = NULL; in PHP_FUNCTION()
362 if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end()
367 ib_blob->bl_handle = NULL; in _php_ibase_blob_end()
371 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { in _php_ibase_blob_end()
375 ib_blob->bl_handle = NULL; in _php_ibase_blob_end()
444 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in PHP_FUNCTION()
526 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h93 isc_blob_handle bl_handle; member
H A Dibase_query.c745 &ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) { in _php_ibase_bind()
754 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { in _php_ibase_bind()
1560 blob_handle.bl_handle = NULL; in _php_ibase_fetch_hash()
1564 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash()
1569 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash()
1604 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()

Completed in 10 milliseconds