Home
last modified time | relevance | path

Searched refs:orig_file_exists (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c887 PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists) in PharFileFunction()
1136 void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS); member
1162 phar_orig_functions.orig_file_exists = PHAR_G(orig_file_exists); in phar_save_orig_functions()
1189 PHAR_G(orig_file_exists) = phar_orig_functions.orig_file_exists; in phar_restore_orig_functions()
H A Dphar_internal.h182 void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS); variable
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c40 static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL; variable
356 orig_file_exists(INTERNAL_FUNCTION_PARAM_PASSTHRU); in accel_file_exists()
395 orig_file_exists = old_function->internal_function.handler; in zend_accel_override_file_functions()

Completed in 24 milliseconds