Searched refs:bl_handle (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_blobs.c | 41 if (ib_blob->bl_handle != NULL) { /* blob open*/ 42 if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) { 114 stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &bl_data[cur_len]); 142 if (isc_put_segment(IB_STATUS, &ib_blob->bl_handle, chunk_size, &Z_STRVAL_PP(string_arg)[put_cnt] )) { 152 static int _php_ibase_blob_info(isc_blob_handle bl_handle, IBASE_BLOBINFO *bl_info TSRMLS_DC) /* {{{ */ argument 168 if (isc_blob_info(IB_STATUS, &bl_handle, sizeof(bl_items), bl_items, sizeof(bl_inf), bl_inf)) { 223 ib_blob->bl_handle = NULL; 226 if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, &ib_blob->bl_qd)) { 267 ib_blob->bl_handle = NULL; 276 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, [all...] |
| H A D | ibase_query.c | 745 &ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) { 754 if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) { 1560 blob_handle.bl_handle = NULL; 1564 &blob_handle.bl_handle, &blob_handle.bl_qd)) { 1569 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), 1604 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) {
|
| H A D | php_ibase_includes.h | 93 isc_blob_handle bl_handle; member in struct:__anon92
|
Completed in 7 milliseconds