Home
last modified time | relevance | path

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

/PHP-5.6/ext/interbase/
H A Dibase_blobs.c73 char *_php_ibase_quad_to_string(ISC_QUAD const qd) /* {{{ */ in _php_ibase_quad_to_string() function
367 RETVAL_STRINGL(_php_ibase_quad_to_string(ib_blob->bl_qd), BLOB_ID_LEN, 0); in _php_ibase_blob_end()
574 RETURN_STRINGL( _php_ibase_quad_to_string(ib_blob.bl_qd), BLOB_ID_LEN, 0); in PHP_FUNCTION()
H A Dphp_ibase_includes.h177 char *_php_ibase_quad_to_string(ISC_QUAD const qd);
H A Dibase_query.c1604 ZVAL_STRINGL(result,_php_ibase_quad_to_string(bl_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()
1630 ZVAL_STRINGL(result,_php_ibase_quad_to_string(ar_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()

Completed in 13 milliseconds