Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.c46 } tsrm_resource_type; typedef
55 static tsrm_resource_type *resource_types_table=NULL;
167 …resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resour… in tsrm_startup()
308 tsrm_resource_type *_tmp; in ts_allocate_id()
309 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_id()
366 tsrm_resource_type *_tmp; in ts_allocate_fast_id()
367 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_fast_id()

Completed in 10 milliseconds