Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c877 PharFileFunction(phar_is_readable, FS_IS_R, orig_is_readable) in PharFileFunction()
1147 void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS); member
1173 phar_orig_functions.orig_is_readable = PHAR_G(orig_is_readable); in phar_save_orig_functions()
1200 PHAR_G(orig_is_readable) = phar_orig_functions.orig_is_readable; in phar_restore_orig_functions()
H A Dphar_internal.h193 void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS); variable
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c42 static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL; variable
374 orig_is_readable(INTERNAL_FUNCTION_PARAM_PASSTHRU); in accel_is_readable()
403 orig_is_readable = old_function->internal_function.handler; in zend_accel_override_file_functions()

Completed in 19 milliseconds