Home
last modified time | relevance | path

Searched refs:parent_script (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-pytest-cov/pytest-cov-2.9.0/tests/
H A Dtest_pytest_cov.py592 parent_script = aliased.join('parent_script.py')
593 parent_script.write(SCRIPT_PARENT)
613 parent_script)
821 scripts = testdir.makepyfile(parent_script=SCRIPT_PARENT,
828 parent_script)
852 parent_script)
864 parent_script = stuff.join('parent_script.py')
878 parent_script)
922 parent_script)
957 parent_script)
[all …]
/dports/lang/php73/php-7.3.33/ext/opcache/
H A DZendAccelerator.c1148 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1269 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1271 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1272 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1279 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A DZendAccelerator.c1148 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1269 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1271 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1272 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1279 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A DZendAccelerator.c1148 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1269 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1271 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1272 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1279 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A DZendAccelerator.c1163 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1286 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1288 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1289 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1296 memcpy(key + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A DZendAccelerator.c1143 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1264 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1266 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1267 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1274 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A DZendAccelerator.c1163 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1286 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1288 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1289 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1296 memcpy(key + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A DZendAccelerator.c1143 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1264 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1266 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1267 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1274 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A DZendAccelerator.c1163 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1286 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1288 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1289 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1296 memcpy(key + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A DZendAccelerator.c1143 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1264 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1266 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1267 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1274 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_case.py212 self.parent_script = cs_exec_environment.get_parent_process_path()
759 src = self.parent_script
/dports/lang/php80/php-8.0.15/ext/opcache/
H A DZendAccelerator.c1140 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1261 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1263 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1264 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1271 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A DZendAccelerator.c1140 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1261 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1263 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1264 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1271 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A DZendAccelerator.c1140 zend_string *parent_script = NULL; in accel_make_persistent_key() local
1261 EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) { in accel_make_persistent_key()
1263 parent_script_len = ZSTR_LEN(parent_script); in accel_make_persistent_key()
1264 while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len])); in accel_make_persistent_key()
1271 memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len); in accel_make_persistent_key()