Searched refs:zend_system_id (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_system_id.c | 24 ZEND_API char zend_system_id[32]; variable 55 zend_system_id[0] = '\0'; in zend_startup_system_id() 89 php_hash_bin2hex(zend_system_id, digest, sizeof digest); in zend_finalize_system_id()
|
H A D | zend_system_id.h | 22 extern ZEND_API char zend_system_id[32];
|
/PHP-8.1/ext/opcache/ |
H A D | shared_alloc_win32.c | 83 memcpy(p, zend_system_id, 32); in create_name_with_username()
|
H A D | zend_file_cache.c | 901 memcpy(info->system_id, zend_system_id, 32); 930 memcpy(filename + len + 1, zend_system_id, 32); 944 memcpy(filename + len + 1, zend_system_id, 32); 1735 if (memcmp(info.system_id, zend_system_id, 32) != 0) {
|
/PHP-8.1/win32/build/ |
H A D | config.w32 | 240 zend_inheritance.c zend_smart_str.c zend_cpuinfo.c zend_observer.c zend_system_id.c \
|
/PHP-8.1/ |
H A D | configure.ac | 1664 zend_observer.c zend_system_id.c zend_enum.c zend_fibers.c zend_max_execution_timer.c \
|
Completed in 21 milliseconds