Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dibase_query.c1554 ibase_blob blob_handle; in _php_ibase_fetch_hash() local
1560 blob_handle.bl_handle = NULL; in _php_ibase_fetch_hash()
1561 blob_handle.bl_qd = *(ISC_QUAD *) var->sqldata; in _php_ibase_fetch_hash()
1564 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash()
1569 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash()
1599 } else if (SUCCESS != _php_ibase_blob_get(result, &blob_handle, in _php_ibase_fetch_hash()
1604 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()
H A Dinterbase.c125 ZEND_ARG_INFO(0, blob_handle)
130 ZEND_ARG_INFO(0, blob_handle)
135 ZEND_ARG_INFO(0, blob_handle)
139 ZEND_ARG_INFO(0, blob_handle)
H A Dphp_ibase_udf.c152 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()

Completed in 15 milliseconds