Searched refs:TSRM_ERROR (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | TSRM.c | 65 #define TSRM_ERROR(args) tsrm_error args macro 83 #define TSRM_ERROR(args) macro 141 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate TLS table")); in tsrm_startup() 149 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate resource types table")); in tsrm_startup() 199 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Shutdown TSRM")); in tsrm_shutdown() 219 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtaining a new resource id, %d bytes", size)); in ts_allocate_id() 225 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtained resource id %d", *rsrc_id)); in ts_allocate_id() 232 TSRM_ERROR((TSRM_ERROR_LEVEL_ERROR, "Unable to allocate storage for resource")); in ts_allocate_id() 537 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Freeing resource id %d", id)); in ts_free_id() 559 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Successfully freed resource id %d", id)); in ts_free_id() [all …]
|
Completed in 7 milliseconds