Lines Matching refs:include_path_len

207 			ZCG(include_path_len) = new_value_length;  in ZEND_INI_MH()
212 …th_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1); in ZEND_INI_MH()
218 …th_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1); in ZEND_INI_MH()
223 key = zend_shared_alloc(ZCG(include_path_len) + 2); in ZEND_INI_MH()
225 memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1); in ZEND_INI_MH()
226 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries; in ZEND_INI_MH()
227 ZCG(include_path_key) = key + ZCG(include_path_len) + 1; in ZEND_INI_MH()
228 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… 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()
957 !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) && in accel_make_persistent_key_ex()
963 …th_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1); 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()
972 memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1); in accel_make_persistent_key_ex()
973 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries; in accel_make_persistent_key_ex()
974 ZCG(include_path_key) = key + ZCG(include_path_len) + 1; in accel_make_persistent_key_ex()
975 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in accel_make_persistent_key_ex()
977 include_path_len = 1; in accel_make_persistent_key_ex()
1001 key_length = cwd_len + path_length + include_path_len + 2; in accel_make_persistent_key_ex()
1030 memcpy(ZCG(key) + cur_len, include_path, include_path_len); in accel_make_persistent_key_ex()
2614 ZCG(include_path_len) = strlen(ZCG(include_path));
2615 …th_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
2621 key = zend_shared_alloc(ZCG(include_path_len) + 2);
2623 memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
2624 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
2625 ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
2626 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k…
2634 ZCG(include_path_len) = 0;