Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_debug.c69 case ACCEL_LOG_ERROR: in zend_accel_error()
88 case ACCEL_LOG_ERROR: in zend_accel_error()
H A Dzend_accelerator_debug.h26 #define ACCEL_LOG_ERROR 1 macro
H A Dzend_accelerator_blacklist.c83 zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation: no memory\n"); in blacklist_report_regexp_error()
87 zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation: %s\n", errbuf); in blacklist_report_regexp_error()
180 zend_accel_error(ACCEL_LOG_ERROR, "Too long blacklist entry\n"); in zend_accel_blacklist_update_regexp()
191 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_update_regexp()
316 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_loadone()
H A Dzend_shared_alloc.c305 zend_accel_error(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc()
389 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 Dshared_alloc_win32.c159 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
H A DZendAccelerator.c1223 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W… in cache_script_in_shared_memory()
1765 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");
1781 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");
1792 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");

Completed in 21 milliseconds