Searched refs:le_blob (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/interbase/ |
H A D | ibase_blobs.c | 33 static int le_blob; variable 51 le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL, in php_ibase_blobs_minit() 228 RETVAL_RES(zend_register_resource(ib_blob, le_blob)); in PHP_FUNCTION() 279 RETVAL_RES(zend_register_resource(ib_blob, le_blob)); in PHP_FUNCTION() 303 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in PHP_FUNCTION() 330 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in PHP_FUNCTION() 354 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in _php_ibase_blob_end()
|
Completed in 7 milliseconds