Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.c78 #define TSRM_ERROR(args) tsrm_error args macro
96 #define TSRM_ERROR(args) macro
160 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate TLS table")); in tsrm_startup()
169 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate resource types table")); in tsrm_startup()
231 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Shutdown TSRM")); in tsrm_shutdown()
304 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtained resource id %d", *rsrc_id)); in ts_allocate_id()
312 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate storage for resource")); in ts_allocate_id()
350 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtained resource id %d", *rsrc_id)); in ts_allocate_fast_id()
370 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate storage for resource")); in ts_allocate_fast_id()
612 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Freeing resource id %d", id)); in ts_free_id()
[all …]

Completed in 11 milliseconds