Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dibase_blobs.c483 ibase_blob ib_blob_id = { NULL, BLOB_OUTPUT }; in PHP_FUNCTION() local
506 if (! _php_ibase_string_to_quad(blob_id, &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
512 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle, in PHP_FUNCTION()
513 &ib_blob_id.bl_qd)) { in PHP_FUNCTION()
517 while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data) in PHP_FUNCTION()
526 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION()

Completed in 6 milliseconds