Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.c397 (*thread_resources_ptr)->storage = NULL; in allocate_new_resource()
399 (*thread_resources_ptr)->storage = (void **) malloc(sizeof(void *)*id_count); in allocate_new_resource()
401 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
402 (*thread_resources_ptr)->thread_id = thread_id; in allocate_new_resource()
403 (*thread_resources_ptr)->next = NULL; in allocate_new_resource()
406 tsrm_tls_set(*thread_resources_ptr); in allocate_new_resource()
407 TSRMLS_CACHE = *thread_resources_ptr; in allocate_new_resource()
414 (*thread_resources_ptr)->storage[i] = NULL; in allocate_new_resource()
417 …(*thread_resources_ptr)->storage[i] = (void *) (((char*)(*thread_resources_ptr)) + resource_types_… in allocate_new_resource()
419 (*thread_resources_ptr)->storage[i] = (void *) malloc(resource_types_table[i].size); in allocate_new_resource()
[all …]

Completed in 8 milliseconds