Searched refs:le_blob (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/interbase/ |
H A D | ibase_blobs.c | 49 static int le_blob; variable 67 le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL, in php_ibase_blobs_minit() 244 RETVAL_RES(zend_register_resource(ib_blob, le_blob)); in PHP_FUNCTION() 281 RETVAL_RES(zend_register_resource(ib_blob, le_blob)); in PHP_FUNCTION() 305 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in PHP_FUNCTION() 332 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in PHP_FUNCTION() 356 ib_blob = (ibase_blob *)zend_fetch_resource_ex(blob_arg, "Interbase blob", le_blob); in _php_ibase_blob_end()
|
Completed in 6 milliseconds