Home
last modified time | relevance | path

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

/PHP-7.3/ext/interbase/
H A Dibase_blobs.c468 ibase_blob ib_blob_id = { 0, BLOB_OUTPUT }; in PHP_FUNCTION() local
477 if (! _php_ibase_string_to_quad(blob_id, &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
483 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle, in PHP_FUNCTION()
484 &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
488 while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data) in PHP_FUNCTION()
497 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION()

Completed in 7 milliseconds