Searched refs:ib_blob_id (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_blobs.c | 483 ibase_blob ib_blob_id = { NULL, BLOB_OUTPUT }; local 506 if (! _php_ibase_string_to_quad(blob_id, &ib_blob_id.bl_qd)) { 512 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle, 513 &ib_blob_id.bl_qd)) { 517 while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data) 526 if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) {
|
Completed in 3 milliseconds