Searched refs:ACCEL_LOG_ERROR (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_debug.c | 66 case ACCEL_LOG_ERROR: in zend_accel_error() 92 case ACCEL_LOG_ERROR: in zend_accel_error()
|
H A D | zend_accelerator_debug.h | 26 #define ACCEL_LOG_ERROR 1 macro
|
H A D | zend_accelerator_blacklist.c | 71 …zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation failed (offset: %d), %s\n", pcre_error_of… in blacklist_report_regexp_error() 164 zend_accel_error(ACCEL_LOG_ERROR, "Too long blacklist entry\n"); in zend_accel_blacklist_update_regexp() 175 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_update_regexp() 297 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_loadone()
|
H A D | zend_shared_alloc.c | 315 zend_accel_error(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc() 400 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock() 417 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
|
H A D | shared_alloc_win32.c | 120 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
|
H A D | ZendAccelerator.c | 659 …zend_accel_error(ACCEL_LOG_ERROR, "Cannot kill process %d: %s!", mem_usage_check->l_pid, strerror(… in kill_all_lockers() 1248 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W… in cache_script_in_file_cache() 1342 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W… in cache_script_in_shared_memory()
|
Completed in 19 milliseconds