Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_list.c249 int resource_id = *(int *)arg; in clean_module_resource() local
250 if (Z_RES_TYPE_P(zv) == resource_id) { in clean_module_resource()
263 …hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource_id)); in zend_clean_module_rsrc_dtors_cb()
286 lde->resource_id = list_destructors.nNextFreeElement; in zend_register_list_destructors_ex()
302 return lde->resource_id; in zend_fetch_list_dtor_id()
H A Dzend_list.h40 int resource_id; member
/PHP-7.1/ext/pgsql/
H A Dpgsql.c969 static void _php_pgsql_notice_handler(void *resource_id, const char *message) in _php_pgsql_notice_handler() argument
977 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler()
981 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler()

Completed in 19 milliseconds