Home
last modified time | relevance | path

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

/PHP-8.0/TSRM/
H A DTSRM.c430 if (thread_resources) { in ts_resource_ex()
436 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
449 if (!thread_resources) { in ts_resource_ex()
458 thread_resources = thread_resources->next; in ts_resource_ex()
467 } while (thread_resources); in ts_resource_ex()
474 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
493 while (thread_resources) { in ts_free_thread()
512 free(thread_resources); in ts_free_thread()
515 if (thread_resources->next) { in ts_free_thread()
516 last = thread_resources; in ts_free_thread()
[all …]

Completed in 6 milliseconds