Searched refs:ACCEL_LOG_FATAL (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/opcache/ |
H A D | shared_alloc_win32.c | 106 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex"); in zend_shared_alloc_create_lock() 137 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open base address file", err); in zend_shared_alloc_reattach() 143 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to read base address", err); in zend_shared_alloc_reattach() 155 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach() 164 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach() 219 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open file mapping", err); in create_segments() 229 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", GetLastError()); in create_segments() 241 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create file mapping", err); in create_segments() 282 …zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); in create_segments() 298 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create view for file mapping", err); in create_segments() [all …]
|
H A D | zend_accelerator_debug.c | 66 case ACCEL_LOG_FATAL: in zend_accel_error() 91 case ACCEL_LOG_FATAL: in zend_accel_error()
|
H A D | zend_accelerator_debug.h | 25 #define ACCEL_LOG_FATAL 0 macro
|
H A D | zend_shared_alloc.c | 92 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock() 104 …zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %ld bytes: %s: %s (… in no_memory_bailout() 219 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 225 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 239 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
|
H A D | zend_accelerator_hash.c | 57 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init() 64 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init()
|
H A D | zend_accelerator_blacklist.c | 71 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
|
H A D | ZendAccelerator.c | 299 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in accel_interned_strings_save_state() 2425 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); 2443 …zend_accel_error(ACCEL_LOG_FATAL, ACCELERATOR_PRODUCT_NAME " cannot allocate buffer for interned s… 2550 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - probably not e… 2578 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can not reatta…
|
Completed in 16 milliseconds