Home
last modified time | relevance | path

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

/PHP-5.4/ext/interbase/
H A Dibase_blobs.c481 ibase_blob ib_blob_id = { NULL, BLOB_OUTPUT }; in PHP_FUNCTION() local
504 if (! _php_ibase_string_to_quad(blob_id, &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
510 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle, in PHP_FUNCTION()
511 &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
515 while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data) in PHP_FUNCTION()
524 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION()

Completed in 4 milliseconds