Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 92) sorted by path

1234

/PHP-7.4/TSRM/
H A Dtsrm_win32.c790 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/PHP-7.4/Zend/
H A Dzend.c512 static FILE *zend_fopen_wrapper(const char *filename, zend_string **opened_path) /* {{{ */ in zend_fopen_wrapper()
1426 static ZEND_COLD void get_filename_lineno(int type, const char **filename, uint32_t *lineno) { in get_filename_lineno()
1474 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1488 const char *filename; in zend_error() local
1499 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1518 const char *filename; in zend_error_noreturn() local
H A Dzend.h176 zend_string *filename; member
H A Dzend_alloc.c373 const char *filename, in zend_mm_safe_error()
H A Dzend_alloc.h49 const char *filename; member
58 const char *filename; member
H A Dzend_builtin_functions.c2216 const char *filename; in ZEND_FUNCTION() local
2406 zend_string *filename; in zend_fetch_debug_backtrace() local
H A Dzend_compile.c132 zend_string *filename = CG(active_op_array)->filename; in zend_build_runtime_definition_key() local
6379 zend_string *filename = CG(active_op_array)->filename; in zend_generate_anon_class_name() local
6893 zend_string *filename, *name; in zend_compile_halt_compiler() local
6924 zend_string *filename = CG(compiled_filename); in zend_try_ct_eval_magic_const() local
H A Dzend_compile.h445 zend_string *filename; member
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
95 const char *filename; in dtrace_execute_internal() local
H A Dzend_exceptions.c215 zend_string *filename; in zend_default_exception_new_ex() local
347 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
973 static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *fo… in zend_error_helper()
H A Dzend_globals.h264 char *filename; member
H A Dzend_language_scanner.h36 zend_string *filename; member
H A Dzend_language_scanner.l657 zend_op_array *compile_filename(int type, zval *filename) in compile_filename()
690 ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename) in zend_prepare_string_for_scanning()
758 zend_op_array *compile_string(zval *source_string, char *filename) in compile_string()
H A Dzend_stream.c63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
70 ZEND_API void zend_stream_init_filename(zend_file_handle *handle, const char *filename) { in zend_stream_init_filename()
76 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open()
H A Dzend_stream.h56 const char *filename; member
H A Dzend_virtual_cwd.c1350 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1373 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1408 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c365 char *filename, *fullpath = NULL; in CPH_METHOD() local
428 char *filename, *fullpath; in CPH_METHOD() local
/PHP-7.4/ext/curl/
H A Dinterface.c1797 zend_string *filename; member
2199 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
/PHP-7.4/ext/ffi/
H A Dffi.c3132 static zend_ffi *zend_ffi_load(const char *filename, zend_bool preload) /* {{{ */ in zend_ffi_load()
4568 static char *zend_ffi_parse_directives(const char *filename, char *code_pos, char **scope_name, cha… in zend_ffi_parse_directives()
4935 char *s = NULL, *e, *filename; local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/PHP-7.4/ext/ftp/
H A Dftp.c624 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
H A Dphp_ftp.c666 char *filename; in PHP_FUNCTION() local
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c5 unlink (const char *filename) in unlink()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
H A Dtestac.c76 char *filename) in testDrawing()

Completed in 172 milliseconds

1234