Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dibase_blobs.c35 static int le_blob; variable
53 le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL, in php_ibase_blobs_minit()
232 ZEND_REGISTER_RESOURCE(return_value, ib_blob, le_blob); in PHP_FUNCTION()
282 ZEND_REGISTER_RESOURCE(return_value, ib_blob, le_blob); in PHP_FUNCTION()
305 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); in PHP_FUNCTION()
331 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); in PHP_FUNCTION()
357 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); in _php_ibase_blob_end()

Completed in 6 milliseconds