Searched refs:ib_blob_id (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/interbase/ |
H A D | ibase_blobs.c | 480 ibase_blob ib_blob_id = { 0, BLOB_OUTPUT }; in PHP_FUNCTION() local 503 if (! _php_ibase_string_to_quad(blob_id, &ib_blob_id.bl_qd)) { in PHP_FUNCTION() 509 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle, in PHP_FUNCTION() 510 &ib_blob_id.bl_qd)) { in PHP_FUNCTION() 514 while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data) in PHP_FUNCTION() 523 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) { in PHP_FUNCTION()
|
Completed in 6 milliseconds