Home
last modified time | relevance | path

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

/php-src/TSRM/
H A DTSRM.c431 if (thread_resources) { in ts_resource_ex()
437 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
450 if (!thread_resources) { in ts_resource_ex()
459 thread_resources = thread_resources->next; in ts_resource_ex()
490 free(thread_resources); in ts_resource_ex()
505 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
523 while (thread_resources) { in ts_free_thread()
532 free(thread_resources); in ts_free_thread()
535 if (thread_resources->next) { in ts_free_thread()
536 last = thread_resources; in ts_free_thread()
[all …]

Completed in 7 milliseconds