Home
last modified time | relevance | path

Searched refs:include_path_len (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c207 ZCG(include_path_len) = new_value_length; in ZEND_INI_MH()
223 key = zend_shared_alloc(ZCG(include_path_len) + 2); in ZEND_INI_MH()
242 ZCG(include_path_len) = 0; in ZEND_INI_MH()
929 int include_path_len = 0; in accel_make_persistent_key_ex() local
950 include_path_len = 1; in accel_make_persistent_key_ex()
953 include_path_len = ZCG(include_path_len); in accel_make_persistent_key_ex()
966 include_path_len = 1; in accel_make_persistent_key_ex()
970 key = zend_shared_alloc(ZCG(include_path_len) + 2); in accel_make_persistent_key_ex()
977 include_path_len = 1; in accel_make_persistent_key_ex()
2614 ZCG(include_path_len) = strlen(ZCG(include_path));
[all …]
H A DZendAccelerator.h263 int include_path_len; /* "include_path" string length */ member

Completed in 26 milliseconds