Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_list.c242 static int clean_module_resource(zend_rsrc_list_entry *le, int *resource_id TSRMLS_DC) in clean_module_resource()
244 if (le->type == *resource_id) { in clean_module_resource()
255 …persistent_list), (apply_func_arg_t) clean_module_resource, (void *) &(ld->resource_id) TSRMLS_CC); in zend_clean_module_rsrc_dtors_cb()
281 lde.resource_id = list_destructors.nNextFreeElement; in zend_register_list_destructors()
305 lde.resource_id = list_destructors.nNextFreeElement; in zend_register_list_destructors_ex()
324 printf("Found resource id %d for resource type %s\n", (*lde).resource_id, type_name); in zend_fetch_list_dtor_id()
326 return lde->resource_id; in zend_fetch_list_dtor_id()
H A Dzend_list.h54 int resource_id; member
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1089 int resource_id; local
1103 resource_id = mysql_link ? Z_RESVAL_P(mysql_link) : MySG(default_link);
1108 if ((mysql = zend_list_find(resource_id, &tmp)) && tmp == le_plink) {
1113 zend_list_delete(resource_id);
1120 zend_list_delete(resource_id);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c929 static void _php_pgsql_notice_handler(void *resource_id, const char *message) in _php_pgsql_notice_handler() argument
940 …zend_hash_index_update(&PGG(notices), (ulong)resource_id, (void **)&notice, sizeof(php_pgsql_notic… in _php_pgsql_notice_handler()

Completed in 55 milliseconds