bl_handle          39 ext/interbase/ibase_blobs.c 	if (ib_blob->bl_handle != NULL) { /* blob open*/
bl_handle          40 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         112 ext/interbase/ibase_blobs.c 			stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &bl_data[cur_len]);
bl_handle         140 ext/interbase/ibase_blobs.c 		if (isc_put_segment(IB_STATUS, &ib_blob->bl_handle, chunk_size, &Z_STRVAL_PP(string_arg)[put_cnt] )) {
bl_handle         150 ext/interbase/ibase_blobs.c static int _php_ibase_blob_info(isc_blob_handle bl_handle, IBASE_BLOBINFO *bl_info TSRMLS_DC) /* {{{ */
bl_handle         166 ext/interbase/ibase_blobs.c 	if (isc_blob_info(IB_STATUS, &bl_handle, sizeof(bl_items), bl_items, sizeof(bl_inf), bl_inf)) {
bl_handle         221 ext/interbase/ibase_blobs.c 	ib_blob->bl_handle = NULL;
bl_handle         224 ext/interbase/ibase_blobs.c 	if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, &ib_blob->bl_qd)) {
bl_handle         265 ext/interbase/ibase_blobs.c 	ib_blob->bl_handle = NULL;
bl_handle         274 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle,
bl_handle         360 ext/interbase/ibase_blobs.c 			if (isc_close_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         365 ext/interbase/ibase_blobs.c 		ib_blob->bl_handle = NULL;
bl_handle         369 ext/interbase/ibase_blobs.c 		if (isc_cancel_blob(IB_STATUS, &ib_blob->bl_handle)) {
bl_handle         373 ext/interbase/ibase_blobs.c 		ib_blob->bl_handle = NULL;
bl_handle         433 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
bl_handle         439 ext/interbase/ibase_blobs.c 		if (_php_ibase_blob_info(ib_blob.bl_handle, &bl_info TSRMLS_CC)) {
bl_handle         442 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle         510 ext/interbase/ibase_blobs.c 		if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob_id.bl_handle,
bl_handle         515 ext/interbase/ibase_blobs.c 		while (!isc_get_segment(IB_STATUS, &ib_blob_id.bl_handle, &seg_len, sizeof(bl_data), bl_data)
bl_handle         524 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob_id.bl_handle)) {
bl_handle         560 ext/interbase/ibase_blobs.c 		if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle,
bl_handle         566 ext/interbase/ibase_blobs.c 			if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) {
bl_handle         571 ext/interbase/ibase_blobs.c 		if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle         743 ext/interbase/ibase_query.c 							&ib_query->trans->handle, &ib_blob.bl_handle, &ib_blob.bl_qd)) {
bl_handle         752 ext/interbase/ibase_query.c 					if (isc_close_blob(IB_STATUS, &ib_blob.bl_handle)) {
bl_handle        1553 ext/interbase/ibase_query.c 						blob_handle.bl_handle = NULL;
bl_handle        1557 ext/interbase/ibase_query.c 								&blob_handle.bl_handle, &blob_handle.bl_qd)) {
bl_handle        1562 ext/interbase/ibase_query.c 						if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items),
bl_handle        1597 ext/interbase/ibase_query.c 						if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) {
bl_handle          92 ext/interbase/php_ibase_includes.h 	isc_blob_handle bl_handle;