Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_list.c244 int resource_id = *(int *)arg; in clean_module_resource() local
246 return Z_RES_TYPE_P(zv) == resource_id; in clean_module_resource()
255 …hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource_id)); in zend_clean_module_rsrc_dtors_cb()
278 lde->resource_id = list_destructors.nNextFreeElement; in zend_register_list_destructors_ex()
294 return lde->resource_id; in zend_fetch_list_dtor_id()
H A Dzend_list.h38 int resource_id; member
/PHP-7.4/ext/pgsql/
H A Dpgsql.c968 static void _php_pgsql_notice_handler(void *resource_id, const char *message) in _php_pgsql_notice_handler() argument
976 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler()
980 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler()

Completed in 32 milliseconds