Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dibase_query.c1547 ibase_blob blob_handle; in _php_ibase_fetch_hash() local
1553 blob_handle.bl_handle = NULL; in _php_ibase_fetch_hash()
1554 blob_handle.bl_qd = *(ISC_QUAD *) var->sqldata; in _php_ibase_fetch_hash()
1557 &blob_handle.bl_handle, &blob_handle.bl_qd)) { in _php_ibase_fetch_hash()
1562 if (isc_blob_info(IB_STATUS, &blob_handle.bl_handle, sizeof(bl_items), in _php_ibase_fetch_hash()
1592 } else if (SUCCESS != _php_ibase_blob_get(result, &blob_handle, in _php_ibase_fetch_hash()
1597 if (isc_close_blob(IB_STATUS, &blob_handle.bl_handle)) { in _php_ibase_fetch_hash()
H A Dinterbase.c123 ZEND_ARG_INFO(0, blob_handle)
128 ZEND_ARG_INFO(0, blob_handle)
133 ZEND_ARG_INFO(0, blob_handle)
137 ZEND_ARG_INFO(0, blob_handle)
H A Dphp_ibase_udf.c150 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()

Completed in 22 milliseconds